summaryrefslogtreecommitdiff
path: root/net/bind9/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-03-31 11:15:23 +0000
committerhubertf <hubertf@pkgsrc.org>2000-03-31 11:15:23 +0000
commit6976776735c321101b4dc503939ae04dae3f896d (patch)
tree0af578bdbf22727714b86e8bb1c03b3d4a39252c /net/bind9/patches
parent9c3bd334890537d4a130eb9d51ceb0f77e86e641 (diff)
downloadpkgsrc-6976776735c321101b4dc503939ae04dae3f896d.tar.gz
Update to bind9.0.0 beta2. Changes:
Many more config file options implemented (see doc/misc/options for a summary of the current implementation status), portability improvements, (works much better than beta 1 on FreeBSD 3.4), and bugfixes (almost all bugs reported against beta 1 have been fixed).
Diffstat (limited to 'net/bind9/patches')
-rw-r--r--net/bind9/patches/patch-aa22
-rw-r--r--net/bind9/patches/patch-ab13
-rw-r--r--net/bind9/patches/patch-ac22
-rw-r--r--net/bind9/patches/patch-ad20
-rw-r--r--net/bind9/patches/patch-ae34
-rw-r--r--net/bind9/patches/patch-af15
-rw-r--r--net/bind9/patches/patch-ag14
7 files changed, 15 insertions, 125 deletions
diff --git a/net/bind9/patches/patch-aa b/net/bind9/patches/patch-aa
index 02138cdd365..32a9466fd17 100644
--- a/net/bind9/patches/patch-aa
+++ b/net/bind9/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/02/22 03:50:59 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2000/03/31 11:15:24 hubertf Exp $
---- lib/dns/Makefile.in.orig Mon Feb 21 04:28:14 2000
-+++ lib/dns/Makefile.in Mon Feb 21 04:28:30 2000
-@@ -156,7 +156,7 @@
- -DLIBAGE=${LIBAGE} \
- -c ${srcdir}/version.c
-
--libdns.@A@: ${OBJS}
-+libdns.a: ${OBJS}
- ${AR} ${ARFLAGS} $@ ${OBJS}
- ${RANLIB} $@
+--- lib/isc/unix/include/isc/Makefile.in.orig Fri Mar 31 01:23:39 2000
++++ lib/isc/unix/include/isc/Makefile.in Fri Mar 31 01:23:56 2000
+@@ -30,7 +30,7 @@
+ if [ ! -d ${DESTDIR}${includedir} ]; then \
+ mkdir ${DESTDIR}${includedir} ; \
+ fi
+- if [ ! -d ${DESTDIR)${includedir}/isc ]; then \
++ if [ ! -d ${DESTDIR}${includedir}/isc ]; then \
+ mkdir ${DESTDIR}${includedir}/isc ; \
+ fi
diff --git a/net/bind9/patches/patch-ab b/net/bind9/patches/patch-ab
deleted file mode 100644
index 69c0037e490..00000000000
--- a/net/bind9/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/02/22 03:50:59 hubertf Exp $
-
---- lib/isc/Makefile.in.orig Mon Feb 21 04:39:23 2000
-+++ lib/isc/Makefile.in Mon Feb 21 04:40:43 2000
-@@ -78,7 +78,7 @@
- -DLIBAGE=${LIBAGE} \
- -c ${srcdir}/version.c
-
--libisc.@A@: ${OBJS}
-+libisc.a: ${OBJS}
- ${AR} ${ARFLAGS} $@ ${OBJS}
- ${RANLIB} $@
-
diff --git a/net/bind9/patches/patch-ac b/net/bind9/patches/patch-ac
deleted file mode 100644
index c6d7768cd9b..00000000000
--- a/net/bind9/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2000/02/22 03:51:00 hubertf Exp $
-
---- lib/lwres/Makefile.in.orig Fri Feb 4 07:02:49 2000
-+++ lib/lwres/Makefile.in Mon Feb 21 05:08:46 2000
-@@ -19,6 +19,8 @@
-
- @BIND9_VERSION@
-
-+@LIBDNS_API@
-+
- @BIND9_INCLUDES@
-
- CINCLUDES = -I. -I./include -I${srcdir}/include ${ISC_INCLUDES}
-@@ -53,7 +55,7 @@
- -DLIBAGE=${LIBAGE} \
- -c ${srcdir}/version.c
-
--liblwres.@A@: ${OBJS}
-+liblwres.a: ${OBJS}
- ${AR} ${ARFLAGS} $@ ${OBJS}
- ${RANLIB} $@
-
diff --git a/net/bind9/patches/patch-ad b/net/bind9/patches/patch-ad
deleted file mode 100644
index 4e5926b5255..00000000000
--- a/net/bind9/patches/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/02/22 03:51:00 hubertf Exp $
-
---- lib/omapi/Makefile.in.orig Fri Feb 4 02:58:37 2000
-+++ lib/omapi/Makefile.in Mon Feb 21 05:11:56 2000
-@@ -55,13 +55,13 @@
- -DLIBAGE=${LIBAGE} \
- -c ${srcdir}/version.c
-
--libomapi.@A@: ${OBJS}
-+libomapi.a: ${OBJS}
- ${AR} ${ARFLAGS} $@ ${OBJS}
- ${RANLIB} $@
-
- libomapi.la: ${OBJS}
- ${LIBTOOL} --mode=link \
-- ${CC} ${ALL_CFLAGS} -o libisc.la -rpath ${libdir} \
-+ ${CC} ${ALL_CFLAGS} -o libomapi.la -rpath ${libdir} \
- -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
- ${OBJS} ${LIBS}
-
diff --git a/net/bind9/patches/patch-ae b/net/bind9/patches/patch-ae
deleted file mode 100644
index ccdc6e92ff1..00000000000
--- a/net/bind9/patches/patch-ae
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2000/02/22 03:51:00 hubertf Exp $
-
---- lib/tests/Makefile.in.orig Fri Feb 4 00:15:53 2000
-+++ lib/tests/Makefile.in Mon Feb 21 05:59:53 2000
-@@ -17,6 +17,12 @@
- VPATH = @srcdir@
- top_srcdir = @top_srcdir@
-
-+@BIND9_VERSION@
-+
-+@LIBDNS_API@
-+
-+@BIND9_INCLUDES@
-+
- CINCLUDES = -I../../lib/isc/unix/include \
- -I${srcdir}/../../lib/isc/unix/include \
- -I${srcdir}/../../lib/isc/pthreads/include \
-@@ -39,9 +45,15 @@
-
- @BIND9_MAKE_RULES@
-
--libt_api.@A@: ${OBJS}
-+libt_api.a: ${OBJS}
- ${AR} ${ARFLAGS} $@ ${OBJS}
- ${RANLIB} $@
-+
-+libt_api.la: ${OBJS}
-+ ${LIBTOOL} --mode=link \
-+ ${CC} ${ALL_CFLAGS} -o libt_api.la -rpath ${libdir} \
-+ -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
-+ ${OBJS} ${LIBS}
-
- timestamp: libt_api.@A@
- touch timestamp
diff --git a/net/bind9/patches/patch-af b/net/bind9/patches/patch-af
index 3a0fba34580..7cdc46b3cd8 100644
--- a/net/bind9/patches/patch-af
+++ b/net/bind9/patches/patch-af
@@ -1,15 +1,8 @@
-$NetBSD: patch-af,v 1.1.1.1 2000/02/22 03:50:59 hubertf Exp $
+$NetBSD: patch-af,v 1.2 2000/03/31 11:15:25 hubertf Exp $
---- configure.BAK Mon Feb 21 06:09:34 2000
-+++ configure Mon Feb 21 06:10:18 2000
-@@ -931,12 +931,13 @@
- case "$use_mit_pthreads+$use_ptl2" in
- yes+no)
- echo "$ac_t""mit-pthreads" 1>&6
-- pkg="/usr/pkg/pthreads"
-+ pkg="${LOCALBASE}/pthreads"
- lib1="-L$pkg/lib -Wl,-R$pkg/lib"
- lib2="-lpthread -lm -lgcc -lpthread"
+--- configure.orig Fri Mar 31 01:09:27 2000
++++ configure Fri Mar 31 01:10:12 2000
+@@ -1063,6 +1063,7 @@
LIBS="$lib1 $lib2 $LIBS"
CPPFLAGS="-I$pkg/include $CPPFLAGS"
STD_CINCLUDES="-I$pkg/include"
diff --git a/net/bind9/patches/patch-ag b/net/bind9/patches/patch-ag
deleted file mode 100644
index a2e5871578c..00000000000
--- a/net/bind9/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2000/02/22 03:50:59 hubertf Exp $
-
---- lib/isc/unix/ifiter_ioctl.c.orig Mon Feb 21 15:16:05 2000
-+++ lib/isc/unix/ifiter_ioctl.c Mon Feb 21 15:16:38 2000
-@@ -15,6 +15,9 @@
- * SOFTWARE.
- */
-
-+#include <errno.h>
-+
-+
- /*
- * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl.
- * See netintro(4).