head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q4:1.3.0.10 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.8 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.6 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.4 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.1.1.1.0.16 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.14 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.12 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.10 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.8 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.6 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.4 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.02.09.16.19.16; author taca; state dead; branches; next 1.3; 1.3 date 2009.11.30.11.58.30; author tron; state Exp; branches; next 1.2; 1.2 date 2009.11.25.23.25.44; author joerg; state Exp; branches; next 1.1; 1.1 date 2008.06.21.23.15.28; author adrianp; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.06.21.23.15.28; author adrianp; state Exp; branches 1.1.1.1.16.1; next ; 1.1.1.1.16.1 date 2009.12.01.06.39.03; author spz; state Exp; branches; next ; desc @@ 1.4 log @Delete bind95 pacakge, it has been eol May, 2010. http://www.isc.org/software/bind/versions @ text @$NetBSD: patch-ad,v 1.3 2009/11/30 11:58:30 tron Exp $ --- configure.orig 2009-08-13 03:02:45.000000000 +0100 +++ configure 2009-11-30 11:10:18.000000000 +0000 @@@@ -23072,6 +23072,8 @@@@ use_threads=false ;; *-freebsd*) use_threads=false ;; +*-dragonfly*) + use_threads=false ;; *-bsdi234*) # Thread signals do not work reliably on some versions of BSD/OS. use_threads=false ;; @@@@ -23160,7 +23162,7 @@@@ echo "${ECHO_T}native" >&6; } LIBS="-lpthread $LIBS" else - if test ! -d $LOCALBASE/pthreads + if test ! -d $LOCALBASE/pthreads -a ! -f /usr/include/pthread.h then { echo "$as_me:$LINENO: result: none" >&5 echo "${ECHO_T}none" >&6; } @@@@ -23171,14 +23173,23 @@@@ if $use_threads then - { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 + if test -f /usr/include/pthread.h + then + { echo "$as_me:$LINENO: result: native pthreads" >&5 +echo "${ECHO_T}native pthreads" >&6; } + LIBS="-lpthread $LIBS" + CPPFLAGS="$CPPFLAGS -I/usr/include" + STD_CINDLUES="$STD_CINDLUES -I/usr/include" + else + { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 echo "${ECHO_T}mit-pthreads/unproven-pthreads" >&6; } - pkg="$LOCALBASE/pthreads" - lib1="-L$pkg/lib -Wl,-R$pkg/lib" - lib2="-lpthread -lm -lgcc -lpthread" - LIBS="$lib1 $lib2 $LIBS" - CPPFLAGS="$CPPFLAGS -I$pkg/include" - STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include" + pkg="$LOCALBASE/pthreads" + lib1="-L$pkg/lib -Wl,-R$pkg/lib" + lib2="-lpthread -lm -lgcc -lpthread" + LIBS="$lib1 $lib2 $LIBS" + CPPFLAGS="$CPPFLAGS -I$pkg/include" + STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include" + fi fi fi fi @@@@ -25596,9 +25607,9 @@@@ O=lo A=la LIBTOOL_MKDEP_SED='s;\.o;\.lo;' - LIBTOOL_MODE_COMPILE='--mode=compile' + LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC' LIBTOOL_MODE_INSTALL='--mode=install' - LIBTOOL_MODE_LINK='--mode=link' + LIBTOOL_MODE_LINK='--mode=link --tag=CC' case "$host" in *) LIBTOOL_ALLOW_UNDEFINED= ;; esac @ 1.3 log @Update "bind95" package to version 9.5.2pl1. Changes since 9.5.1pl3: - Security fix for CVE-2009-4022 (incorrect DNSSEC validation) - Bug fixes @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Not MAKE_JOBS_SAFE. Prepare for libtool-2.2. @ text @d3 3 a5 3 --- configure.orig 2008-10-29 23:05:42.000000000 +0100 +++ configure @@@@ -6922,6 +6922,8 @@@@ case $host in d14 1 a14 1 @@@@ -7010,7 +7012,7 @@@@ echo "$as_me: WARNING: linking with PTL2 d23 1 a23 1 @@@@ -7021,14 +7023,23 @@@@ echo "$as_me: error: \"could not find th d54 1 a54 1 @@@@ -24822,9 +24833,9 @@@@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig 2008-05-06 02:33:33.000000000 +0100 d5 1 a5 1 @@@@ -6550,6 +6550,8 @@@@ case $host in d14 1 a14 1 @@@@ -6638,7 +6640,7 @@@@ echo "$as_me: WARNING: linking with PTL2 d23 1 a23 1 @@@@ -6649,14 +6651,23 @@@@ echo "$as_me: error: \"could not find th d54 12 @ 1.1.1.1 log @BIND 9.5.0 BIND 9.5.0 has a number of new features over 9.4, including: - GSS-TSIG support (RFC 3645). - DHCID support. - Experimental http server and statistics support for named via xml. - More detailed statistics counters including those supported in BIND 8. - Faster ACL processing. - Internal documentation generated by Doxygen. - Efficient LRU cache-cleaning mechanism. - NSID support (RFC 5001). @ text @@ 1.1.1.1.16.1 log @Pullup ticket 2938 - requested by tron security update Revisions pulled up: - pkgsrc/net/bind95/Makefile 1.13 - pkgsrc/net/bind95/PLIST 1.4 - pkgsrc/net/bind95/distinfo 1.11 - pkgsrc/net/bind95/patches/patch-ac 1.3 - pkgsrc/net/bind95/patches/patch-ad 1.3 - pkgsrc/net/bind95/patches/patch-ai 1.3 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: joerg Date: Wed Nov 25 23:25:44 UTC 2009 Modified Files: pkgsrc/net/bind95: Makefile distinfo pkgsrc/net/bind95/patches: patch-ad patch-ai Log Message: Not MAKE_JOBS_SAFE. Prepare for libtool-2.2. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/bind95/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/bind95/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/patch-ad \ pkgsrc/net/bind95/patches/patch-ai ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Mon Nov 30 11:58:30 UTC 2009 Modified Files: pkgsrc/net/bind95: Makefile PLIST distinfo pkgsrc/net/bind95/patches: patch-ac patch-ad patch-ai Log Message: Update "bind95" package to version 9.5.2pl1. Changes since 9.5.1pl3: - Security fix for CVE-2009-4022 (incorrect DNSSEC validation) - Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/bind95/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/bind95/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/bind95/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/bind95/patches/patch-ac \ pkgsrc/net/bind95/patches/patch-ad pkgsrc/net/bind95/patches/patch-ai @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2009/11/30 11:58:30 tron Exp $ d3 3 a5 3 --- configure.orig 2009-08-13 03:02:45.000000000 +0100 +++ configure 2009-11-30 11:10:18.000000000 +0000 @@@@ -23072,6 +23072,8 @@@@ d14 1 a14 1 @@@@ -23160,7 +23162,7 @@@@ d23 1 a23 1 @@@@ -23171,14 +23173,23 @@@@ a53 12 @@@@ -25596,9 +25607,9 @@@@ O=lo A=la LIBTOOL_MKDEP_SED='s;\.o;\.lo;' - LIBTOOL_MODE_COMPILE='--mode=compile' + LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC' LIBTOOL_MODE_INSTALL='--mode=install' - LIBTOOL_MODE_LINK='--mode=link' + LIBTOOL_MODE_LINK='--mode=link --tag=CC' case "$host" in *) LIBTOOL_ALLOW_UNDEFINED= ;; esac @