diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-03-31 11:15:23 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-03-31 11:15:23 +0000 |
commit | 6976776735c321101b4dc503939ae04dae3f896d (patch) | |
tree | 0af578bdbf22727714b86e8bb1c03b3d4a39252c /net/bind9/patches/patch-ac | |
parent | 9c3bd334890537d4a130eb9d51ceb0f77e86e641 (diff) | |
download | pkgsrc-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/patch-ac')
-rw-r--r-- | net/bind9/patches/patch-ac | 22 |
1 files changed, 0 insertions, 22 deletions
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} $@ - |