summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-01-21 11:05:59 +0000
committerdougb <dougb@FreeBSD.org>2002-01-21 11:05:59 +0000
commit3e72f62c145eeab8a2457f313a0272e41f289f5a (patch)
tree4e7f1f2c754a1890db9797bd1e8dd67473f5e594
parentb96371091804e800d146f17a2a4567cbbe958486 (diff)
downloadFreeBSD-ports-3e72f62c145eeab8a2457f313a0272e41f289f5a.zip
FreeBSD-ports-3e72f62c145eeab8a2457f313a0272e41f289f5a.tar.gz
Upgrade to version 8.3.0, which contains bug fixes too numerous to mention,
and a few new features. Many of the bugs are related to memory allocation, and some of BIND's newer features like TSIG, IXFR, etc. Users particularly interested should take a look at the CHANGES file (see below). Perhaps the most significant change is the introduction of EDNS0, the ability to negotiate capabilities between servers. This feature was previously only available in BIND 9. Whether this is a good idea or not is yet to be seen. Install more of the documentation, and wrap it all in PORTSDOCS.
-rw-r--r--dns/bind8/Makefile15
-rw-r--r--dns/bind8/distinfo4
-rw-r--r--dns/bind8/files/patch-aa12
-rw-r--r--dns/bind8/pkg-plist60
-rw-r--r--net/bind8/Makefile15
-rw-r--r--net/bind8/distinfo4
-rw-r--r--net/bind8/files/patch-aa12
-rw-r--r--net/bind8/pkg-plist60
8 files changed, 124 insertions, 58 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile
index 0a885a6..a4fcdcd 100644
--- a/dns/bind8/Makefile
+++ b/dns/bind8/Makefile
@@ -11,7 +11,7 @@
# you can generally build it cleanly from the source. - Doug
PORTNAME= bind
-PORTVERSION= 8.2.5
+PORTVERSION= 8.3.0
CATEGORIES?= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \
ftp://ftp.epix.net/pub/isc/bind/src/${PORTVERSION}/ \
@@ -36,8 +36,15 @@ PATCH_ARGS= -d ${WRKDIR}
PATCH_DIST_ARGS= -d ${WRKDIR}
post-install:
- @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
- ${MKDIR} ${PREFIX}/share/doc/bind8
- ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${PREFIX}/share/doc/bind8
+.if !defined(NOPORTDOCS)
+ @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
+ ${MAKEFILE} clean all ${INSTALL_TARGET})
+ @${MKDIR} ${PREFIX}/share/doc/bind8/html
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${PREFIX}/share/doc/bind8/html
+ ${CP} -Rp ${WRKDIR}/src/conf ${PREFIX}/share/doc/bind8/
+.for file in CHANGES DNSSEC LICENSE LICENSE_RSA README SUPPORT TODO
+ ${INSTALL_DATA} ${WRKDIR}/src/${file} ${PREFIX}/share/doc/bind8
+.endfor
+.endif
.include <bsd.port.mk>
diff --git a/dns/bind8/distinfo b/dns/bind8/distinfo
index af42744..6867b51 100644
--- a/dns/bind8/distinfo
+++ b/dns/bind8/distinfo
@@ -1,2 +1,2 @@
-MD5 (bind-src.tar.gz) = 91ccd5cb59f8fcfa7e2a804d6a65850c
-MD5 (bind-doc.tar.gz) = 53daa296c0ccc656dc371fb5ba8ce28e
+MD5 (bind-src.tar.gz) = bed3de4829ca7267368a4a61b72522e4
+MD5 (bind-doc.tar.gz) = dc275e489b89cccc52a2631f1f22c7ad
diff --git a/dns/bind8/files/patch-aa b/dns/bind8/files/patch-aa
index d59bc37..d4af4cb 100644
--- a/dns/bind8/files/patch-aa
+++ b/dns/bind8/files/patch-aa
@@ -1,24 +1,24 @@
---- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997
-+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997
+--- src/port/freebsd/Makefile.set.orig Thu Aug 9 19:41:08 2001
++++ src/port/freebsd/Makefile.set Mon Jan 21 01:24:25 2002
@@ -1,12 +1,14 @@
'CC=cc'
--'CDEBUG=-O2 -g'
+-'CDEBUG=-O2 -g -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat'
-'DESTBIN=/usr/bin'
-'DESTSBIN=/usr/sbin'
-'DESTEXEC=/usr/libexec'
-'DESTMAN=/usr/share/man'
-'DESTHELP=/usr/share/misc'
-'DESTETC=/etc'
-+'CDEBUG=${CFLAGS}'
++'CDEBUG=${CFLAGS} -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat'
+'DESTBIN=${PREFIX}/bin'
+'DESTSBIN=${PREFIX}/sbin'
+'DESTEXEC=${PREFIX}/libexec'
+'DESTMAN=${PREFIX}/man'
+'DESTHELP=${PREFIX}/share/misc'
++'DESTETC=${PREFIX}/etc'
+ 'DESTRUN=/var/run'
+'DESTINC=${PREFIX}/include/bind'
+'DESTLIB=${PREFIX}/lib'
- 'DESTRUN=/var/run'
-+'DESTETC=/etc'
'LEX=lex -I'
'YACC=yacc -d'
'SYSLIBS=-ll -lutil'
diff --git a/dns/bind8/pkg-plist b/dns/bind8/pkg-plist
index 13f4e47..632062c 100644
--- a/dns/bind8/pkg-plist
+++ b/dns/bind8/pkg-plist
@@ -33,25 +33,51 @@ sbin/irpd
sbin/named
sbin/named-bootconf
sbin/ndc
-share/doc/bind8/acl.html
-share/doc/bind8/address_list.html
-share/doc/bind8/comments.html
-share/doc/bind8/config.html
-share/doc/bind8/controls.html
-share/doc/bind8/docdef.html
-share/doc/bind8/example.html
-share/doc/bind8/include.html
-share/doc/bind8/index.html
-share/doc/bind8/key.html
-share/doc/bind8/logging.html
-share/doc/bind8/master.html
-share/doc/bind8/options.html
-share/doc/bind8/server.html
-share/doc/bind8/trusted-keys.html
-share/doc/bind8/zone.html
+%%PORTDOCS%%share/doc/bind8/CHANGES
+%%PORTDOCS%%share/doc/bind8/DNSSEC
+%%PORTDOCS%%share/doc/bind8/LICENSE
+%%PORTDOCS%%share/doc/bind8/LICENSE_RSA
+%%PORTDOCS%%share/doc/bind8/README
+%%PORTDOCS%%share/doc/bind8/SUPPORT
+%%PORTDOCS%%share/doc/bind8/TODO
+%%PORTDOCS%%share/doc/bind8/conf/README
+%%PORTDOCS%%share/doc/bind8/conf/recursive/keep-running
+%%PORTDOCS%%share/doc/bind8/conf/recursive/named-res1.conf
+%%PORTDOCS%%share/doc/bind8/conf/recursive/named.conf.rfc1918-stubs
+%%PORTDOCS%%share/doc/bind8/conf/recursive/pri/127.0.0
+%%PORTDOCS%%share/doc/bind8/conf/recursive/pri/localhost
+%%PORTDOCS%%share/doc/bind8/conf/recursive/root.cache
+%%PORTDOCS%%share/doc/bind8/conf/workstation/named.conf
+%%PORTDOCS%%share/doc/bind8/conf/workstation/pri/127.0.0
+%%PORTDOCS%%share/doc/bind8/conf/workstation/pri/localhost
+%%PORTDOCS%%share/doc/bind8/conf/workstation/root.cache
+%%PORTDOCS%%share/doc/bind8/conf/workstation/stub/README
+%%PORTDOCS%%share/doc/bind8/html/acl.html
+%%PORTDOCS%%share/doc/bind8/html/address_list.html
+%%PORTDOCS%%share/doc/bind8/html/comments.html
+%%PORTDOCS%%share/doc/bind8/html/config.html
+%%PORTDOCS%%share/doc/bind8/html/controls.html
+%%PORTDOCS%%share/doc/bind8/html/docdef.html
+%%PORTDOCS%%share/doc/bind8/html/example.html
+%%PORTDOCS%%share/doc/bind8/html/include.html
+%%PORTDOCS%%share/doc/bind8/html/index.html
+%%PORTDOCS%%share/doc/bind8/html/key.html
+%%PORTDOCS%%share/doc/bind8/html/logging.html
+%%PORTDOCS%%share/doc/bind8/html/master.html
+%%PORTDOCS%%share/doc/bind8/html/options.html
+%%PORTDOCS%%share/doc/bind8/html/server.html
+%%PORTDOCS%%share/doc/bind8/html/trusted-keys.html
+%%PORTDOCS%%share/doc/bind8/html/zone.html
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind
-@dirrm share/doc/bind8
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/recursive/pri
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/recursive
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/workstation/pri
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/workstation/stub
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/workstation
+%%PORTDOCS%%@dirrm share/doc/bind8/conf
+%%PORTDOCS%%@dirrm share/doc/bind8/html
+%%PORTDOCS%%@dirrm share/doc/bind8/
diff --git a/net/bind8/Makefile b/net/bind8/Makefile
index 0a885a6..a4fcdcd 100644
--- a/net/bind8/Makefile
+++ b/net/bind8/Makefile
@@ -11,7 +11,7 @@
# you can generally build it cleanly from the source. - Doug
PORTNAME= bind
-PORTVERSION= 8.2.5
+PORTVERSION= 8.3.0
CATEGORIES?= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \
ftp://ftp.epix.net/pub/isc/bind/src/${PORTVERSION}/ \
@@ -36,8 +36,15 @@ PATCH_ARGS= -d ${WRKDIR}
PATCH_DIST_ARGS= -d ${WRKDIR}
post-install:
- @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
- ${MKDIR} ${PREFIX}/share/doc/bind8
- ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${PREFIX}/share/doc/bind8
+.if !defined(NOPORTDOCS)
+ @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
+ ${MAKEFILE} clean all ${INSTALL_TARGET})
+ @${MKDIR} ${PREFIX}/share/doc/bind8/html
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${PREFIX}/share/doc/bind8/html
+ ${CP} -Rp ${WRKDIR}/src/conf ${PREFIX}/share/doc/bind8/
+.for file in CHANGES DNSSEC LICENSE LICENSE_RSA README SUPPORT TODO
+ ${INSTALL_DATA} ${WRKDIR}/src/${file} ${PREFIX}/share/doc/bind8
+.endfor
+.endif
.include <bsd.port.mk>
diff --git a/net/bind8/distinfo b/net/bind8/distinfo
index af42744..6867b51 100644
--- a/net/bind8/distinfo
+++ b/net/bind8/distinfo
@@ -1,2 +1,2 @@
-MD5 (bind-src.tar.gz) = 91ccd5cb59f8fcfa7e2a804d6a65850c
-MD5 (bind-doc.tar.gz) = 53daa296c0ccc656dc371fb5ba8ce28e
+MD5 (bind-src.tar.gz) = bed3de4829ca7267368a4a61b72522e4
+MD5 (bind-doc.tar.gz) = dc275e489b89cccc52a2631f1f22c7ad
diff --git a/net/bind8/files/patch-aa b/net/bind8/files/patch-aa
index d59bc37..d4af4cb 100644
--- a/net/bind8/files/patch-aa
+++ b/net/bind8/files/patch-aa
@@ -1,24 +1,24 @@
---- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997
-+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997
+--- src/port/freebsd/Makefile.set.orig Thu Aug 9 19:41:08 2001
++++ src/port/freebsd/Makefile.set Mon Jan 21 01:24:25 2002
@@ -1,12 +1,14 @@
'CC=cc'
--'CDEBUG=-O2 -g'
+-'CDEBUG=-O2 -g -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat'
-'DESTBIN=/usr/bin'
-'DESTSBIN=/usr/sbin'
-'DESTEXEC=/usr/libexec'
-'DESTMAN=/usr/share/man'
-'DESTHELP=/usr/share/misc'
-'DESTETC=/etc'
-+'CDEBUG=${CFLAGS}'
++'CDEBUG=${CFLAGS} -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat'
+'DESTBIN=${PREFIX}/bin'
+'DESTSBIN=${PREFIX}/sbin'
+'DESTEXEC=${PREFIX}/libexec'
+'DESTMAN=${PREFIX}/man'
+'DESTHELP=${PREFIX}/share/misc'
++'DESTETC=${PREFIX}/etc'
+ 'DESTRUN=/var/run'
+'DESTINC=${PREFIX}/include/bind'
+'DESTLIB=${PREFIX}/lib'
- 'DESTRUN=/var/run'
-+'DESTETC=/etc'
'LEX=lex -I'
'YACC=yacc -d'
'SYSLIBS=-ll -lutil'
diff --git a/net/bind8/pkg-plist b/net/bind8/pkg-plist
index 13f4e47..632062c 100644
--- a/net/bind8/pkg-plist
+++ b/net/bind8/pkg-plist
@@ -33,25 +33,51 @@ sbin/irpd
sbin/named
sbin/named-bootconf
sbin/ndc
-share/doc/bind8/acl.html
-share/doc/bind8/address_list.html
-share/doc/bind8/comments.html
-share/doc/bind8/config.html
-share/doc/bind8/controls.html
-share/doc/bind8/docdef.html
-share/doc/bind8/example.html
-share/doc/bind8/include.html
-share/doc/bind8/index.html
-share/doc/bind8/key.html
-share/doc/bind8/logging.html
-share/doc/bind8/master.html
-share/doc/bind8/options.html
-share/doc/bind8/server.html
-share/doc/bind8/trusted-keys.html
-share/doc/bind8/zone.html
+%%PORTDOCS%%share/doc/bind8/CHANGES
+%%PORTDOCS%%share/doc/bind8/DNSSEC
+%%PORTDOCS%%share/doc/bind8/LICENSE
+%%PORTDOCS%%share/doc/bind8/LICENSE_RSA
+%%PORTDOCS%%share/doc/bind8/README
+%%PORTDOCS%%share/doc/bind8/SUPPORT
+%%PORTDOCS%%share/doc/bind8/TODO
+%%PORTDOCS%%share/doc/bind8/conf/README
+%%PORTDOCS%%share/doc/bind8/conf/recursive/keep-running
+%%PORTDOCS%%share/doc/bind8/conf/recursive/named-res1.conf
+%%PORTDOCS%%share/doc/bind8/conf/recursive/named.conf.rfc1918-stubs
+%%PORTDOCS%%share/doc/bind8/conf/recursive/pri/127.0.0
+%%PORTDOCS%%share/doc/bind8/conf/recursive/pri/localhost
+%%PORTDOCS%%share/doc/bind8/conf/recursive/root.cache
+%%PORTDOCS%%share/doc/bind8/conf/workstation/named.conf
+%%PORTDOCS%%share/doc/bind8/conf/workstation/pri/127.0.0
+%%PORTDOCS%%share/doc/bind8/conf/workstation/pri/localhost
+%%PORTDOCS%%share/doc/bind8/conf/workstation/root.cache
+%%PORTDOCS%%share/doc/bind8/conf/workstation/stub/README
+%%PORTDOCS%%share/doc/bind8/html/acl.html
+%%PORTDOCS%%share/doc/bind8/html/address_list.html
+%%PORTDOCS%%share/doc/bind8/html/comments.html
+%%PORTDOCS%%share/doc/bind8/html/config.html
+%%PORTDOCS%%share/doc/bind8/html/controls.html
+%%PORTDOCS%%share/doc/bind8/html/docdef.html
+%%PORTDOCS%%share/doc/bind8/html/example.html
+%%PORTDOCS%%share/doc/bind8/html/include.html
+%%PORTDOCS%%share/doc/bind8/html/index.html
+%%PORTDOCS%%share/doc/bind8/html/key.html
+%%PORTDOCS%%share/doc/bind8/html/logging.html
+%%PORTDOCS%%share/doc/bind8/html/master.html
+%%PORTDOCS%%share/doc/bind8/html/options.html
+%%PORTDOCS%%share/doc/bind8/html/server.html
+%%PORTDOCS%%share/doc/bind8/html/trusted-keys.html
+%%PORTDOCS%%share/doc/bind8/html/zone.html
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind
-@dirrm share/doc/bind8
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/recursive/pri
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/recursive
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/workstation/pri
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/workstation/stub
+%%PORTDOCS%%@dirrm share/doc/bind8/conf/workstation
+%%PORTDOCS%%@dirrm share/doc/bind8/conf
+%%PORTDOCS%%@dirrm share/doc/bind8/html
+%%PORTDOCS%%@dirrm share/doc/bind8/
OpenPOWER on IntegriCloud