diff options
author | Martin Väth <martin@mvath.de> | 2016-09-03 13:22:20 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2016-09-03 13:22:20 +0200 |
commit | 34d0e8162915bcbca901b32927a1f206eca1ccc7 (patch) | |
tree | 8b519df4b1be0f669af49dfc9502c4794f6c9045 /net-dns | |
parent | games-action/gltron: Copy from gentoo repo to fix compilation with sed-4.2.1 (diff) | |
download | mv-34d0e8162915bcbca901b32927a1f206eca1ccc7.tar.gz mv-34d0e8162915bcbca901b32927a1f206eca1ccc7.tar.bz2 mv-34d0e8162915bcbca901b32927a1f206eca1ccc7.zip |
net-dns/host: Copy from gentoo repository to save from removal
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/host/Manifest | 1 | ||||
-rw-r--r-- | net-dns/host/files/host-20070128-Makefile.patch | 62 | ||||
-rw-r--r-- | net-dns/host/host-20070128-r1.ebuild | 43 | ||||
-rw-r--r-- | net-dns/host/metadata.xml | 7 |
4 files changed, 113 insertions, 0 deletions
diff --git a/net-dns/host/Manifest b/net-dns/host/Manifest new file mode 100644 index 00000000..0fe689d0 --- /dev/null +++ b/net-dns/host/Manifest @@ -0,0 +1 @@ +DIST host-20070128.tar.gz 152347 SHA256 a2a56ab236f9e8549366175a3055e0dc7758dafd46658ed8bea58d87de39bd9f diff --git a/net-dns/host/files/host-20070128-Makefile.patch b/net-dns/host/files/host-20070128-Makefile.patch new file mode 100644 index 00000000..931c4389 --- /dev/null +++ b/net-dns/host/files/host-20070128-Makefile.patch @@ -0,0 +1,62 @@ +--- Makefile.orig 2003-06-05 03:01:45.000000000 +0200 ++++ Makefile 2010-03-12 18:53:17.000000000 +0100 +@@ -117,16 +117,11 @@ + # Compilation definitions. + # ---------------------------------------------------------------------- + +-DEBUGDEFS = -DDEBUG + + DEFS = $(CONFIGDEFS) $(DEBUGDEFS) $(SYSDEFS) $(INCLUDES) + +-COPTS = -pipe + +-COPTIM = -O2 +-COPTIM = -O + +-CDEBUG = -g + + # GCC lint-like warnings -- any warnings are likely bugs in the + # platform headers or in gcc itself.... +@@ -139,7 +134,6 @@ + -Wswitch \ + -Wcomment \ + -Wcast-qual \ +- -Wid-clash-30 \ + -Wpointer-arith \ + -Wshadow + #endif +@@ -147,7 +141,6 @@ + #if $(__GNULD__) >= 1 + GNULDWARNFLAGS = -W \ + -Wall \ +- -Wid-clash-30 + #endif + + #if $(__GNUC__) >= 2 +@@ -169,7 +162,7 @@ + #endif + + CPPFLAGS = $(DEFS) +-CFLAGS = $(COPTS) $(CDEBUG) $(COPTIM) $(GCCWARNFLAGS) $(GCC2WARNFLAGS) $(GCC3WARNFLAGS) ++CFLAGS += $(GCCWARNFLAGS) $(GCC2WARNFLAGS) $(GCC3WARNFLAGS) + + # Select your favorite compiler if make doesn't already know it... + #if defined(next) +@@ -250,7 +243,7 @@ + # Unfortunately SunOS-5.9 has only libresolv.so !!! + # + #if defined(NEED_LIBRESOLV) && !defined(sunos5.x) && !(BIND-8.4.x) +-LDFLAGS = -static $(GNULDWARNFLAGS) ++LDFLAGS += $(GNULDWARNFLAGS) + #else + #LDFLAGS = $(GNULDWARNFLAGS) + #endif +@@ -294,7 +287,7 @@ + # ---------------------------------------------------------------------- + + BINOWN = root +-BINGRP = staff ++BINGRP = root + BINMODE = 755 + #STRIPFLAG = -s + diff --git a/net-dns/host/host-20070128-r1.ebuild b/net-dns/host/host-20070128-r1.ebuild new file mode 100644 index 00000000..e5a0018a --- /dev/null +++ b/net-dns/host/host-20070128-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" +inherit eutils toolchain-funcs multilib + +DESCRIPTION="A powerful command-line DNS query and test tool" +HOMEPAGE="http://www.weird.com/~woods/projects/host.html" +SRC_URI="ftp://ftp.weird.com/pub/Planix/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86" +IUSE="debug" + +# Bug 91515 +RESTRICT="${RESTRICT} test" + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_prepare() { + eapply -p0 "${FILESDIR}/${P}-Makefile.patch" + sed -i -e "s:^\(# if defined(__alpha).*\):\1 || defined(__x86_64__):" \ + port.h || die "sed failed" + eapply_user +} + +src_compile() { + use debug && export DEBUGDEFS="-DDEBUG" + emake CC="$(tc-getCC)" RES_LIB="/usr/$(get_libdir)/libresolv.a" +} + +src_install () { + # This tool has slightly different format of output from "standard" host. + # Renaming it to host-woods, hopefully this does not conflict with anything. + + newbin host host-woods || die "newbin failed" + newman host.1 host-woods.1 || die "newman failed" + dodoc RELEASE_NOTES ToDo || die "dodoc failed" +} diff --git a/net-dns/host/metadata.xml b/net-dns/host/metadata.xml new file mode 100644 index 00000000..4edfd402 --- /dev/null +++ b/net-dns/host/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>george@gentoo.org</email> + </maintainer> +</pkgmetadata> |