head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.4 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.2 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q1:1.4.0.42 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.40 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.38 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.36 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.34 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.32 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.30 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.28 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.26 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.24 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.22 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.20 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.18 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.8 pkgsrc-2008Q1:1.4.0.6 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.4 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.3.0.2 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.1.0.8 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.6 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.4 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.2 pkgsrc-2006Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2012.04.13.23.38.34; author obache; state dead; branches; next 1.4; 1.4 date 2007.08.19.01.36.23; author obache; state Exp; branches; next 1.3; 1.3 date 2007.06.19.01.40.15; author rh; state dead; branches; next 1.2; 1.2 date 2007.06.07.08.08.16; author rh; state Exp; branches; next 1.1; 1.1 date 2006.06.05.16.26.07; author joerg; state Exp; branches; next ; desc @@ 1.5 log @Update libupnp to 1.6.17. * IPv6 support (introduce some API/ABI incompatibility). * many bug fixes, @ text @$NetBSD: patch-ag,v 1.4 2007/08/19 01:36:23 obache Exp $ --- docs/dist/Makefile.in.orig 2007-05-26 15:36:17.000000000 +0000 +++ docs/dist/Makefile.in @@@@ -742,6 +742,7 @@@@ install-nobase_docsDATA: $(nobase_docs_D list='$(nobase_docs_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ $(am__vpath_adj) \ + $(mkdir_p) `dirname "$(DESTDIR)$(docsdir)/$$f"`; \ echo " $(nobase_docsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docsdir)/$$f'"; \ $(nobase_docsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docsdir)/$$f"; \ done @ 1.4 log @Update libupnp to 1.6.0. Merge from wip/libupnp. No functionally changes since RC1. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 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-ag,v 1.2 2007/06/07 08:08:16 rh Exp $ d3 10 a12 10 --- upnp/src/urlconfig/urlconfig.c.orig 2006-12-24 07:13:15.000000000 +1000 +++ upnp/src/urlconfig/urlconfig.c @@@@ -32,6 +32,7 @@@@ #include "config.h" #include #ifndef WIN32 + #include #include #include #include @ 1.2 log @Update libupnp to 1.4.6. Changes include tons of bugfixes and portability fixes. This version now also comes with full API reference documentation. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Fix build on DragonFly. @ text @d3 1 a3 1 --- upnp/src/urlconfig/urlconfig.c.orig 2006-06-05 16:17:49.000000000 +0000 d5 1 a5 2 @@@@ -31,6 +31,7 @@@@ d8 5 a12 4 +#include #include #include #include @