summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-29 15:26:20 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-29 15:26:20 +0000
commit5d5b2705d149aa0c37d7adb6708366597e6bd227 (patch)
tree3f7c65c779c119c2559fc9a3ab17b3f5e6127edf /net-analyzer/nmap
parentUpdate, cleanup (diff)
downloadhistorical-5d5b2705d149aa0c37d7adb6708366597e6bd227.tar.gz
historical-5d5b2705d149aa0c37d7adb6708366597e6bd227.tar.bz2
historical-5d5b2705d149aa0c37d7adb6708366597e6bd227.zip
Update because 2.53 did not compile with glibc-2.2.2
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r--net-analyzer/nmap/files/digest-nmap-2.53-r21
-rw-r--r--net-analyzer/nmap/files/digest-nmap-2.54_beta221
-rw-r--r--net-analyzer/nmap/nmap-2.54_beta22.ebuild (renamed from net-analyzer/nmap/nmap-2.53-r2.ebuild)19
3 files changed, 5 insertions, 16 deletions
diff --git a/net-analyzer/nmap/files/digest-nmap-2.53-r2 b/net-analyzer/nmap/files/digest-nmap-2.53-r2
deleted file mode 100644
index 6602d0ddf092..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-2.53-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 592ace3a758e31740d70d7ce4a2dd21c nmap-2.53.tgz
diff --git a/net-analyzer/nmap/files/digest-nmap-2.54_beta22 b/net-analyzer/nmap/files/digest-nmap-2.54_beta22
new file mode 100644
index 000000000000..d25e83505872
--- /dev/null
+++ b/net-analyzer/nmap/files/digest-nmap-2.54_beta22
@@ -0,0 +1 @@
+MD5 325f553a42461b78ce65fc91418fa256 nmap-2.54BETA22.tgz
diff --git a/net-analyzer/nmap/nmap-2.53-r2.ebuild b/net-analyzer/nmap/nmap-2.54_beta22.ebuild
index 52451e2608e7..1c91e9f93e1b 100644
--- a/net-analyzer/nmap/nmap-2.53-r2.ebuild
+++ b/net-analyzer/nmap/nmap-2.54_beta22.ebuild
@@ -3,7 +3,7 @@
# Author Achim Gottinger <achim@gentoo.org>
# $Heade
-P=nmap-2.53
+P=nmap-2.54BETA22
A=${P}.tgz
S=${WORKDIR}/${P}
DESCRIPTION="Portscanner"
@@ -12,25 +12,14 @@ HOMEPAGE="http://www.insecure.org/nmap/"
DEPEND=">=x11-libs/gtk+-1.2.8"
-src_unpack() {
- unpack ${A}
- if [ -n "`use glibc22`" ]
- then
- cd ${S}
- cp ${FILESDIR}/tcpip.h ${S}/tcpip.h
- cp ${FILESDIR}/nmap.h ${S}/nmap.h
- fi
-}
src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/opt/gnome
+ try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man
try make
}
src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- prepman /opt/gnome
+
+ try make prefix=${D}/usr mandir=${D}/usr/share/man install
dodoc CHANGELOG COPYING README
cd docs