head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2010Q4:1.4.0.6 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.4 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.2 pkgsrc-2010Q2-base:1.4 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.5 date 2011.02.09.16.19.16; author taca; state dead; branches; next 1.4; 1.4 date 2010.05.26.15.56.39; author taca; state Exp; 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.5 log @Delete bind95 pacakge, it has been eol May, 2010. http://www.isc.org/software/bind/versions @ text @$NetBSD: patch-ai,v 1.4 2010/05/26 15:56:39 taca Exp $ --- lib/bind/configure.orig 2010-02-22 00:52:56.000000000 +0000 +++ lib/bind/configure @@@@ -19435,12 +19435,7 @@@@ done # case "$includedir" in '${prefix}/include') - includedir='${prefix}/bind/include' - ;; -esac -case "$libdir" in - '${prefix}/lib') - libdir='${prefix}/bind/lib' + includedir='${prefix}/include/bind' ;; esac @@@@ -21508,6 +21503,8 @@@@ case $host in 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 ;; @@@@ -21596,7 +21593,7 @@@@ echo "$as_me: WARNING: linking with PTL2 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; } @@@@ -21607,14 +21604,23 @@@@ echo "$as_me: error: \"could not find th if $use_threads then - { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 + if test -f /usr/include/pthread.h + then + { $as_echo "$as_me:$LINENO: result: native pthreads" >&5 +$as_echo "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 @@@@ -22349,6 +22355,10 @@@@ then CCOPT="$CCOPT -pthread" STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE" ;; + *-dragonfly*) + CC="$CC -pthread" + CCOPT="$CCOPT -pthread" + ;; *-openbsd*) CC="$CC -pthread" CCOPT="$CCOPT -pthread" @@@@ -24725,9 +24735,9 @@@@ case $use_libtool in 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' ;; *) O=o @@@@ -25481,6 +25491,7 @@@@ case "$host" in *-bsdi2345*) have_minimum_ifreq=yes;; *-darwin*) have_minimum_ifreq=yes;; *-freebsd*) have_minimum_ifreq=yes;; + *-dragonfly*) have_minimum_ifreq=yes;; *-lynxos*) have_minimum_ifreq=yes;; *-netbsd*) have_minimum_ifreq=yes;; *-next*) have_minimum_ifreq=yes;; @@@@ -25520,6 +25531,7 @@@@ case "$host" in *-darwin*) PORT_DIR="port/darwin";; *-osf*) PORT_DIR="port/decunix";; *-freebsd*) PORT_DIR="port/freebsd";; + *-dragonfly*) PORT_DIR="port/freebsd";; *-hpux9*) PORT_DIR="port/hpux9";; *-hpux10*) PORT_DIR="port/hpux10";; *-hpux11*) PORT_DIR="port/hpux";; @ 1.4 log @Update net/bind95 package to 9.5.2pl4(9.5.2-P4). --- 9.5.2-P4 released --- 2876. [bug] Named could return SERVFAIL for negative responses from unsigned zones. [RT #21131] --- 9.5.2-P3 released --- 2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619] @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.3 2009/11/30 11:58:30 tron Exp $ @ 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$ d3 3 a5 3 --- lib/bind/configure.orig 2009-01-19 01:59:36.000000000 +0000 +++ lib/bind/configure 2009-11-30 11:18:36.000000000 +0000 @@@@ -19651,12 +19651,7 @@@@ d19 1 a19 1 @@@@ -22037,6 +22032,8 @@@@ d28 2 a29 2 @@@@ -22125,7 +22122,7 @@@@ $as_echo "native" >&6; } d33 1 a33 1 + if test ! -d $LOCALBASE/pthreads-a ! -f /usr/include/pthread.h d35 3 a37 3 { $as_echo "$as_me:$LINENO: result: none" >&5 $as_echo "none" >&6; } @@@@ -22136,14 +22133,23 @@@@ d41 1 a41 1 - { $as_echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 d50 2 a51 2 + { $as_echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 $as_echo "mit-pthreads/unproven-pthreads" >&6; } d68 1 a68 1 @@@@ -22918,6 +22924,10 @@@@ d79 1 a79 1 @@@@ -25391,9 +25401,9 @@@@ d91 1 a91 1 @@@@ -26169,6 +26179,7 @@@@ d99 1 a99 1 @@@@ -26208,6 +26219,7 @@@@ @ 1.2 log @Not MAKE_JOBS_SAFE. Prepare for libtool-2.2. @ text @d3 3 a5 3 --- lib/bind/configure.orig 2008-08-26 16:51:07.000000000 +0200 +++ lib/bind/configure @@@@ -2600,12 +2600,7 @@@@ done d19 1 a19 1 @@@@ -5379,6 +5374,8 @@@@ case $host in d28 2 a29 2 @@@@ -5467,7 +5464,7 @@@@ echo "$as_me: WARNING: linking with PTL2 echo "${ECHO_T}native" >&6; } d33 1 a33 1 + if test ! -d $LOCALBASE/pthreads -a ! -f /usr/include/pthread.h d35 3 a37 3 { echo "$as_me:$LINENO: result: none" >&5 echo "${ECHO_T}none" >&6; } @@@@ -5478,14 +5475,23 @@@@ echo "$as_me: error: \"could not find th d41 1 a41 1 - { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 d44 2 a45 2 + { echo "$as_me:$LINENO: result: native pthreads" >&5 +echo "${ECHO_T}native pthreads" >&6; } d50 2 a51 2 + { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 echo "${ECHO_T}mit-pthreads/unproven-pthreads" >&6; } d68 1 a68 1 @@@@ -6220,6 +6226,10 @@@@ then d79 1 a79 1 @@@@ -23974,9 +23984,9 @@@@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo d91 1 a91 1 @@@@ -24730,6 +24740,7 @@@@ case "$host" in d99 1 a99 1 @@@@ -24769,6 +24780,7 @@@@ case "$host" in @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- lib/bind/configure.orig 2008-04-29 00:51:46.000000000 +0100 d79 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-ai,v 1.3 2009/11/30 11:58:30 tron Exp $ d3 3 a5 3 --- lib/bind/configure.orig 2009-01-19 01:59:36.000000000 +0000 +++ lib/bind/configure 2009-11-30 11:18:36.000000000 +0000 @@@@ -19651,12 +19651,7 @@@@ d19 1 a19 1 @@@@ -22037,6 +22032,8 @@@@ d28 2 a29 2 @@@@ -22125,7 +22122,7 @@@@ $as_echo "native" >&6; } d33 1 a33 1 + if test ! -d $LOCALBASE/pthreads-a ! -f /usr/include/pthread.h d35 3 a37 3 { $as_echo "$as_me:$LINENO: result: none" >&5 $as_echo "none" >&6; } @@@@ -22136,14 +22133,23 @@@@ d41 1 a41 1 - { $as_echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 d44 2 a45 2 + { $as_echo "$as_me:$LINENO: result: native pthreads" >&5 +$as_echo "native pthreads" >&6; } d50 2 a51 2 + { $as_echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 $as_echo "mit-pthreads/unproven-pthreads" >&6; } d68 1 a68 1 @@@@ -22918,6 +22924,10 @@@@ d79 1 a79 13 @@@@ -25391,9 +25401,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' ;; *) O=o @@@@ -26169,6 +26179,7 @@@@ d87 1 a87 1 @@@@ -26208,6 +26219,7 @@@@ @