summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-02-09 16:19:16 +0000
committertaca <taca@pkgsrc.org>2011-02-09 16:19:16 +0000
commit1e73d3e1ebbec02cf6f94092cb7fcc6ab2c706cf (patch)
tree00738684f7ee0b2b0c83a759eb1167e9bcb3f12f /net
parentc5c09d86c62d835a820f669fb32c38a82e7e487a (diff)
downloadpkgsrc-1e73d3e1ebbec02cf6f94092cb7fcc6ab2c706cf.tar.gz
Delete bind95 pacakge, it has been eol May, 2010.
http://www.isc.org/software/bind/versions
Diffstat (limited to 'net')
-rw-r--r--net/bind95/DESCR24
-rw-r--r--net/bind95/MESSAGE10
-rw-r--r--net/bind95/Makefile94
-rw-r--r--net/bind95/PLIST525
-rw-r--r--net/bind95/buildlink3.mk12
-rw-r--r--net/bind95/builtin.mk92
-rw-r--r--net/bind95/distinfo16
-rw-r--r--net/bind95/files/lwresd.sh18
-rw-r--r--net/bind95/files/named9.sh56
-rw-r--r--net/bind95/options.mk16
-rw-r--r--net/bind95/patches/patch-ab32
-rw-r--r--net/bind95/patches/patch-ac39
-rw-r--r--net/bind95/patches/patch-ad65
-rw-r--r--net/bind95/patches/patch-af45
-rw-r--r--net/bind95/patches/patch-ag15
-rw-r--r--net/bind95/patches/patch-ai106
-rw-r--r--net/bind95/patches/patch-aj13
-rw-r--r--net/bind95/patches/patch-al13
-rw-r--r--net/bind95/patches/patch-am51
-rw-r--r--net/bind95/patches/patch-an58
-rw-r--r--net/bind95/patches/patch-ao23
21 files changed, 0 insertions, 1323 deletions
diff --git a/net/bind95/DESCR b/net/bind95/DESCR
deleted file mode 100644
index 49793206ee4..00000000000
--- a/net/bind95/DESCR
+++ /dev/null
@@ -1,24 +0,0 @@
-BIND, the Berkeley Internet Name Daemon, version 9 is a major rewrite
-of nearly all aspects of the underlying BIND architecture. Some
-of the important features of BIND-9 are:
-
- - DNS Security
- DNSSEC (signed zones)
- TSIG (signed DNS requests)
-
- - IP version 6
- Answers DNS queries on IPv6 sockets
- IPv6 resource records (A6, DNAME, etc.)
- Bitstring Labels
- Experimental IPv6 Resolver Library
-
- - DNS Protocol Enhancements
- IXFR, DDNS, Notify, EDNS0
- Improved standards conformance
-
- - Views
- One server process can provide multiple "views" of the
- DNS namespace to different clients.
-
- - Multiprocessor Support
- - Improved Portability Architecture
diff --git a/net/bind95/MESSAGE b/net/bind95/MESSAGE
deleted file mode 100644
index 6d5a26963ba..00000000000
--- a/net/bind95/MESSAGE
+++ /dev/null
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $
-
-Please consider running BIND under the pseudo user account "${BIND_USER}"
-in a chroot environment for security reasons.
-
-To achieve this, set the variable "named_chrootdir" in /etc/rc.conf to
-the directory with the chroot environment e.g. "${BIND_DIR}".
-
-===========================================================================
diff --git a/net/bind95/Makefile b/net/bind95/Makefile
deleted file mode 100644
index 87d44df04c4..00000000000
--- a/net/bind95/Makefile
+++ /dev/null
@@ -1,94 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2010/05/26 15:56:39 taca Exp $
-
-DISTNAME= bind-${BIND_VERSION}
-PKGNAME= ${DISTNAME:S/-P/pl/}
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
- http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.isc.org/software/bind
-COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
-
-CONFLICTS+= bind<9.5.0
-CONFLICTS+= bind>=9.6.0
-
-PKG_DESTDIR_SUPPORT= user-destdir
-MAKE_JOBS_SAFE= no
-
-BIND_VERSION= 9.5.2-P4
-
-# IPv6 ready, automatically detected
-.include "../../mk/bsd.prefs.mk"
-BUILD_DEFS+= IPV6_READY
-
-BUILD_DEFS+= BIND_DIR VARBASE
-
-USE_TOOLS+= pax perl
-USE_LIBTOOL= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-libtool=yes \
- --sysconfdir=/etc \
- --localstatedir=${VARBASE:Q}
-#LDFLAGS+= ${COMPILER_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:Q}
-
-PKG_GROUPS_VARS+= BIND_GROUP
-PKG_USERS_VARS+= BIND_USER
-
-PKG_GROUPS= ${BIND_GROUP}
-PKG_USERS= ${BIND_USER}:${BIND_GROUP}
-
-PKG_GECOS.${BIND_USER}= Named pseudo-user
-PKG_HOME.${BIND_USER}= ${BIND_DIR}
-
-PTHREAD_OPTS+= native
-PTHREAD_AUTO_VARS= yes
-
-FILES_SUBST+= BIND_GROUP=${BIND_GROUP:Q} BIND_USER=${BIND_USER:Q} PAX=${PAX:Q}
-MESSAGE_SUBST+= BIND_DIR=${BIND_DIR} BIND_USER=${BIND_USER}
-
-# include/isc/ipv6.h is installed on non-ipv6 platforms
-PLIST_VARS+= inet6
-.if !empty(MISSING_FEATURES:Minet6)
-PLIST.inet6= yes
-.endif
-
-PLIST_SRC= ${WRKDIR}/PLIST
-RCD_SCRIPTS= lwresd named9
-
-INSTALLATION_DIRS= share/doc/bind9/arm share/doc/bind9/draft \
- share/doc/bind9/misc share/doc/bind9/rfc
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/bind9
- set -e; cd ${WRKSRC}/doc && pax -rwppm \
- -s ',.*xsl.*,,' -s ',Makefile.*,,' -s ',.*\.pl,,' \
- . ${DESTDIR}${PREFIX}/share/doc/bind9
- ${CHMOD} -R g-w ${DESTDIR}${PREFIX}/share/doc/bind9
- ${CHMOD} -x ${DESTDIR}${PREFIX}/share/doc/bind9/arm/Bv9ARM.pdf
- ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
- (cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/bind9 -type f -print ) >> ${PLIST_SRC}
- (cd ${DESTDIR}${PREFIX}; ${FIND} include/bind -type f -print ) >> ${PLIST_SRC}
-
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "options.mk"
-.include "../../mk/bsd.pkg.mk"
-
-.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-vax) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-sparc) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-m68k)
-CONFIGURE_ARGS+= --disable-threads
-.else
-CONFIGURE_ARGS+= --enable-threads
-.endif
-
-.if ${OPSYS} == "DragonFly"
-CONFIGURE_ARGS+= --disable-kqueue
-.endif
diff --git a/net/bind95/PLIST b/net/bind95/PLIST
deleted file mode 100644
index c9cabdffd3b..00000000000
--- a/net/bind95/PLIST
+++ /dev/null
@@ -1,525 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2010/05/26 15:56:39 taca Exp $
-bin/dig
-bin/host
-bin/isc-config.sh
-bin/nslookup
-bin/nsupdate
-${PLIST.inet6}include/isc/ipv6.h
-include/bind/arpa/inet.h
-include/bind/arpa/nameser.h
-include/bind/arpa/nameser_compat.h
-include/bind/fd_setsize.h
-include/bind/hesiod.h
-include/bind/irp.h
-include/bind/irs.h
-include/bind/isc/assertions.h
-include/bind/isc/ctl.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/platform.h.in
-include/bind/isc/tree.h
-include/bind/netdb.h
-include/bind/netgroup.h
-include/bind/res_update.h
-include/bind/resolv.h
-include/bind/sys/bitypes.h
-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/dlz.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/iptable.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/nsec.h
-include/dns/peer.h
-include/dns/portlist.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/sdlz.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/gssapi.h
-include/dst/lib.h
-include/dst/result.h
-include/isc/app.h
-include/isc/assertions.h
-include/isc/atomic.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/hash.h
-include/isc/heap.h
-include/isc/hex.h
-include/isc/hmacmd5.h
-include/isc/httpd.h
-include/isc/int.h
-include/isc/interfaceiter.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/radix.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/sha2.h
-include/isc/sockaddr.h
-include/isc/socket.h
-include/isc/stdio.h
-include/isc/stdlib.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/isc/xml.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/aclconf.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
-include/lwres/lang.h
-include/lwres/list.h
-include/lwres/lwbuffer.h
-include/lwres/lwpacket.h
-include/lwres/lwres.h
-include/lwres/net.h
-include/lwres/netdb.h
-include/lwres/platform.h
-include/lwres/result.h
-include/lwres/version.h
-lib/libbind.la
-lib/libbind9.la
-lib/libdns.la
-lib/libisc.la
-lib/libisccc.la
-lib/libisccfg.la
-lib/liblwres.la
-man/man1/dig.1
-man/man1/host.1
-man/man1/isc-config.sh.1
-man/man1/nslookup.1
-man/man1/nsupdate.1
-man/man3/lwres.3
-man/man3/lwres_addr_parse.3
-man/man3/lwres_buffer.3
-man/man3/lwres_buffer_add.3
-man/man3/lwres_buffer_back.3
-man/man3/lwres_buffer_clear.3
-man/man3/lwres_buffer_first.3
-man/man3/lwres_buffer_forward.3
-man/man3/lwres_buffer_getmem.3
-man/man3/lwres_buffer_getuint16.3
-man/man3/lwres_buffer_getuint32.3
-man/man3/lwres_buffer_getuint8.3
-man/man3/lwres_buffer_init.3
-man/man3/lwres_buffer_invalidate.3
-man/man3/lwres_buffer_putmem.3
-man/man3/lwres_buffer_putuint16.3
-man/man3/lwres_buffer_putuint32.3
-man/man3/lwres_buffer_putuint8.3
-man/man3/lwres_buffer_subtract.3
-man/man3/lwres_conf_clear.3
-man/man3/lwres_conf_get.3
-man/man3/lwres_conf_init.3
-man/man3/lwres_conf_parse.3
-man/man3/lwres_conf_print.3
-man/man3/lwres_config.3
-man/man3/lwres_context.3
-man/man3/lwres_context_allocmem.3
-man/man3/lwres_context_create.3
-man/man3/lwres_context_destroy.3
-man/man3/lwres_context_freemem.3
-man/man3/lwres_context_initserial.3
-man/man3/lwres_context_nextserial.3
-man/man3/lwres_context_sendrecv.3
-man/man3/lwres_endhostent.3
-man/man3/lwres_endhostent_r.3
-man/man3/lwres_freeaddrinfo.3
-man/man3/lwres_freehostent.3
-man/man3/lwres_gabn.3
-man/man3/lwres_gabnrequest_free.3
-man/man3/lwres_gabnrequest_parse.3
-man/man3/lwres_gabnrequest_render.3
-man/man3/lwres_gabnresponse_free.3
-man/man3/lwres_gabnresponse_parse.3
-man/man3/lwres_gabnresponse_render.3
-man/man3/lwres_gai_strerror.3
-man/man3/lwres_getaddrinfo.3
-man/man3/lwres_getaddrsbyname.3
-man/man3/lwres_gethostbyaddr.3
-man/man3/lwres_gethostbyaddr_r.3
-man/man3/lwres_gethostbyname.3
-man/man3/lwres_gethostbyname2.3
-man/man3/lwres_gethostbyname_r.3
-man/man3/lwres_gethostent.3
-man/man3/lwres_gethostent_r.3
-man/man3/lwres_getipnode.3
-man/man3/lwres_getipnodebyaddr.3
-man/man3/lwres_getipnodebyname.3
-man/man3/lwres_getnamebyaddr.3
-man/man3/lwres_getnameinfo.3
-man/man3/lwres_getrrsetbyname.3
-man/man3/lwres_gnba.3
-man/man3/lwres_gnbarequest_free.3
-man/man3/lwres_gnbarequest_parse.3
-man/man3/lwres_gnbarequest_render.3
-man/man3/lwres_gnbaresponse_free.3
-man/man3/lwres_gnbaresponse_parse.3
-man/man3/lwres_gnbaresponse_render.3
-man/man3/lwres_herror.3
-man/man3/lwres_hstrerror.3
-man/man3/lwres_inetntop.3
-man/man3/lwres_lwpacket_parseheader.3
-man/man3/lwres_lwpacket_renderheader.3
-man/man3/lwres_net_ntop.3
-man/man3/lwres_noop.3
-man/man3/lwres_nooprequest_free.3
-man/man3/lwres_nooprequest_parse.3
-man/man3/lwres_nooprequest_render.3
-man/man3/lwres_noopresponse_free.3
-man/man3/lwres_noopresponse_parse.3
-man/man3/lwres_noopresponse_render.3
-man/man3/lwres_packet.3
-man/man3/lwres_resutil.3
-man/man3/lwres_sethostent.3
-man/man3/lwres_sethostent_r.3
-man/man3/lwres_string_parse.3
-man/man5/named.conf.5
-man/man5/rndc.conf.5
-man/man8/dnssec-keygen.8
-man/man8/dnssec-signzone.8
-man/man8/lwresd.8
-man/man8/named-checkconf.8
-man/man8/named-checkzone.8
-man/man8/named-compilezone.8
-man/man8/named.8
-man/man8/rndc-confgen.8
-man/man8/rndc.8
-sbin/dnssec-keygen
-sbin/dnssec-signzone
-sbin/lwresd
-sbin/named
-sbin/named-checkconf
-sbin/named-checkzone
-sbin/named-compilezone
-sbin/rndc
-sbin/rndc-confgen
-share/doc/bind9/README
-share/doc/bind9/arm/Bv9ARM-book.xml
-share/doc/bind9/arm/Bv9ARM.ch01.html
-share/doc/bind9/arm/Bv9ARM.ch02.html
-share/doc/bind9/arm/Bv9ARM.ch03.html
-share/doc/bind9/arm/Bv9ARM.ch04.html
-share/doc/bind9/arm/Bv9ARM.ch05.html
-share/doc/bind9/arm/Bv9ARM.ch06.html
-share/doc/bind9/arm/Bv9ARM.ch07.html
-share/doc/bind9/arm/Bv9ARM.ch08.html
-share/doc/bind9/arm/Bv9ARM.ch09.html
-share/doc/bind9/arm/Bv9ARM.ch10.html
-share/doc/bind9/arm/Bv9ARM.html
-share/doc/bind9/arm/Bv9ARM.pdf
-share/doc/bind9/arm/README-SGML
-share/doc/bind9/arm/isc-logo.eps
-share/doc/bind9/arm/isc-logo.pdf
-share/doc/bind9/arm/man.dig.html
-share/doc/bind9/arm/man.dnssec-keygen.html
-share/doc/bind9/arm/man.dnssec-signzone.html
-share/doc/bind9/arm/man.host.html
-share/doc/bind9/arm/man.named-checkconf.html
-share/doc/bind9/arm/man.named-checkzone.html
-share/doc/bind9/arm/man.named.html
-share/doc/bind9/arm/man.rndc-confgen.html
-share/doc/bind9/arm/man.rndc.conf.html
-share/doc/bind9/arm/man.rndc.html
-share/doc/bind9/doxygen/Doxyfile
-share/doc/bind9/doxygen/Doxyfile.in
-share/doc/bind9/doxygen/doxygen-input-filter
-share/doc/bind9/doxygen/doxygen-input-filter.in
-share/doc/bind9/doxygen/isc-footer.html
-share/doc/bind9/doxygen/isc-header.html
-share/doc/bind9/doxygen/mainpage
-share/doc/bind9/draft/draft-ietf-6man-text-addr-representation-01.txt
-share/doc/bind9/draft/draft-ietf-behave-dns64-01.txt
-share/doc/bind9/draft/draft-ietf-dnsext-axfr-clarify-12.txt
-share/doc/bind9/draft/draft-ietf-dnsext-dns-tcp-requirements-01.txt
-share/doc/bind9/draft/draft-ietf-dnsext-dnssec-bis-updates-09.txt
-share/doc/bind9/draft/draft-ietf-dnsext-dnssec-gost-05.txt
-share/doc/bind9/draft/draft-ietf-dnsext-ecc-key-07.txt
-share/doc/bind9/draft/draft-ietf-dnsext-interop3597-02.txt
-share/doc/bind9/draft/draft-ietf-dnsext-rfc2671bis-edns0-02.txt
-share/doc/bind9/draft/draft-ietf-dnsext-rfc2672bis-dname-18.txt
-share/doc/bind9/draft/draft-ietf-dnsext-rfc3597-bis-00.txt
-share/doc/bind9/draft/draft-ietf-dnsext-tsig-md5-deprecated-03.txt
-share/doc/bind9/draft/draft-ietf-dnsop-bad-dns-res-05.txt
-share/doc/bind9/draft/draft-ietf-dnsop-default-local-zones-09.txt
-share/doc/bind9/draft/draft-ietf-dnsop-inaddr-required-07.txt
-share/doc/bind9/draft/draft-ietf-dnsop-name-server-management-reqs-02.txt
-share/doc/bind9/draft/draft-ietf-dnsop-respsize-06.txt
-share/doc/bind9/draft/draft-kato-dnsop-local-zones-00.txt
-share/doc/bind9/draft/update
-share/doc/bind9/misc/dnssec
-share/doc/bind9/misc/ipv6
-share/doc/bind9/misc/migration
-share/doc/bind9/misc/migration-4to9
-share/doc/bind9/misc/options
-share/doc/bind9/misc/rfc-compliance
-share/doc/bind9/misc/roadmap
-share/doc/bind9/misc/sdb
-share/doc/bind9/rfc/fetch
-share/doc/bind9/rfc/index
-share/doc/bind9/rfc/rfc1032.txt
-share/doc/bind9/rfc/rfc1033.txt
-share/doc/bind9/rfc/rfc1034.txt
-share/doc/bind9/rfc/rfc1035.txt
-share/doc/bind9/rfc/rfc1101.txt
-share/doc/bind9/rfc/rfc1122.txt
-share/doc/bind9/rfc/rfc1123.txt
-share/doc/bind9/rfc/rfc1183.txt
-share/doc/bind9/rfc/rfc1348.txt
-share/doc/bind9/rfc/rfc1535.txt
-share/doc/bind9/rfc/rfc1536.txt
-share/doc/bind9/rfc/rfc1537.txt
-share/doc/bind9/rfc/rfc1591.txt
-share/doc/bind9/rfc/rfc1611.txt
-share/doc/bind9/rfc/rfc1612.txt
-share/doc/bind9/rfc/rfc1706.txt
-share/doc/bind9/rfc/rfc1712.txt
-share/doc/bind9/rfc/rfc1750.txt
-share/doc/bind9/rfc/rfc1876.txt
-share/doc/bind9/rfc/rfc1886.txt
-share/doc/bind9/rfc/rfc1912.txt
-share/doc/bind9/rfc/rfc1982.txt
-share/doc/bind9/rfc/rfc1995.txt
-share/doc/bind9/rfc/rfc1996.txt
-share/doc/bind9/rfc/rfc2052.txt
-share/doc/bind9/rfc/rfc2104.txt
-share/doc/bind9/rfc/rfc2119.txt
-share/doc/bind9/rfc/rfc2133.txt
-share/doc/bind9/rfc/rfc2136.txt
-share/doc/bind9/rfc/rfc2137.txt
-share/doc/bind9/rfc/rfc2163.txt
-share/doc/bind9/rfc/rfc2168.txt
-share/doc/bind9/rfc/rfc2181.txt
-share/doc/bind9/rfc/rfc2230.txt
-share/doc/bind9/rfc/rfc2308.txt
-share/doc/bind9/rfc/rfc2317.txt
-share/doc/bind9/rfc/rfc2373.txt
-share/doc/bind9/rfc/rfc2374.txt
-share/doc/bind9/rfc/rfc2375.txt
-share/doc/bind9/rfc/rfc2418.txt
-share/doc/bind9/rfc/rfc2535.txt
-share/doc/bind9/rfc/rfc2536.txt
-share/doc/bind9/rfc/rfc2537.txt
-share/doc/bind9/rfc/rfc2538.txt
-share/doc/bind9/rfc/rfc2539.txt
-share/doc/bind9/rfc/rfc2540.txt
-share/doc/bind9/rfc/rfc2541.txt
-share/doc/bind9/rfc/rfc2553.txt
-share/doc/bind9/rfc/rfc2671.txt
-share/doc/bind9/rfc/rfc2672.txt
-share/doc/bind9/rfc/rfc2673.txt
-share/doc/bind9/rfc/rfc2782.txt
-share/doc/bind9/rfc/rfc2825.txt
-share/doc/bind9/rfc/rfc2826.txt
-share/doc/bind9/rfc/rfc2845.txt
-share/doc/bind9/rfc/rfc2874.txt
-share/doc/bind9/rfc/rfc2915.txt
-share/doc/bind9/rfc/rfc2929.txt
-share/doc/bind9/rfc/rfc2930.txt
-share/doc/bind9/rfc/rfc2931.txt
-share/doc/bind9/rfc/rfc3007.txt
-share/doc/bind9/rfc/rfc3008.txt
-share/doc/bind9/rfc/rfc3071.txt
-share/doc/bind9/rfc/rfc3090.txt
-share/doc/bind9/rfc/rfc3110.txt
-share/doc/bind9/rfc/rfc3123.txt
-share/doc/bind9/rfc/rfc3152.txt
-share/doc/bind9/rfc/rfc3197.txt
-share/doc/bind9/rfc/rfc3225.txt
-share/doc/bind9/rfc/rfc3226.txt
-share/doc/bind9/rfc/rfc3258.txt
-share/doc/bind9/rfc/rfc3363.txt
-share/doc/bind9/rfc/rfc3364.txt
-share/doc/bind9/rfc/rfc3425.txt
-share/doc/bind9/rfc/rfc3445.txt
-share/doc/bind9/rfc/rfc3467.txt
-share/doc/bind9/rfc/rfc3490.txt
-share/doc/bind9/rfc/rfc3491.txt
-share/doc/bind9/rfc/rfc3492.txt
-share/doc/bind9/rfc/rfc3493.txt
-share/doc/bind9/rfc/rfc3513.txt
-share/doc/bind9/rfc/rfc3596.txt
-share/doc/bind9/rfc/rfc3597.txt
-share/doc/bind9/rfc/rfc3645.txt
-share/doc/bind9/rfc/rfc3655.txt
-share/doc/bind9/rfc/rfc3658.txt
-share/doc/bind9/rfc/rfc3755.txt
-share/doc/bind9/rfc/rfc3757.txt
-share/doc/bind9/rfc/rfc3833.txt
-share/doc/bind9/rfc/rfc3845.txt
-share/doc/bind9/rfc/rfc3901.txt
-share/doc/bind9/rfc/rfc4025.txt
-share/doc/bind9/rfc/rfc4033.txt
-share/doc/bind9/rfc/rfc4034.txt
-share/doc/bind9/rfc/rfc4035.txt
-share/doc/bind9/rfc/rfc4074.txt
-share/doc/bind9/rfc/rfc4159.txt
-share/doc/bind9/rfc/rfc4193.txt
-share/doc/bind9/rfc/rfc4255.txt
-share/doc/bind9/rfc/rfc4294.txt
-share/doc/bind9/rfc/rfc4339.txt
-share/doc/bind9/rfc/rfc4343.txt
-share/doc/bind9/rfc/rfc4367.txt
-share/doc/bind9/rfc/rfc4398.txt
-share/doc/bind9/rfc/rfc4408.txt
-share/doc/bind9/rfc/rfc4431.txt
-share/doc/bind9/rfc/rfc4470.txt
-share/doc/bind9/rfc/rfc4471.txt
-share/doc/bind9/rfc/rfc4472.txt
-share/doc/bind9/rfc/rfc4509.txt
-share/doc/bind9/rfc/rfc4634.txt
-share/doc/bind9/rfc/rfc4635.txt
-share/doc/bind9/rfc/rfc4641.txt
-share/doc/bind9/rfc/rfc4648.txt
-share/doc/bind9/rfc/rfc4697.txt
-share/doc/bind9/rfc/rfc4701.txt
-share/doc/bind9/rfc/rfc4892.txt
-share/doc/bind9/rfc/rfc4955.txt
-share/doc/bind9/rfc/rfc4956.txt
-share/doc/bind9/rfc/rfc5001.txt
-share/doc/bind9/rfc/rfc5011.txt
-share/doc/bind9/rfc/rfc5155.txt
-share/doc/bind9/rfc/rfc5205.txt
-share/doc/bind9/rfc/rfc5452.txt
-share/doc/bind9/rfc/rfc5507.txt
-share/doc/bind9/rfc/rfc5625.txt
-share/doc/bind9/rfc/rfc5702.txt
-share/doc/bind9/rfc/rfc952.txt
-share/examples/rc.d/lwresd
-share/examples/rc.d/named9
diff --git a/net/bind95/buildlink3.mk b/net/bind95/buildlink3.mk
deleted file mode 100644
index 954f6d45716..00000000000
--- a/net/bind95/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:25:07 joerg Exp $
-
-BUILDLINK_TREE+= bind
-
-.if !defined(BIND_BUILDLINK3_MK)
-BIND_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.bind+= bind>=9.5.0
-BUILDLINK_PKGSRCDIR.bind?= ../../net/bind95
-.endif # BIND_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -bind
diff --git a/net/bind95/builtin.mk b/net/bind95/builtin.mk
deleted file mode 100644
index 13a575f1949..00000000000
--- a/net/bind95/builtin.mk
+++ /dev/null
@@ -1,92 +0,0 @@
-# $NetBSD: builtin.mk,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $
-
-BUILTIN_PKG:= bind
-
-BUILTIN_FIND_FILES_VAR:= EXE_NAMED
-BUILTIN_FIND_FILES.EXE_NAMED= /usr/sbin/named
-BUILTIN_FIND_LIBS:= bind
-
-.include "../../mk/buildlink3/bsd.builtin.mk"
-
-###
-### Figure out the version of BIND if an ISC BIND named exists on the
-### system.
-###
-.if !defined(BUILTIN_VERSION.bind) && \
- empty(EXE_NAMED:M__nonexistent__) && \
- empty(EXE_NAMED:M${LOCALBASE}/*)
-BUILTIN_VERSION.bind!= \
- ${EXE_NAMED} -v 2>/dev/null | ${HEAD} -1 | \
- ${AWK} 'BEGIN { v = "4.9.11"; } \
- /^BIND / { v = $$2; sub("-.*", "", v); } \
- /^named / { v = $$2; sub("-.*", "", v); } \
- END { print v; }'
-.endif
-MAKEVARS+= BUILTIN_VERSION.bind
-
-###
-### Determine if there is a built-in implementation of the package and
-### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
-###
-.if !defined(IS_BUILTIN.bind)
-IS_BUILTIN.bind= no
-. if defined(BUILTIN_VERSION.bind)
-IS_BUILTIN.bind= yes
-. endif
-.endif
-MAKEVARS+= IS_BUILTIN.bind
-
-###
-### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
-### a package name to represent the built-in package.
-###
-.if !defined(BUILTIN_PKG.bind) && \
- !empty(IS_BUILTIN.bind:M[yY][eE][sS]) && \
- defined(BUILTIN_VERSION.bind)
-BUILTIN_PKG.bind= bind-${BUILTIN_VERSION.bind}
-.endif
-MAKEVARS+= BUILTIN_PKG.bind
-
-###
-### Determine whether we should use the built-in implementation if it
-### exists, and set USE_BUILTIN.<pkg> appropriate ("yes" or "no").
-###
-.if !defined(USE_BUILTIN.bind)
-. if ${PREFER.bind} == "pkgsrc"
-USE_BUILTIN.bind= no
-. else
-USE_BUILTIN.bind= ${IS_BUILTIN.bind}
-. if defined(BUILTIN_PKG.bind) && \
- !empty(IS_BUILTIN.bind:M[yY][eE][sS])
-USE_BUILTIN.bind= yes
-. for _dep_ in ${BUILDLINK_API_DEPENDS.bind}
-. if !empty(USE_BUILTIN.bind:M[yY][eE][sS])
-USE_BUILTIN.bind!= \
- if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.bind:Q}; then \
- ${ECHO} yes; \
- else \
- ${ECHO} no; \
- fi
-. endif
-. endfor
-. endif
-. endif # PREFER.bind
-.endif
-MAKEVARS+= USE_BUILTIN.bind
-
-###
-### The section below only applies if we are not including this file
-### solely to determine whether a built-in implementation exists.
-###
-CHECK_BUILTIN.bind?= no
-.if !empty(CHECK_BUILTIN.bind:M[nN][oO])
-
-. if !empty(USE_BUILTIN.bind:M[yY][eE][sS])
-. if !empty(BUILTIN_LIB_FOUND.bind:M[yY][eE][sS])
-BUILDLINK_LDADD.bind?= -lbind
-. endif
-. elif !empty(USE_BUILTIN.bind:M[nN][oO])
-BUILDLINK_LDADD.bind?= -lbind
-. endif
-
-.endif # CHECK_BUILTIN.bind
diff --git a/net/bind95/distinfo b/net/bind95/distinfo
deleted file mode 100644
index efe238ac0b1..00000000000
--- a/net/bind95/distinfo
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: distinfo,v 1.13 2010/05/26 15:56:39 taca Exp $
-
-SHA1 (bind-9.5.2-P4.tar.gz) = 0ae60e050339c7ad8be2b85a7baa76974db83e21
-RMD160 (bind-9.5.2-P4.tar.gz) = 82eadd8881a48fcef5155fa94566a09fa18e45e4
-Size (bind-9.5.2-P4.tar.gz) = 6678015 bytes
-SHA1 (patch-ab) = 6cec876c8caa7082f97365863f3f88c4f168da48
-SHA1 (patch-ac) = a2c24198044f8cf29198e08a1a10b7e4ea739c40
-SHA1 (patch-ad) = 5c8af5a826e4f6891dfdf949b8a541ee33e16c3e
-SHA1 (patch-af) = c4c59217c0a723e94ba7778f6677287e6a901298
-SHA1 (patch-ag) = 96adf9a83d2bf8785cb556d88a841002d72457f8
-SHA1 (patch-ai) = 7e9578f5b717c8a4a73fdb85a04f302808bff854
-SHA1 (patch-aj) = c3bbf84a8a735298552f918ac38331e06a1b68a1
-SHA1 (patch-al) = 7f354078e737b66896cf54dbd4759ba5a76ab919
-SHA1 (patch-am) = bb267f13dbd30d492f4dfcf9c278b941efa97bed
-SHA1 (patch-an) = be808fcb6f2f9b88c6a0d94765bda4b5eb8a4c93
-SHA1 (patch-ao) = c7664bc8867541efc0457fac0dcf279abf0dc37e
diff --git a/net/bind95/files/lwresd.sh b/net/bind95/files/lwresd.sh
deleted file mode 100644
index 98b475129f5..00000000000
--- a/net/bind95/files/lwresd.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: lwresd.sh,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $
-#
-# PROVIDE: lwresd
-# REQUIRE: SERVERS
-
-. /etc/rc.subr
-
-name="lwresd"
-rcvar=${name}
-command="@PREFIX@/sbin/${name}"
-pidfile="/var/run/${name}.pid"
-
-extra_commands="reload"
-
-load_rc_config ${name} # check /etc/rc.conf.d/named9
-run_rc_command "$1"
diff --git a/net/bind95/files/named9.sh b/net/bind95/files/named9.sh
deleted file mode 100644
index d2658a2aab4..00000000000
--- a/net/bind95/files/named9.sh
+++ /dev/null
@@ -1,56 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: named9.sh,v 1.2 2009/12/11 16:22:08 taca Exp $
-#
-
-# PROVIDE: named
-# REQUIRE: SERVERS
-# BEFORE: DAEMON
-# KEYWORD: chrootdir
-
-. /etc/rc.subr
-
-name="named"
-rcvar="${name}9"
-command="@PREFIX@/sbin/${name}"
-pidfile="/var/run/${name}.pid"
-start_precmd="named_precmd"
-extra_commands="reload"
-required_dirs="$named_chrootdir" # if it is set, it must exist
-
-named_precmd()
-{
- # Die if $named is also set (i.e. the system's named is not disabled
- if checkyesno named ; then
- warn \
- "disable 'named' when setting 'named9'!"
- return 1
- fi
-
- if [ -z "$named_chrootdir" ]; then
- return 0;
- fi
-
- for i in null random
- do
- if [ ! -c "${named_chrootdir}/dev/$i" ]; then
- @RM@ -f "${named_chrootdir}/dev/$i"
- (cd /dev &&
- @PAX@ -rw -pe "$i" "${named_chrootdir}/dev")
- fi
- done
-
- if [ -f /etc/localtime ]; then
- @CMP@ -s /etc/localtime "${named_chrootdir}/etc/localtime" || \
- @CP@ -p /etc/localtime "${named_chrootdir}/etc/localtime"
- fi
- @RM@ -f ${pidfile}
- @LN@ -s "${named_chrootdir}${pidfile}" ${pidfile}
-
- # Change run_rc_commands()'s internal copy of $named_flags
- #
- rc_flags="-u @BIND_USER@ -t ${named_chrootdir} $rc_flags"
-}
-
-load_rc_config "$rcvar"
-run_rc_command "$1"
diff --git a/net/bind95/options.mk b/net/bind95/options.mk
deleted file mode 100644
index 53acba7ac1d..00000000000
--- a/net/bind95/options.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2008/11/29 21:47:32 spz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.bind95
-PKG_SUPPORTED_OPTIONS= bind-xml-statistics-server
-PKG_SUGGESTED_OPTIONS=
-
-.include "../../mk/bsd.options.mk"
-
-# use the statistics server in bind95 and later? It'll need libxml2
-.if !empty(PKG_OPTIONS:Mbind-xml-statistics-server)
-.include "../../textproc/libxml2/buildlink3.mk"
-CONFIGURE_ARGS+=--with-libxml2=yes
-.else
-CONFIGURE_ARGS+=--with-libxml2=no
-.endif
-
diff --git a/net/bind95/patches/patch-ab b/net/bind95/patches/patch-ab
deleted file mode 100644
index b673140260f..00000000000
--- a/net/bind95/patches/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2010/05/26 15:56:39 taca Exp $
-
---- lib/lwres/getnameinfo.c.orig 2007-06-19 23:47:22.000000000 +0000
-+++ lib/lwres/getnameinfo.c
-@@ -121,6 +121,10 @@
- #include <lwres/netdb.h>
- #include "print_p.h"
-
-+#ifdef __KAME__
-+#include <net/if.h>
-+#endif
-+
- #include "assert_p.h"
-
- #define SUCCESS 0
-@@ -271,13 +275,10 @@ lwres_getnameinfo(const struct sockaddr
- ((const struct sockaddr_in6 *)sa)->sin6_scope_id) {
- char *p = numaddr + strlen(numaddr);
- const char *stringscope = NULL;
--#if 0
-+#ifdef __KAME__
- if ((flags & NI_NUMERICSCOPE) == 0) {
-- /*
-- * Vendors may want to add support for
-- * non-numeric scope identifier.
-- */
-- stringscope = foo;
-+ stringscope = if_indextoname(
-+ ((const struct sockaddr_in6 *)sa)->sin6_scope_id);
- }
- #endif
- if (stringscope == NULL) {
diff --git a/net/bind95/patches/patch-ac b/net/bind95/patches/patch-ac
deleted file mode 100644
index c518e37bce1..00000000000
--- a/net/bind95/patches/patch-ac
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2009/11/30 11:58:30 tron Exp $
-
---- lib/lwres/getaddrinfo.c.orig 2008-11-25 23:46:36.000000000 +0000
-+++ lib/lwres/getaddrinfo.c 2009-11-30 10:48:37.000000000 +0000
-@@ -142,6 +142,10 @@
- #include <lwres/netdb.h>
- #include <lwres/stdlib.h>
-
-+#ifdef __KAME__
-+#include <net/if.h>
-+#endif
-+
- #define SA(addr) ((struct sockaddr *)(addr))
- #define SIN(addr) ((struct sockaddr_in *)(addr))
- #define SIN6(addr) ((struct sockaddr_in6 *)(addr))
-@@ -366,14 +370,22 @@
- p = strchr(ntmp, '%');
- ep = NULL;
-
-+#ifdef __KAME__
-+ if (p != NULL) {
-+ scopeid = if_nametoindex(p + 1);
-+ if (scopeid)
-+ p = NULL;
-+ }
-+#endif
- /*
- * Vendors may want to support non-numeric
- * scopeid around here.
- */
-
-- if (p != NULL)
-+ if (p != NULL) {
- scopeid = (lwres_uint32_t)strtoul(p + 1,
- &ep, 10);
-+ }
- if (p != NULL && ep != NULL && ep[0] == '\0')
- *p = '\0';
- else {
diff --git a/net/bind95/patches/patch-ad b/net/bind95/patches/patch-ad
deleted file mode 100644
index bb39b8b57d3..00000000000
--- a/net/bind95/patches/patch-ad
+++ /dev/null
@@ -1,65 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2009/11/30 11:58:30 tron Exp $
-
---- configure.orig 2009-08-13 03:02:45.000000000 +0100
-+++ configure 2009-11-30 11:10:18.000000000 +0000
-@@ -23072,6 +23072,8 @@
- use_threads=false ;;
- *-freebsd*)
- use_threads=false ;;
-+*-dragonfly*)
-+ use_threads=false ;;
- *-bsdi234*)
- # Thread signals do not work reliably on some versions of BSD/OS.
- use_threads=false ;;
-@@ -23160,7 +23162,7 @@
- echo "${ECHO_T}native" >&6; }
- LIBS="-lpthread $LIBS"
- else
-- if test ! -d $LOCALBASE/pthreads
-+ if test ! -d $LOCALBASE/pthreads -a ! -f /usr/include/pthread.h
- then
- { echo "$as_me:$LINENO: result: none" >&5
- echo "${ECHO_T}none" >&6; }
-@@ -23171,14 +23173,23 @@
-
- if $use_threads
- then
-- { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
-+ if test -f /usr/include/pthread.h
-+ then
-+ { echo "$as_me:$LINENO: result: native pthreads" >&5
-+echo "${ECHO_T}native pthreads" >&6; }
-+ LIBS="-lpthread $LIBS"
-+ CPPFLAGS="$CPPFLAGS -I/usr/include"
-+ STD_CINDLUES="$STD_CINDLUES -I/usr/include"
-+ else
-+ { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
- echo "${ECHO_T}mit-pthreads/unproven-pthreads" >&6; }
-- pkg="$LOCALBASE/pthreads"
-- lib1="-L$pkg/lib -Wl,-R$pkg/lib"
-- lib2="-lpthread -lm -lgcc -lpthread"
-- LIBS="$lib1 $lib2 $LIBS"
-- CPPFLAGS="$CPPFLAGS -I$pkg/include"
-- STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include"
-+ pkg="$LOCALBASE/pthreads"
-+ lib1="-L$pkg/lib -Wl,-R$pkg/lib"
-+ lib2="-lpthread -lm -lgcc -lpthread"
-+ LIBS="$lib1 $lib2 $LIBS"
-+ CPPFLAGS="$CPPFLAGS -I$pkg/include"
-+ STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include"
-+ fi
- fi
- fi
- fi
-@@ -25596,9 +25607,9 @@
- O=lo
- A=la
- LIBTOOL_MKDEP_SED='s;\.o;\.lo;'
-- LIBTOOL_MODE_COMPILE='--mode=compile'
-+ LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC'
- LIBTOOL_MODE_INSTALL='--mode=install'
-- LIBTOOL_MODE_LINK='--mode=link'
-+ LIBTOOL_MODE_LINK='--mode=link --tag=CC'
- case "$host" in
- *) LIBTOOL_ALLOW_UNDEFINED= ;;
- esac
diff --git a/net/bind95/patches/patch-af b/net/bind95/patches/patch-af
deleted file mode 100644
index 9d555fa00bd..00000000000
--- a/net/bind95/patches/patch-af
+++ /dev/null
@@ -1,45 +0,0 @@
-$NetBSD: patch-af,v 1.2 2010/05/26 15:56:39 taca Exp $
-
---- lib/bind/configure.in.orig 2009-01-19 23:47:01.000000000 +0000
-+++ lib/bind/configure.in
-@@ -82,12 +82,7 @@ AC_SUBST(PERL)
- #
- case "$includedir" in
- '${prefix}/include')
-- includedir='${prefix}/bind/include'
-- ;;
--esac
--case "$libdir" in
-- '${prefix}/lib')
-- libdir='${prefix}/bind/lib'
-+ includedir='${prefix}/include/bind'
- ;;
- esac
-
-@@ -327,6 +322,10 @@ then
- CCOPT="$CCOPT -pthread"
- STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE"
- ;;
-+ *-dragonfly*)
-+ CC="$CC -pthread"
-+ CCOPT="$CCOPT -pthread"
-+ ;;
- *-openbsd*)
- CC="$CC -pthread"
- CCOPT="$CCOPT -pthread"
-@@ -1019,6 +1018,7 @@ case "$host" in
- *-bsdi[2345]*) have_minimum_ifreq=yes;;
- *-darwin*) have_minimum_ifreq=yes;;
- *-freebsd*) have_minimum_ifreq=yes;;
-+ *-dragonfly*) have_minimum_ifreq=yes;;
- *-lynxos*) have_minimum_ifreq=yes;;
- *-netbsd*) have_minimum_ifreq=yes;;
- *-next*) have_minimum_ifreq=yes;;
-@@ -1058,6 +1058,7 @@ case "$host" in
- *-darwin*) PORT_DIR="port/darwin";;
- *-osf*) PORT_DIR="port/decunix";;
- *-freebsd*) PORT_DIR="port/freebsd";;
-+ *-dragonfly*) PORT_DIR="port/freebsd";;
- *-hpux9*) PORT_DIR="port/hpux9";;
- *-hpux10*) PORT_DIR="port/hpux10";;
- *-hpux11*) PORT_DIR="port/hpux";;
diff --git a/net/bind95/patches/patch-ag b/net/bind95/patches/patch-ag
deleted file mode 100644
index 00d920f2cf9..00000000000
--- a/net/bind95/patches/patch-ag
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ag,v 1.2 2010/05/26 15:56:39 taca Exp $
-
---- lib/dns/rbt.c.orig 2009-01-19 23:47:02.000000000 +0000
-+++ lib/dns/rbt.c
-@@ -167,6 +167,10 @@ Name(dns_rbtnode_t *node) {
- static void dns_rbt_printnodename(dns_rbtnode_t *node);
- #endif
-
-+#if !defined(inline) && defined(__powerpc__)
-+#define inline /**/
-+#endif
-+
- static inline dns_rbtnode_t *
- find_up(dns_rbtnode_t *node) {
- dns_rbtnode_t *root;
diff --git a/net/bind95/patches/patch-ai b/net/bind95/patches/patch-ai
deleted file mode 100644
index 510bbb78231..00000000000
--- a/net/bind95/patches/patch-ai
+++ /dev/null
@@ -1,106 +0,0 @@
-$NetBSD: patch-ai,v 1.4 2010/05/26 15:56:39 taca Exp $
-
---- lib/bind/configure.orig 2010-02-22 00:52:56.000000000 +0000
-+++ lib/bind/configure
-@@ -19435,12 +19435,7 @@ done
- #
- case "$includedir" in
- '${prefix}/include')
-- includedir='${prefix}/bind/include'
-- ;;
--esac
--case "$libdir" in
-- '${prefix}/lib')
-- libdir='${prefix}/bind/lib'
-+ includedir='${prefix}/include/bind'
- ;;
- esac
-
-@@ -21508,6 +21503,8 @@ case $host in
- use_threads=false ;;
- *-freebsd*)
- use_threads=false ;;
-+*-dragonfly*)
-+ use_threads=false ;;
- *-bsdi234*)
- # Thread signals do not work reliably on some versions of BSD/OS.
- use_threads=false ;;
-@@ -21596,7 +21593,7 @@ echo "$as_me: WARNING: linking with PTL2
- echo "${ECHO_T}native" >&6; }
- LIBS="-lpthread $LIBS"
- else
-- if test ! -d $LOCALBASE/pthreads
-+ if test ! -d $LOCALBASE/pthreads -a ! -f /usr/include/pthread.h
- then
- { echo "$as_me:$LINENO: result: none" >&5
- echo "${ECHO_T}none" >&6; }
-@@ -21607,14 +21604,23 @@ echo "$as_me: error: \"could not find th
-
- if $use_threads
- then
-- { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
-+ if test -f /usr/include/pthread.h
-+ then
-+ { $as_echo "$as_me:$LINENO: result: native pthreads" >&5
-+$as_echo "native pthreads" >&6; }
-+ LIBS="-lpthread $LIBS"
-+ CPPFLAGS="$CPPFLAGS -I/usr/include"
-+ STD_CINDLUES="$STD_CINDLUES -I/usr/include"
-+ else
-+ { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
- echo "${ECHO_T}mit-pthreads/unproven-pthreads" >&6; }
-- pkg="$LOCALBASE/pthreads"
-- lib1="-L$pkg/lib -Wl,-R$pkg/lib"
-- lib2="-lpthread -lm -lgcc -lpthread"
-- LIBS="$lib1 $lib2 $LIBS"
-- CPPFLAGS="$CPPFLAGS -I$pkg/include"
-- STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include"
-+ pkg="$LOCALBASE/pthreads"
-+ lib1="-L$pkg/lib -Wl,-R$pkg/lib"
-+ lib2="-lpthread -lm -lgcc -lpthread"
-+ LIBS="$lib1 $lib2 $LIBS"
-+ CPPFLAGS="$CPPFLAGS -I$pkg/include"
-+ STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include"
-+ fi
- fi
- fi
- fi
-@@ -22349,6 +22355,10 @@ then
- CCOPT="$CCOPT -pthread"
- STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE"
- ;;
-+ *-dragonfly*)
-+ CC="$CC -pthread"
-+ CCOPT="$CCOPT -pthread"
-+ ;;
- *-openbsd*)
- CC="$CC -pthread"
- CCOPT="$CCOPT -pthread"
-@@ -24725,9 +24735,9 @@ case $use_libtool in
- O=lo
- A=la
- LIBTOOL_MKDEP_SED='s;\.o;\.lo;'
-- LIBTOOL_MODE_COMPILE='--mode=compile'
-+ LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC'
- LIBTOOL_MODE_INSTALL='--mode=install'
-- LIBTOOL_MODE_LINK='--mode=link'
-+ LIBTOOL_MODE_LINK='--mode=link --tag=CC'
- ;;
- *)
- O=o
-@@ -25481,6 +25491,7 @@ case "$host" in
- *-bsdi2345*) have_minimum_ifreq=yes;;
- *-darwin*) have_minimum_ifreq=yes;;
- *-freebsd*) have_minimum_ifreq=yes;;
-+ *-dragonfly*) have_minimum_ifreq=yes;;
- *-lynxos*) have_minimum_ifreq=yes;;
- *-netbsd*) have_minimum_ifreq=yes;;
- *-next*) have_minimum_ifreq=yes;;
-@@ -25520,6 +25531,7 @@ case "$host" in
- *-darwin*) PORT_DIR="port/darwin";;
- *-osf*) PORT_DIR="port/decunix";;
- *-freebsd*) PORT_DIR="port/freebsd";;
-+ *-dragonfly*) PORT_DIR="port/freebsd";;
- *-hpux9*) PORT_DIR="port/hpux9";;
- *-hpux10*) PORT_DIR="port/hpux10";;
- *-hpux11*) PORT_DIR="port/hpux";;
diff --git a/net/bind95/patches/patch-aj b/net/bind95/patches/patch-aj
deleted file mode 100644
index af98c7c95a7..00000000000
--- a/net/bind95/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $
-
---- lib/Makefile.in.orig 2004-03-08 18:04:25.000000000 +0900
-+++ lib/Makefile.in
-@@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@
- # Attempt to disable parallel processing.
- .NOTPARALLEL:
- .NO_PARALLEL:
--SUBDIRS = isc isccc dns isccfg bind9 lwres tests
-+SUBDIRS = bind isc isccc dns isccfg bind9 lwres tests
- TARGETS =
-
- @BIND9_MAKE_RULES@
diff --git a/net/bind95/patches/patch-al b/net/bind95/patches/patch-al
deleted file mode 100644
index c61e05dde12..00000000000
--- a/net/bind95/patches/patch-al
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-al,v 1.2 2010/05/26 15:56:39 taca Exp $
-
---- lib/bind/port_after.h.in.orig 2008-02-28 05:46:12.000000000 +0000
-+++ lib/bind/port_after.h.in
-@@ -413,7 +413,7 @@ int setpassent(int stayopen);
- #define gettimeofday isc__gettimeofday
- #ifdef NEED_GETTIMEOFDAY
- int isc__gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp);
--#else
-+#elif !defined(__NetBSD__)
- int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
- #endif
-
diff --git a/net/bind95/patches/patch-am b/net/bind95/patches/patch-am
deleted file mode 100644
index 99643095421..00000000000
--- a/net/bind95/patches/patch-am
+++ /dev/null
@@ -1,51 +0,0 @@
-$NetBSD: patch-am,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $
-
---- config.threads.in.orig 2005-03-16 07:59:16.000000000 +0900
-+++ config.threads.in
-@@ -48,6 +48,8 @@ case $host in
- use_threads=false ;;
- *-freebsd*)
- use_threads=false ;;
-+*-dragonfly*)
-+ use_threads=false ;;
- *-bsdi[234]*)
- # Thread signals do not work reliably on some versions of BSD/OS.
- use_threads=false ;;
-@@ -121,7 +123,7 @@ then
- AC_MSG_RESULT(native)
- LIBS="-lpthread $LIBS"
- else
-- if test ! -d $LOCALBASE/pthreads
-+ if test ! -d $LOCALBASE/pthreads -a ! -f /usr/include/pthread.h
- then
- AC_MSG_RESULT(none)
- AC_MSG_ERROR("could not find thread libraries")
-@@ -129,13 +131,21 @@ then
-
- if $use_threads
- then
-- AC_MSG_RESULT(mit-pthreads/unproven-pthreads)
-- pkg="$LOCALBASE/pthreads"
-- lib1="-L$pkg/lib -Wl,-R$pkg/lib"
-- lib2="-lpthread -lm -lgcc -lpthread"
-- LIBS="$lib1 $lib2 $LIBS"
-- CPPFLAGS="$CPPFLAGS -I$pkg/include"
-- STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include"
-+ if test -f /usr/include/pthread.h
-+ then
-+ AC_MSG_RESULT(native pthreads)
-+ LIBS="-lpthread $LIBS"
-+ CPPFLAGS="$CPPFLAGS -I/usr/inclue"
-+ STD_CINDLUES="$STD_CINDLUES -I/usr/include"
-+ else
-+ AC_MSG_RESULT(mit-pthreads/unproven-pthreads)
-+ pkg="$LOCALBASE/pthreads"
-+ lib1="-L$pkg/lib -Wl,-R$pkg/lib"
-+ lib2="-lpthread -lm -lgcc -lpthread"
-+ LIBS="$lib1 $lib2 $LIBS"
-+ CPPFLAGS="$CPPFLAGS -I$pkg/include"
-+ STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include"
-+ fi
- fi
- fi
- fi
diff --git a/net/bind95/patches/patch-an b/net/bind95/patches/patch-an
deleted file mode 100644
index 9b67ae1dc1f..00000000000
--- a/net/bind95/patches/patch-an
+++ /dev/null
@@ -1,58 +0,0 @@
-$NetBSD: patch-an,v 1.2 2009/04/07 17:38:11 hasso Exp $
-
---- lib/bind/include/netdb.h.orig 2008-02-28 07:46:12 +0200
-+++ lib/bind/include/netdb.h 2009-04-06 12:10:27 +0300
-@@ -179,9 +179,17 @@ struct addrinfo {
- int _ai_pad;
- #endif
- socklen_t ai_addrlen;
-+#elif defined(__NetBSD__)
-+#if defined(__sparc__) && defined(_LP64)
-+ int _ai_pad;
-+#endif
-+ socklen_t ai_addrlen;
- #else
- size_t ai_addrlen; /*%< length of ai_addr */
- #endif
-+#if defined(__NetBSD__) && (defined(__alpha__) || (defined(__i386__) && defined(_LP64)))
-+ int _ai_pad;
-+#endif
- #ifdef __linux
- struct sockaddr *ai_addr; /*%< binary address */
- char *ai_canonname; /*%< canonical name for hostname */
-@@ -492,7 +500,7 @@ int innetgr_r __P((const char *, const
- #endif
- #else
- /* defined(sun) || defined(bsdi) */
--#if defined(__GLIBC__) || defined(__FreeBSD__) && (__FreeBSD_version + 0 >= 601103)
-+#if defined(__GLIBC__) || (defined(__FreeBSD__) && (__FreeBSD_version + 0 >= 601103)) || (defined(__DragonFly__) && (__DragonFly_version + 0 >= 200202))
- int gethostbyaddr_r __P((const char *, int, int, struct hostent *,
- char *, size_t, struct hostent **, int *));
- int gethostbyname_r __P((const char *, struct hostent *,
-@@ -509,7 +517,7 @@ struct hostent *gethostent_r __P((struct
- void sethostent_r __P((int));
- void endhostent_r __P((void));
-
--#if defined(__GLIBC__) || defined(__FreeBSD__) && (__FreeBSD_version + 0 >= 601103)
-+#if defined(__GLIBC__) || (defined(__FreeBSD__) && (__FreeBSD_version + 0 >= 601103)) || (defined(__DragonFly__) && (__DragonFly_version + 0 >= 200202))
- int getnetbyname_r __P((const char *, struct netent *,
- char *, size_t, struct netent **, int*));
- int getnetbyaddr_r __P((unsigned long int, int, struct netent *,
-@@ -525,7 +533,7 @@ struct netent *getnetent_r __P((struct n
- void setnetent_r __P((int));
- void endnetent_r __P((void));
-
--#if defined(__GLIBC__) || defined(__FreeBSD__) && (__FreeBSD_version + 0 >= 601103)
-+#if defined(__GLIBC__) || (defined(__FreeBSD__) && (__FreeBSD_version + 0 >= 601103)) || (defined(__DragonFly__) && (__DragonFly_version + 0 >= 200202))
- int getprotobyname_r __P((const char *, struct protoent *, char *,
- size_t, struct protoent **));
- int getprotobynumber_r __P((int, struct protoent *, char *, size_t,
-@@ -541,7 +549,7 @@ struct protoent *getprotoent_r __P((stru
- void setprotoent_r __P((int));
- void endprotoent_r __P((void));
-
--#if defined(__GLIBC__) || defined(__FreeBSD__) && (__FreeBSD_version + 0 >= 601103)
-+#if defined(__GLIBC__) || (defined(__FreeBSD__) && (__FreeBSD_version + 0 >= 601103)) || (defined(__DragonFly__) && (__DragonFly_version + 0 >= 200202))
- int getservbyname_r __P((const char *name, const char *,
- struct servent *, char *, size_t, struct servent **));
- int getservbyport_r __P((int port, const char *,
diff --git a/net/bind95/patches/patch-ao b/net/bind95/patches/patch-ao
deleted file mode 100644
index 62b8ea4f592..00000000000
--- a/net/bind95/patches/patch-ao
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ao,v 1.2 2010/05/26 15:56:39 taca Exp $
-
---- lib/bind/irs/getaddrinfo.c.orig 2006-11-13 05:00:56.000000000 +0000
-+++ lib/bind/irs/getaddrinfo.c
-@@ -336,7 +336,8 @@ getaddrinfo(hostname, servname, hints, r
- pai->ai_family = PF_UNSPEC;
- pai->ai_socktype = ANY;
- pai->ai_protocol = ANY;
--#if defined(sun) && defined(_SOCKLEN_T) && defined(__sparcv9)
-+#if (defined(sun) && defined(_SOCKLEN_T) && defined(__sparc9)) || (defined(__NetBSD__) && (((defined(__sparc__) || defined(__i386__)) && defined(_LP64)) || defined(__alpha__)))
-+
- /*
- * clear _ai_pad to preserve binary
- * compatibility with previously compiled 64-bit
-@@ -369,7 +370,7 @@ getaddrinfo(hostname, servname, hints, r
- }
- memcpy(pai, hints, sizeof(*pai));
-
--#if defined(sun) && defined(_SOCKLEN_T) && defined(__sparcv9)
-+#if (defined(sun) && defined(_SOCKLEN_T) && defined(__sparc9)) || (defined(__NetBSD__) && (((defined(__sparc__) || defined(__i386__)) && defined(_LP64)) || defined(__alpha__)))
- /*
- * We need to clear _ai_pad to preserve binary
- * compatibility. See prior comment.