As threated a while ago on tech-pkg@, remove bind4 from pkgsrc.
This commit is contained in:
parent
ab327413ca
commit
fa58d7a98f
5 changed files with 0 additions and 69 deletions
|
@ -1,7 +0,0 @@
|
|||
NetBSD 1.4 and above ship with BIND 8, a vastly improved name server
|
||||
software suite. Unfortunately, some sites cannot run BIND 8 yet due to
|
||||
various reasons, including the incompatible configuration file.
|
||||
|
||||
This pkg installs the named portion of BIND 4, allowing an administrator to
|
||||
use a BIND 4 server while retaining the added functionality of the BIND 8
|
||||
system tools.
|
|
@ -1,18 +0,0 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:21 wiz Exp $
|
||||
|
||||
This package installs the BIND version 4 name server into your pkg tree,
|
||||
NOT into /usr/sbin with your other binaries. PLEASE BE CAREFUL as to
|
||||
which named you run and which `ndc' script you use to control named.
|
||||
|
||||
The `named' program in this pkg is called `named4'.
|
||||
The `ndc' script in this pkg is called `ndc4'.
|
||||
Other BIND programs are not installed; use your system installed tools.
|
||||
|
||||
The use of BIND 4 is not recommended as it is deprecated. BIND 8 is
|
||||
recommended (pkgsrc/net/bind8, or /usr/sbin/named).
|
||||
If you intend to stick with BIND 4 instead of upgrading to BIND 8,
|
||||
you should delete or move out of the way `named' and `ndc' in /usr/sbin
|
||||
to eliminate confusion.
|
||||
|
||||
===========================================================================
|
|
@ -1,34 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.21 2007/01/07 09:14:02 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bind-4.9.11-REL
|
||||
PKGNAME= bind-4.9.11
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/DEPRECATED/4.9.11/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.isc.org/
|
||||
COMMENT= The BIND name server, version 4, as an alternative to BIND 8
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
NOT_FOR_PLATFORM= NetBSD-0.*-* NetBSD-1.[0123]*-*
|
||||
|
||||
INSTALLATION_DIRS= libexec ${PKGMANDIR}/man8 sbin
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/compat/include/sys/cdefs.h
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC}/res && ${MAKE} CDEBUG="${CFLAGS}"
|
||||
@cd ${WRKSRC}/named && ${MAKE} CDEBUG="${CFLAGS}" PATH_XFER="${PREFIX}/libexec/named4-xfer" COMPLIB=
|
||||
cd ${WRKSRC}/named && \
|
||||
${SED} -e 's,/usr/sbin,${PREFIX}/sbin,' -e 's,named ,named4 ,' ndc >ndc4
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/named/named ${PREFIX}/sbin/named4
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/named/named-xfer ${PREFIX}/libexec/named4-xfer
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/named/ndc4 ${PREFIX}/sbin/
|
||||
${INSTALL_MAN} ${WRKSRC}/man/named.8 ${PREFIX}/${PKGMANDIR}/man8/named4.8
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,5 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:52 zuntum Exp $
|
||||
libexec/named4-xfer
|
||||
man/man8/named4.8
|
||||
sbin/named4
|
||||
sbin/ndc4
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.8 2005/05/25 13:12:48 wiz Exp $
|
||||
|
||||
SHA1 (bind-4.9.11-REL.tar.gz) = 2387f291cb54a81aa8f92d9c9ec28fe71085a894
|
||||
RMD160 (bind-4.9.11-REL.tar.gz) = 79df438da8bf1a846cd8829478356eab63a78dc1
|
||||
Size (bind-4.9.11-REL.tar.gz) = 1970685 bytes
|
Loading…
Reference in a new issue