pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove very outdated "bind9-current" package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32d669148ca7
branches:  trunk
changeset: 465925:32d669148ca7
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jan 08 15:04:02 2004 +0000

description:
Remove very outdated "bind9-current" package.

diffstat:

 doc/CHANGES                        |    3 +-
 net/Makefile                       |    3 +-
 net/bind9-current/DESCR            |   14 -
 net/bind9-current/Makefile         |   73 --------
 net/bind9-current/PLIST            |  322 -------------------------------------
 net/bind9-current/distinfo         |    8 -
 net/bind9-current/files/lwresd.sh  |   18 --
 net/bind9-current/files/named.sh   |   30 ---
 net/bind9-current/patches/patch-aa |   14 -
 net/bind9-current/patches/patch-ab |   33 ---
 net/bind9-current/patches/patch-ac |   39 ----
 net/bind9-current/patches/patch-ai |   85 ---------
 12 files changed, 3 insertions(+), 639 deletions(-)

diffs (truncated from 707 to 300 lines):

diff -r d0ca012b1465 -r 32d669148ca7 doc/CHANGES
--- a/doc/CHANGES       Thu Jan 08 14:53:06 2004 +0000
+++ b/doc/CHANGES       Thu Jan 08 15:04:02 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4389 2004/01/08 14:07:14 jmmv Exp $
+$NetBSD: CHANGES,v 1.4390 2004/01/08 15:04:02 tron Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -114,3 +114,4 @@
        Updated gd to 2.0.19 [adam 2004-01-08]
        Updated hf6to4 to 1.2 [hubertf 2004-01-08]
        Updated pkg_comp to 1.14 [jmmv 2004-01-08]
+       Removed bind9-current [tron 2004-01-08]
diff -r d0ca012b1465 -r 32d669148ca7 net/Makefile
--- a/net/Makefile      Thu Jan 08 14:53:06 2004 +0000
+++ b/net/Makefile      Thu Jan 08 15:04:02 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.426 2004/01/08 09:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.427 2004/01/08 15:04:02 tron Exp $
 #
 
 COMMENT=       Networking tools
@@ -25,7 +25,6 @@
 SUBDIR+=       bind4
 SUBDIR+=       bind8
 SUBDIR+=       bind9
-SUBDIR+=       bind9-current
 SUBDIR+=       bing
 SUBDIR+=       bittorrent
 SUBDIR+=       bounce
diff -r d0ca012b1465 -r 32d669148ca7 net/bind9-current/DESCR
--- a/net/bind9-current/DESCR   Thu Jan 08 14:53:06 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-  BIND version 9 is a major rewrite of nearly all aspects of the
-underlying BIND architecture. This re-architecting of BIND was
-necessitated by the expected demands of:
-
-  - Domain name system growth, particularly in very large
-    zones such as .COM
-  - Protocol enhancements necessary to securely query and
-    update zones
-  - Protocol enhancements necessary to take advantage of
-    certain architectural features of IP version 6
-
-  The 9.0.0 release, and this release candidate, is aimed at
-early adopters and those who wish to make use of new 9.0
-features, such as IPv6 and DNSSEC secure resolution support.
diff -r d0ca012b1465 -r 32d669148ca7 net/bind9-current/Makefile
--- a/net/bind9-current/Makefile        Thu Jan 08 14:53:06 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,73 +0,0 @@
-# $NetBSD: Makefile,v 1.42 2003/11/12 03:39:41 jschauma Exp $
-#
-
-DISTNAME=      bind-${BIND_VERSION}
-PKGNAME=       bind-9.2.99.20021217
-PKGREVISION=   1
-CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.isc.org/isc/bind9/snapshots/
-
-MAINTAINER=    hubertf%NetBSD.org@localhost
-HOMEPAGE=      http://www.isc.org/products/BIND/
-COMMENT=       Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
-
-BIND_VERSION=  9.3.0s20021217
-DIST_SUBDIR=   bind/${BIND_VERSION}
-
-# IPv6 ready, automatically detected
-.include "../../mk/bsd.prefs.mk"
-BUILD_DEFS+=   USE_INET6
-# No need to set USE_INET6, will auto-detect.
-
-USE_BUILDLINK2=                yes
-USE_LIBTOOL=           yes
-LIBTOOL_OVERRIDE+=     ${WRKSRC}/libtool
-LIBTOOL_OVERRIDE+=     ${WRKSRC}/lib/bind/libtool
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--disable-threads      # Until we have real threads
-CONFIGURE_ARGS+=--with-libtool=yes \
-               --sysconfdir=/etc \
-               --localstatedir=/var
-#LDFLAGS+=     -Wl,${RPATH_FLAG}${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib
-# use external OpenSSL.  comment out the following line and the buildlink
-# include at the bottom to use OpenSSL shipped with BIND9.
-CONFIGURE_ARGS+=--with-openssl=${SSLBASE}
-
-post-build:
-       ${SED} \
-               -e 's|@PREFIX@|${PREFIX}|' \
-               <${FILESDIR}/named.sh >${WRKDIR}/named
-       ${SED} \
-               -e 's|@PREFIX@|${PREFIX}|' \
-               <${FILESDIR}/lwresd.sh >${WRKDIR}/lwresd
-
-# include/isc/ipv6.h is installed on non-ipv6 platforms
-IPV6H=         "@comment "
-.if ${OPSYS} == "SunOS" && ${OS_VERSION} == "5.7"
-IPV6H=         ""
-.endif
-
-PLIST_SUBST+=  IPV6H=${IPV6H}
-PLIST_SRC=     ${WRKDIR}/PLIST
-
-post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9/arm
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9/draft
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9/misc
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind9/rfc
-       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bind9
-       ${INSTALL_DATA} ${WRKSRC}/doc/arm/* ${PREFIX}/share/doc/bind9/arm
-       ${INSTALL_DATA} ${WRKSRC}/doc/draft/* ${PREFIX}/share/doc/bind9/draft
-       ${INSTALL_DATA} ${WRKSRC}/doc/misc/* ${PREFIX}/share/doc/bind9/misc
-       ${INSTALL_DATA} ${WRKSRC}/doc/rfc/* ${PREFIX}/share/doc/bind9/rfc
-       ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
-       (cd ${PREFIX}; ${FIND} share/doc/bind9 -type f -print ) >> ${PLIST_SRC}
-       (cd ${PREFIX}; ${FIND} share/doc/bind9 -type d -print ) | \
-               ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC}
-       ${INSTALL_SCRIPT} ${WRKDIR}/named ${PREFIX}/etc/rc.d/named9
-       ${INSTALL_SCRIPT} ${WRKDIR}/lwresd ${PREFIX}/etc/rc.d/lwresd
-
-.include "../../security/openssl/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d0ca012b1465 -r 32d669148ca7 net/bind9-current/PLIST
--- a/net/bind9-current/PLIST   Thu Jan 08 14:53:06 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,322 +0,0 @@
-@comment $NetBSD: PLIST,v 1.10 2002/12/19 03:46:47 itojun Exp $
-bin/dig
-bin/host
-bin/isc-config.sh
-bin/nslookup
-bin/nsupdate
-etc/rc.d/lwresd
-etc/rc.d/named9
-include/bind9/check.h
-include/bind9/getaddresses.h
-include/bind9/version.h
-include/dns/acl.h
-include/dns/adb.h
-include/dns/byaddr.h
-include/dns/cache.h
-include/dns/callbacks.h
-include/dns/cert.h
-include/dns/compress.h
-include/dns/db.h
-include/dns/dbiterator.h
-include/dns/dbtable.h
-include/dns/diff.h
-include/dns/dispatch.h
-include/dns/dnssec.h
-include/dns/ds.h
-include/dns/enumclass.h
-include/dns/enumtype.h
-include/dns/events.h
-include/dns/fixedname.h
-include/dns/journal.h
-include/dns/keyflags.h
-include/dns/keytable.h
-include/dns/keyvalues.h
-include/dns/lib.h
-include/dns/log.h
-include/dns/master.h
-include/dns/masterdump.h
-include/dns/message.h
-include/dns/name.h
-include/dns/ncache.h
-include/dns/nxt.h
-include/dns/peer.h
-include/dns/rbt.h
-include/dns/rcode.h
-include/dns/rdata.h
-include/dns/rdataclass.h
-include/dns/rdatalist.h
-include/dns/rdataset.h
-include/dns/rdatasetiter.h
-include/dns/rdataslab.h
-include/dns/rdatastruct.h
-include/dns/rdatatype.h
-include/dns/request.h
-include/dns/resolver.h
-include/dns/result.h
-include/dns/rootns.h
-include/dns/sdb.h
-include/dns/secalg.h
-include/dns/secproto.h
-include/dns/soa.h
-include/dns/ssu.h
-include/dns/tcpmsg.h
-include/dns/time.h
-include/dns/tkey.h
-include/dns/tsig.h
-include/dns/ttl.h
-include/dns/types.h
-include/dns/validator.h
-include/dns/version.h
-include/dns/view.h
-include/dns/xfrin.h
-include/dns/zone.h
-include/dns/zonekey.h
-include/dns/zt.h
-include/dst/dst.h
-include/dst/lib.h
-include/dst/result.h
-include/isc/app.h
-include/isc/assertions.h
-include/isc/base64.h
-include/isc/bitstring.h
-include/isc/boolean.h
-include/isc/buffer.h
-include/isc/bufferlist.h
-include/isc/commandline.h
-include/isc/condition.h
-include/isc/dir.h
-include/isc/entropy.h
-include/isc/error.h
-include/isc/event.h
-include/isc/eventclass.h
-include/isc/file.h
-include/isc/formatcheck.h
-include/isc/fsaccess.h
-include/isc/heap.h
-include/isc/hex.h
-include/isc/hmacmd5.h
-include/isc/int.h
-include/isc/interfaceiter.h
-${IPV6H}include/isc/ipv6.h
-include/isc/lang.h
-include/isc/lex.h
-include/isc/lfsr.h
-include/isc/lib.h
-include/isc/list.h
-include/isc/log.h
-include/isc/magic.h
-include/isc/md5.h
-include/isc/mem.h
-include/isc/msgcat.h
-include/isc/msgs.h
-include/isc/mutex.h
-include/isc/mutexblock.h
-include/isc/net.h
-include/isc/netaddr.h
-include/isc/netdb.h
-include/isc/offset.h
-include/isc/once.h
-include/isc/ondestroy.h
-include/isc/os.h
-include/isc/parseint.h
-include/isc/platform.h
-include/isc/print.h
-include/isc/quota.h
-include/isc/random.h
-include/isc/ratelimiter.h
-include/isc/refcount.h
-include/isc/region.h
-include/isc/resource.h
-include/isc/result.h
-include/isc/resultclass.h
-include/isc/rwlock.h
-include/isc/serial.h
-include/isc/sha1.h
-include/isc/sockaddr.h
-include/isc/socket.h
-include/isc/stdio.h
-include/isc/stdtime.h
-include/isc/string.h
-include/isc/symtab.h
-include/isc/syslog.h
-include/isc/task.h
-include/isc/taskpool.h
-include/isc/thread.h
-include/isc/time.h
-include/isc/timer.h
-include/isc/types.h
-include/isc/util.h
-include/isc/version.h
-include/isccc/alist.h
-include/isccc/base64.h
-include/isccc/cc.h
-include/isccc/ccmsg.h
-include/isccc/events.h
-include/isccc/lib.h
-include/isccc/result.h
-include/isccc/sexpr.h
-include/isccc/symtab.h
-include/isccc/symtype.h
-include/isccc/types.h
-include/isccc/util.h
-include/isccc/version.h
-include/isccfg/cfg.h
-include/isccfg/grammar.h
-include/isccfg/log.h
-include/isccfg/namedconf.h
-include/isccfg/version.h
-include/lwres/context.h
-include/lwres/int.h
-include/lwres/ipv6.h



Home | Main Index | Thread Index | Old Index