aboutsummaryrefslogtreecommitdiff
path: root/dns/bind8
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind8')
-rw-r--r--dns/bind8/Makefile51
-rw-r--r--dns/bind8/distinfo2
-rw-r--r--dns/bind8/files/patch-aa29
-rw-r--r--dns/bind8/files/patch-ab42
-rw-r--r--dns/bind8/files/patch-ac11
-rw-r--r--dns/bind8/files/patch-port_freebsd_include_port_before.h25
-rw-r--r--dns/bind8/pkg-comment1
-rw-r--r--dns/bind8/pkg-descr15
-rw-r--r--dns/bind8/pkg-plist83
9 files changed, 0 insertions, 259 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile
deleted file mode 100644
index 6ab10759a6f6..000000000000
--- a/dns/bind8/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: bind
-# Date created: 18 July 1997
-# Whom: jseger@scds.com
-#
-# $FreeBSD$
-#
-
-# I stay very aware of developments regarding BIND. I frequently delay updating
-# this port from a known-stable version due to concerns about stability of a
-# newer version. If you are interested in using the most recent ISC release
-# you can generally build it cleanly from the source. - Doug
-
-PORTNAME= bind
-PORTVERSION= 8.3.1
-CATEGORIES?= net
-MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \
- ftp://ftp.epix.net/pub/isc/bind/src/${PORTVERSION}/ \
- ftp://ftp.nominum.com/pub/isc/bind/src/${PORTVERSION}/ \
- ftp://ftp.grolier.fr/pub/isc/bind/src/${PORTVERSION}/
-
-DISTFILES= bind-src.tar.gz bind-doc.tar.gz
-DIST_SUBDIR= bind-${PORTVERSION}
-
-MAINTAINER= DougB@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/src
-
-MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1
-MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \
- getnameinfo.3 inet_cidr.3 hesiod.3 resolver.3 tsig.3
-MAN5= irs.conf.5 named.conf.5 resolver.5
-MAN7= hostname.7 mailaddr.7
-MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
- nsupdate.8
-
-PATCH_ARGS= -s -d ${WRKDIR}
-PATCH_DIST_ARGS= -s -d ${WRKDIR}
-
-post-install:
-.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
deleted file mode 100644
index f7bf0f579f90..000000000000
--- a/dns/bind8/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (bind-8.3.1/bind-src.tar.gz) = ee0535239e3b254e98d7efe53f4d0fe7
-MD5 (bind-8.3.1/bind-doc.tar.gz) = 54c63ec52daf69d52668299ada2dac68
diff --git a/dns/bind8/files/patch-aa b/dns/bind8/files/patch-aa
deleted file mode 100644
index 7ed25b139ea2..000000000000
--- a/dns/bind8/files/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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 -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} -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat'
-+'DESTBIN=${PREFIX}/bin'
-+'DESTSBIN=${PREFIX}/sbin'
-+'DESTEXEC=${PREFIX}/libexec'
-+'DESTMAN=${MANPREFIX}/man'
-+'DESTHELP=${PREFIX}/share/misc'
-+'DESTETC=${PREFIX}/etc'
- 'DESTRUN=/var/run'
-+'DESTINC=${PREFIX}/include/bind'
-+'DESTLIB=${PREFIX}/lib'
- 'LEX=lex -I'
- 'YACC=yacc -d'
- 'SYSLIBS=-ll -lutil'
-@@ -16,3 +18,4 @@
- 'CATEXT=0'
- 'PS=ps'
- 'RANLIB=ranlib'
-+'SH=${SH}'
diff --git a/dns/bind8/files/patch-ab b/dns/bind8/files/patch-ab
deleted file mode 100644
index 2666baa8847c..000000000000
--- a/dns/bind8/files/patch-ab
+++ /dev/null
@@ -1,42 +0,0 @@
---- doc/man/Makefile.orig Fri Mar 14 04:43:51 1997
-+++ doc/man/Makefile Mon Jan 5 14:03:46 1998
-@@ -52,26 +52,26 @@
- # Target directory for the manual directory tree. Eg., may be used to
- # specify the path of an NFS-mounted directory for common files.
- #
--DESTDIR=
-+DESTDIR= ${PREFIX}
-
- #
- # Default location for manual section directories.
- #
--DESTMAN= /usr/share/man
-+DESTMAN= /man
-
- #
- # Install manuals in ${MANDIR}N. For systems that generate catable manual
- # entries on the fly, use
- # MANDIR = man
- #
--MANDIR = cat
-+MANDIR = man
-
- #
- # Default extension for manual entries. To install the manual entries under
- # their `real' extensions use
- # CATEXT = $$N
- #
--CATEXT = 0
-+CATEXT = $$N
-
- #
- # Command to install manual entries
-@@ -105,7 +105,7 @@
- # can be used.
- # MANROFF = cat
- #
--MANROFF = ( tbl | nroff -mandoc )
-+MANROFF = cat
-
- #
- # Default extensions for installed manual entries. The following variables
diff --git a/dns/bind8/files/patch-ac b/dns/bind8/files/patch-ac
deleted file mode 100644
index b348758fbcd4..000000000000
--- a/dns/bind8/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/bin/Makefile.orig Sat Dec 23 00:02:48 2000
-+++ src/bin/Makefile Mon Jan 29 14:11:13 2001
-@@ -58,7 +58,7 @@
- "VER=${VER}" "STRIP=${STRIP}" "PS=${PS}" "INSTALL_LIB=${INSTALL_LIB}" \
- "INSTALL_EXEC=${INSTALL_EXEC}" "BOUNDS=${BOUNDS}"
-
--CFLAGS= ${CDEBUG}
-+#CFLAGS= ${CDEBUG}
- CPPFLAGS= -I${PORTINCL} -I${INCL}
-
- SUBDIRS = addr nslookup dig dnsquery host named named-xfer ndc nsupdate \
diff --git a/dns/bind8/files/patch-port_freebsd_include_port_before.h b/dns/bind8/files/patch-port_freebsd_include_port_before.h
deleted file mode 100644
index 59b9eac2a0bc..000000000000
--- a/dns/bind8/files/patch-port_freebsd_include_port_before.h
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/port/freebsd/include/port_before.h.orig Wed Oct 31 23:29:21 2001
-+++ src/port/freebsd/include/port_before.h Tue Feb 26 21:50:52 2002
-@@ -15,6 +15,7 @@
- #define SETPWENT_VOID
- #endif
-
-+#include <sys/param.h>
- #include <sys/types.h>
-
- #define GROUP_R_RETURN struct group *
-@@ -26,8 +27,14 @@
- #define GROUP_R_ENT_ARGS void
- #define GROUP_R_OK gptr
- #define GROUP_R_BAD NULL
-+
-+#if defined(__FreeBSD_version) && __FreeBSD_version >= 500030
-+#define GETGROUPLIST_ARGS const char *name, gid_t basegid, gid_t *groups, \
-+ int *ngroups
-+#else
- #define GETGROUPLIST_ARGS const char *name, int basegid, int *groups, \
- int *ngroups
-+#endif
-
- #define HOST_R_RETURN struct hostent *
- #define HOST_R_SET_RETURN void
diff --git a/dns/bind8/pkg-comment b/dns/bind8/pkg-comment
deleted file mode 100644
index aeebc91bec8c..000000000000
--- a/dns/bind8/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The Berkeley Internet Name Daemon, an implementation of DNS
diff --git a/dns/bind8/pkg-descr b/dns/bind8/pkg-descr
deleted file mode 100644
index 79404ca019a1..000000000000
--- a/dns/bind8/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-The Berkeley Internet Name Daemon, an implementation of DNS.
-
-BIND 8 Features
- -> DNS Dynamic Updates (RFC 2136)
- -> DNS Change Notification (RFC 1996)
- -> Completely new configuration syntax
- -> Flexible, categorized logging system
- -> IP-address-based access control for queries, zone transfers, and
- updates that may be specified on a zone-by-zone basis
- -> More efficient zone transfers
- -> Improved performance for servers with thousands of zones
- -> The server no longer forks for outbound zone transfers
- -> Many bug fixes
-
-WWW: http://www.isc.org/products/BIND/
diff --git a/dns/bind8/pkg-plist b/dns/bind8/pkg-plist
deleted file mode 100644
index 632062c85af8..000000000000
--- a/dns/bind8/pkg-plist
+++ /dev/null
@@ -1,83 +0,0 @@
-bin/addr
-bin/dig
-bin/dnsquery
-bin/host
-bin/mkservdb
-bin/nslookup
-bin/nsupdate
-include/bind/arpa/inet.h
-include/bind/arpa/nameser.h
-include/bind/arpa/nameser_compat.h
-include/bind/hesiod.h
-include/bind/irp.h
-include/bind/irs.h
-include/bind/isc/assertions.h
-include/bind/isc/dst.h
-include/bind/isc/eventlib.h
-include/bind/isc/heap.h
-include/bind/isc/irpmarshall.h
-include/bind/isc/list.h
-include/bind/isc/logging.h
-include/bind/isc/memcluster.h
-include/bind/isc/misc.h
-include/bind/isc/tree.h
-include/bind/netdb.h
-include/bind/res_update.h
-include/bind/resolv.h
-include/bind/sys/bitypes.h
-lib/libbind.a
-lib/libbind_r.a
-libexec/dnskeygen
-libexec/named-xfer
-sbin/irpd
-sbin/named
-sbin/named-bootconf
-sbin/ndc
-%%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
-%%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/