summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dns/bind-tools/Manifest8
-rw-r--r--net-dns/bind-tools/bind-tools-9.4.3_p2.ebuild86
-rw-r--r--net-dns/bind-tools/bind-tools-9.4.3_p3.ebuild86
-rw-r--r--net-dns/bind-tools/files/bind-tools-BJA-epoll-AC_TRY_RUN-cross-configure.in.diff13
-rw-r--r--net-dns/bind-tools/files/bind-tools-BJA-epoll-AC_TRY_RUN-cross.diff17
-rw-r--r--net-dns/bind-tools/files/bind-tools-BJA-gen-HOSTCC.diff11
-rw-r--r--net-dns/bind-tools/files/bind-tools-configure.patch41
7 files changed, 0 insertions, 262 deletions
diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
deleted file mode 100644
index 2d1949f2..00000000
--- a/net-dns/bind-tools/Manifest
+++ /dev/null
@@ -1,8 +0,0 @@
-AUX bind-tools-BJA-epoll-AC_TRY_RUN-cross-configure.in.diff 503 RMD160 b1289362b7b08e63da17f420613c4eab105edc25 SHA1 606c44160845b9edbb7c711fc8971939863a047a SHA256 d8cfe9d1416a556990dd943cd6c4c367abf7c03f3f562563318479d941775977
-AUX bind-tools-BJA-epoll-AC_TRY_RUN-cross.diff 754 RMD160 f840082e1f20e5e3a3aad44ea6fac657ac06e2d6 SHA1 78eb849fa13e6a4615d14a1418d84e2f19555775 SHA256 12383a8c86dee1cc5f30d47b449ed98dcc00ba91797a9ce1091398f214c4320e
-AUX bind-tools-BJA-gen-HOSTCC.diff 411 RMD160 65b8927bc56479fd0b2c489f4f2c0854c045b217 SHA1 3f2dd0a57e014bfcd8f13409ed8c331ec8e6220e SHA256 f2b4559f850e5ccd1f8707e3cb6a93727b6062129de3b6e37c97e5d3afa76db6
-AUX bind-tools-configure.patch 1686 RMD160 4ff8355af81705058fd411910dfae94887bcd884 SHA1 67ae0deff73689cb39cd6e7451262bdda9c25a39 SHA256 dc9386b88eac48c282d63d0be7e7be81d4a0a08035a8b97138a61133e057bcea
-DIST bind-9.4.3-P2.tar.gz 6544865 RMD160 89d7c41a8c04833f4427914857f91ffffb0ac5ee SHA1 6ef00b9db269180e4cfa2ea3fe06f7ab9bc7cfa0 SHA256 fb7c9964942ecc07606bb8d4361bf9d9bd8091e059fea1b56e6a0972f99b1ba1
-DIST bind-9.4.3-P3.tar.gz 6544968 RMD160 1e59f48f538141bb5c36fa58607ac4689cb6a161 SHA1 165b3ee52309ae4a483901db6992a979f6382ba7 SHA256 cf1186b9f9bb993053e49f7c9bc22a1f218266cc6112d4e668a56ab8861a2b6d
-EBUILD bind-tools-9.4.3_p2.ebuild 2195 RMD160 892d89aa1b777d991ff2dac38c686bb76bad3451 SHA1 80780a6bbc2fc3a442d68f1751b66e00814bf5dc SHA256 8d64f54637aeed51ca5b9ee716814a8ce7adbf16af4ffc26b6a2ad4bf728d3fb
-EBUILD bind-tools-9.4.3_p3.ebuild 2196 RMD160 86d9d49e0f22e79d06f578ee911bff772e767a84 SHA1 943c1a55d0004bc82f0cae63d88f2f4ad7508a23 SHA256 ee41536bc0ad373dad7a421676983346d82d9d42d140edab322084bd3ce3a01c
diff --git a/net-dns/bind-tools/bind-tools-9.4.3_p2.ebuild b/net-dns/bind-tools/bind-tools-9.4.3_p2.ebuild
deleted file mode 100644
index fe71548c..00000000
--- a/net-dns/bind-tools/bind-tools-9.4.3_p2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.3_p2.ebuild,v 1.5 2009/04/15 19:49:25 maekke Exp $
-
-inherit flag-o-matic
-
-MY_PN=${PN//-tools}
-MY_PV=${PV/_p2/-P2}
-MY_P="${MY_PN}-${MY_PV}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
-HOMEPAGE="http://www.isc.org/products/BIND/bind9.html"
-SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="idn ipv6"
-
-DEPEND="idn? ( || ( sys-libs/glibc dev-libs/libiconv )
- net-dns/idnkit )"
-
-src_unpack() {
- unpack ${A} || die
- cd "${S}" || die
-
- use idn && {
- # BIND 9.4.0 doesn't have this patch
- # epatch ${S}/contrib/idn/idnkit-1.0-src/patch/bind9/bind-${PV}-patch
-
- cd "${S}"/contrib/idn/idnkit-1.0-src
- epatch "${FILESDIR}"/${PN}-configure.patch
- cd -
- }
-
- # bug #151839
- sed -e \
- 's:struct isc_socket {:#undef SO_BSDCOMPAT\n\nstruct isc_socket {:' \
- -i lib/isc/unix/socket.c
-
- epatch "${FILESDIR}"/${PN}-BJA-epoll-AC_TRY_RUN-cross.diff
- epatch "${FILESDIR}"/${PN}-BJA-gen-HOSTCC.diff
-}
-
-src_compile() {
- local myconf=
- use ipv6 && myconf="${myconf} --enable-ipv6" || myconf="${myconf} --enable-ipv6=no"
- use idn && myconf="${myconf} --with-idn"
-
- has_version sys-libs/glibc || myconf="${myconf} --with-iconv"
-
- econf ${myconf} || die "Configure failed"
-
- cd "${S}"/lib
- emake -j1 || die "make failed in /lib"
-
- cd "${S}"/bin/dig
- emake -j1 || die "make failed in /bin/dig"
-
- cd "${S}"/lib/lwres/
- emake -j1 || die "make failed in /lib/lwres"
-
- cd "${S}"/bin/nsupdate/
- emake -j1 || die "make failed in /bin/nsupdate"
-
- cd "${S}"/bin/dnssec/
- emake -j1 || die "make failed in /bin/dnssec"
-}
-
-src_install() {
- dodoc README CHANGES FAQ
-
- cd "${S}"/bin/dig
- dobin dig host nslookup || die
- doman dig.1 host.1 nslookup.1 || die
-
- cd "${S}"/bin/nsupdate
- dobin nsupdate || die
- doman nsupdate.1 || die
- dohtml nsupdate.html || die
-
- cd "${S}"/bin/dnssec
- dobin dnssec-keygen || die
- doman dnssec-keygen.8 || die
- dohtml dnssec-keygen.html || die
-}
diff --git a/net-dns/bind-tools/bind-tools-9.4.3_p3.ebuild b/net-dns/bind-tools/bind-tools-9.4.3_p3.ebuild
deleted file mode 100644
index 0e5d3330..00000000
--- a/net-dns/bind-tools/bind-tools-9.4.3_p3.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.3_p3.ebuild,v 1.8 2009/08/01 19:09:53 armin76 Exp $
-
-inherit flag-o-matic
-
-MY_PN=${PN//-tools}
-MY_PV=${PV/_p3/-P3}
-MY_P="${MY_PN}-${MY_PV}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
-HOMEPAGE="http://www.isc.org/products/BIND/bind9.html"
-SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="idn ipv6"
-
-DEPEND="idn? ( || ( sys-libs/glibc dev-libs/libiconv )
- net-dns/idnkit )"
-
-src_unpack() {
- unpack ${A} || die
- cd "${S}" || die
-
- use idn && {
- # BIND 9.4.0 doesn't have this patch
- # epatch ${S}/contrib/idn/idnkit-1.0-src/patch/bind9/bind-${PV}-patch
-
- cd "${S}"/contrib/idn/idnkit-1.0-src
- epatch "${FILESDIR}"/${PN}-configure.patch
- cd -
- }
-
- # bug #151839
- sed -e \
- 's:struct isc_socket {:#undef SO_BSDCOMPAT\n\nstruct isc_socket {:' \
- -i lib/isc/unix/socket.c
-
- epatch "${FILESDIR}"/${PN}-BJA-epoll-AC_TRY_RUN-cross.diff
- epatch "${FILESDIR}"/${PN}-BJA-gen-HOSTCC.diff
-}
-
-src_compile() {
- local myconf=
- use ipv6 && myconf="${myconf} --enable-ipv6" || myconf="${myconf} --enable-ipv6=no"
- use idn && myconf="${myconf} --with-idn"
-
- has_version sys-libs/glibc || myconf="${myconf} --with-iconv"
-
- econf ${myconf} || die "Configure failed"
-
- cd "${S}"/lib
- emake -j1 || die "make failed in /lib"
-
- cd "${S}"/bin/dig
- emake -j1 || die "make failed in /bin/dig"
-
- cd "${S}"/lib/lwres/
- emake -j1 || die "make failed in /lib/lwres"
-
- cd "${S}"/bin/nsupdate/
- emake -j1 || die "make failed in /bin/nsupdate"
-
- cd "${S}"/bin/dnssec/
- emake -j1 || die "make failed in /bin/dnssec"
-}
-
-src_install() {
- dodoc README CHANGES FAQ
-
- cd "${S}"/bin/dig
- dobin dig host nslookup || die
- doman dig.1 host.1 nslookup.1 || die
-
- cd "${S}"/bin/nsupdate
- dobin nsupdate || die
- doman nsupdate.1 || die
- dohtml nsupdate.html || die
-
- cd "${S}"/bin/dnssec
- dobin dnssec-keygen || die
- doman dnssec-keygen.8 || die
- dohtml dnssec-keygen.html || die
-}
diff --git a/net-dns/bind-tools/files/bind-tools-BJA-epoll-AC_TRY_RUN-cross-configure.in.diff b/net-dns/bind-tools/files/bind-tools-BJA-epoll-AC_TRY_RUN-cross-configure.in.diff
deleted file mode 100644
index d2e5bbe3..00000000
--- a/net-dns/bind-tools/files/bind-tools-BJA-epoll-AC_TRY_RUN-cross-configure.in.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.in.ori 2009-04-17 22:32:40.000000000 +0200
-+++ configure.in 2009-04-17 22:33:08.000000000 +0200
-@@ -371,7 +371,9 @@
- [AC_MSG_RESULT(yes)
- ISC_PLATFORM_HAVEEPOLL="#define ISC_PLATFORM_HAVEEPOLL 1"],
- [AC_MSG_RESULT(no)
-- ISC_PLATFORM_HAVEEPOLL="#undef ISC_PLATFORM_HAVEEPOLL"])
-+ ISC_PLATFORM_HAVEEPOLL="#undef ISC_PLATFORM_HAVEEPOLL"],
-+ [AC_MSG_RESULT(yes)
-+ ISC_PLATFORM_HAVEEPOLL="#define ISC_PLATFORM_HAVEEPOLL 1"])
- ;;
- *)
- ISC_PLATFORM_HAVEEPOLL="#undef ISC_PLATFORM_HAVEEPOLL"
diff --git a/net-dns/bind-tools/files/bind-tools-BJA-epoll-AC_TRY_RUN-cross.diff b/net-dns/bind-tools/files/bind-tools-BJA-epoll-AC_TRY_RUN-cross.diff
deleted file mode 100644
index 5a4b1b6d..00000000
--- a/net-dns/bind-tools/files/bind-tools-BJA-epoll-AC_TRY_RUN-cross.diff
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.ori 2009-04-17 19:32:30.000000000 +0200
-+++ configure 2009-04-17 19:35:27.000000000 +0200
-@@ -5415,11 +5415,9 @@
- { echo "$as_me:$LINENO: checking epoll support" >&5
- echo $ECHO_N "checking epoll support... $ECHO_C" >&6; }
- if test "$cross_compiling" = yes; then
-- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&5
--echo "$as_me: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&2;}
-- { (exit 1); exit 1; }; }
-+ { echo "$as_me:$LINENO: result: yes" >&5
-+ echo "yes" >&6; }
-+ ISC_PLATFORM_HAVEEPOLL="#define ISC_PLATFORM_HAVEEPOLL 1"
- else
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
diff --git a/net-dns/bind-tools/files/bind-tools-BJA-gen-HOSTCC.diff b/net-dns/bind-tools/files/bind-tools-BJA-gen-HOSTCC.diff
deleted file mode 100644
index 19386202..00000000
--- a/net-dns/bind-tools/files/bind-tools-BJA-gen-HOSTCC.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/dns/Makefile.in.ori 2009-04-17 19:46:39.000000000 +0200
-+++ lib/dns/Makefile.in 2006-01-06 01:01:43.000000000 +0100
-@@ -158,7 +158,7 @@
- ./gen -s ${srcdir} > code.h
-
- gen: gen.c
-- ${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \
-+ ${HOSTCC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \
- ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS}
-
- rbtdb64.@O@: rbtdb.c
diff --git a/net-dns/bind-tools/files/bind-tools-configure.patch b/net-dns/bind-tools/files/bind-tools-configure.patch
deleted file mode 100644
index 3ef76ef9..00000000
--- a/net-dns/bind-tools/files/bind-tools-configure.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-The LANG vars aren't reset early enough so when sed tries to use [a-zA-Z] in
-option parsing, it may break.
-
-http://bugs.gentoo.org/103483
-
---- configure
-+++ configure
-@@ -54,6 +54,16 @@
- infodir='${prefix}/info'
- mandir='${prefix}/man'
-
-+# NLS nuisances.
-+# Only set these to C if already set. These must not be set unconditionally
-+# because not all systems understand e.g. LANG=C (notably SCO).
-+# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-+# Non-C LC_CTYPE values break the ctype check.
-+if test "${LANG+set}" = set; then LANG=C; export LANG; fi
-+if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
-+if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-+if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
-+
- # Initialize some other variables.
- subdirs=
- MFLAGS= MAKEFLAGS=
-@@ -452,16 +463,6 @@
- esac
- done
-
--# NLS nuisances.
--# Only set these to C if already set. These must not be set unconditionally
--# because not all systems understand e.g. LANG=C (notably SCO).
--# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
--# Non-C LC_CTYPE values break the ctype check.
--if test "${LANG+set}" = set; then LANG=C; export LANG; fi
--if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
--if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
--if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
--
- # confdefs.h avoids OS command line length limits that DEFS can exceed.
- rm -rf conftest* confdefs.h
- # AIX cpp loses on an empty file, so make sure it contains at least a newline.