head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q2:1.2.0.4 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.2 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.1.1.1.0.6 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.4 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.2 cube-native-xorg-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2009.07.26.09.18.52; author wiz; state dead; branches; next 1.2; 1.2 date 2009.03.18.11.57.16; author jmcneill; state Exp; branches; next 1.1; 1.1 date 2008.09.12.13.18.26; author jmcneill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.09.12.13.18.26; author jmcneill; state Exp; branches; next ; desc @@ 1.3 log @Remove obsolete patch. @ text @$NetBSD: patch-ac,v 1.2 2009/03/18 11:57:16 jmcneill Exp $ --- src/ptlib/unix/tlib.cxx.orig 2009-03-17 23:43:30.000000000 -0400 +++ src/ptlib/unix/tlib.cxx @@@@ -400,7 +400,7 @@@@ PString PX_GetThreadName(pthread_t id) { if (PProcessInstance != NULL) { PWaitAndSignal m(PProcessInstance->activeThreadMutex); - PThread & thread = PProcessInstance->activeThreads[(unsigned)id]; + PThread & thread = PProcessInstance->activeThreads[(uintptr_t)id]; return thread.GetThreadName(); } return psprintf("%08x", id); @ 1.2 log @Update ptlib to 2.6.1. Lots of changes, no changelog in sight. Main features on this new major release branch are: * Instant Messaging. Using several different ?standards?: RFC4975, MSRP, T.140, SIP-IM etc etc. * Much improved support for SIP event handling (SUBSCRIBE/NOTIFY/PUBLISH) using factories so more event packages can be added easily. * Support for SIP ?dialog? event package. * Support for Shared Line Appearance (aka Multiple Line Appearance, Bridged Line Appearance or Busy Lamp Field) * Significant improvements in IPv6 support (thanks Yuri Kiryanov!) * Major enhancements to the video rate controller. * Removal of the old H.263 ffmpeg plug in and enhancement of the H.263-1998 plug it to take its place. * H.224 support (H.323 only). * SBC audio codec plug in. * G.722 audio codec plug in. * CELT audio codec plug in. * SWIG support for use in other languages, Java first. * Much improved multi-platform sample GUI client, OpenPhone. Now standard test environment replacing simpleOPAL. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- src/ptlib/unix/tlib.cxx.orig 2008-09-08 15:34:39.000000000 -0400 +++ src/ptlib/unix/tlib.cxx 2008-09-08 15:34:54.000000000 -0400 @@@@ -400,7 +400,7 @@@@ d8 1 a8 1 PWaitAndSignal m(PProcessInstance->threadMutex); @ 1.1.1.1 log @PTLib is a multi-platform C++ class library. Programs based on PTLib can run on both Microsoft Windows and Unix/Linux. The library contains both the "basic" classes (strings, arrays, lists) and the higher-level functionality (networking, multi-threading). @ text @@