head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q1:1.3.0.42 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.40 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.38 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.36 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.34 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.32 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.30 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.28 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.26 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.24 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.22 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.20 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.18 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.16 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.8 pkgsrc-2008Q1:1.3.0.6 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.4 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.1.1.0.8 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.6 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-2006Q3:1.1.1.1.0.4 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.2 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2012.04.13.23.38.34; author obache; state dead; branches; next 1.3; 1.3 date 2007.08.19.01.36.22; author obache; state Exp; branches; next 1.2; 1.2 date 2007.06.19.01.40.15; author rh; state dead; branches; next 1.1; 1.1 date 2006.06.03.23.29.24; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.06.03.23.29.24; author rh; state Exp; branches; next ; desc @@ 1.4 log @Update libupnp to 1.6.17. * IPv6 support (introduce some API/ABI incompatibility). * many bug fixes, @ text @$NetBSD: patch-ae,v 1.3 2007/08/19 01:36:22 obache Exp $ --- libupnp.pc.in.orig 2007-05-26 15:08:41.000000000 +0000 +++ libupnp.pc.in @@@@ -6,6 +6,6 @@@@ includedir=@@includedir@@ Name: libupnp Description: Linux SDK for UPnP Devices Version: @@VERSION@@ -Libs: @@PTHREAD_LIBS@@ -L${libdir} -lupnp -lthreadutil -lixml +Libs: @@PTHREAD_LIBS@@ -L${libdir} -lupnp -lthreadutil -lixml @@LIBS@@ Cflags: @@PTHREAD_CFLAGS@@ -I${includedir}/upnp @ 1.3 log @Update libupnp to 1.6.0. Merge from wip/libupnp. No functionally changes since RC1. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update libupnp to 1.6.0 (currently a leaf package). Changes are mainly bugfixes, including a couple of serious bugs that prevented the library from working on NetBSD and Darwin (for anything other than trivial tests). Add a buildlink3.mk while at it. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2006/06/03 23:29:24 rh Exp $ d3 9 a11 5 --- upnp/src/api/upnpapi.c.orig 2006-03-01 08:27:59.000000000 +1000 +++ upnp/src/api/upnpapi.c @@@@ -68,6 +68,8 @@@@ /* ****************** */ a12 5 +virtualDirList *pVirtualDirList; + //Mutex to synchronize the subscription handling at the client side CLIENTONLY( ithread_mutex_t GlobalClientSubscribeMutex; ) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of libupnp-1.3.1, a universal plug and play (UPnP) SDK. @ text @@