aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-08-21 06:06:00 +0800
committerobrien <obrien@FreeBSD.org>1998-08-21 06:06:00 +0800
commitf61d1e5b35d9621c6b069cb5a7d7f8458da17380 (patch)
treea8d1aa1fafa2fc17cabf9d83e4a81054d69318d7 /security
parentc3cfc62c8e45a26e120d574c0977b02cd08aeeea (diff)
downloadfreebsd-ports-gnome-f61d1e5b35d9621c6b069cb5a7d7f8458da17380.tar.gz
freebsd-ports-gnome-f61d1e5b35d9621c6b069cb5a7d7f8458da17380.tar.zst
freebsd-ports-gnome-f61d1e5b35d9621c6b069cb5a7d7f8458da17380.zip
* Nuke included libpcap so I don't make the mistake ache fixed again.
* Prefer -u diffs over -c
Diffstat (limited to 'security')
-rw-r--r--security/nmap/Makefile5
-rw-r--r--security/nmap/files/patch-aa30
-rw-r--r--security/nmapfe/Makefile5
-rw-r--r--security/zenmap/Makefile5
4 files changed, 23 insertions, 22 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 8209fa7704a7..43ccfbf3492a 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -4,7 +4,7 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
+# $Id: Makefile,v 1.3 1998/08/18 14:31:31 ache Exp $
#
DISTNAME= nmap-1.51
@@ -17,6 +17,9 @@ GNU_CONFIGURE= yes
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1= nmap.1
+post-extract:
+ @${RM} -rf ${WRKSRC}/libpcap*
+
post-install:
@strip ${PREFIX}/bin/nmap
@${INSTALL_MAN} ${FILESDIR}/nmap.1 ${PREFIX}/man/man1
diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa
index f59ea23cd93e..b156d2da2b59 100644
--- a/security/nmap/files/patch-aa
+++ b/security/nmap/files/patch-aa
@@ -1,19 +1,11 @@
-*** Makefile.in.bak Mon May 25 17:11:27 1998
---- Makefile.in Tue Aug 18 10:18:42 1998
-***************
-*** 9,15 ****
- CC = @CC@
- CCOPT =
- LIBPCAPDIR = @libpcapdir@
-! INCLS = -I. -I$(LIBPCAPDIR)
- DEFS = @DEFS@
- CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
- LDFLAGS = @LDFLAGS@
---- 9,15 ----
- CC = @CC@
- CCOPT =
- LIBPCAPDIR = @libpcapdir@
-! INCLS = -I.
- DEFS = @DEFS@
- CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
- LDFLAGS = @LDFLAGS@
+--- Makefile.in.orig Mon May 25 06:11:27 1998
++++ Makefile.in Thu Aug 20 15:04:19 1998
+@@ -9,7 +9,7 @@
+ CC = @CC@
+ CCOPT =
+ LIBPCAPDIR = @libpcapdir@
+-INCLS = -I. -I$(LIBPCAPDIR)
++INCLS = -I.
+ DEFS = @DEFS@
+ CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
+ LDFLAGS = @LDFLAGS@
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile
index 8209fa7704a7..43ccfbf3492a 100644
--- a/security/nmapfe/Makefile
+++ b/security/nmapfe/Makefile
@@ -4,7 +4,7 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
+# $Id: Makefile,v 1.3 1998/08/18 14:31:31 ache Exp $
#
DISTNAME= nmap-1.51
@@ -17,6 +17,9 @@ GNU_CONFIGURE= yes
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1= nmap.1
+post-extract:
+ @${RM} -rf ${WRKSRC}/libpcap*
+
post-install:
@strip ${PREFIX}/bin/nmap
@${INSTALL_MAN} ${FILESDIR}/nmap.1 ${PREFIX}/man/man1
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
index 8209fa7704a7..43ccfbf3492a 100644
--- a/security/zenmap/Makefile
+++ b/security/zenmap/Makefile
@@ -4,7 +4,7 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
+# $Id: Makefile,v 1.3 1998/08/18 14:31:31 ache Exp $
#
DISTNAME= nmap-1.51
@@ -17,6 +17,9 @@ GNU_CONFIGURE= yes
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1= nmap.1
+post-extract:
+ @${RM} -rf ${WRKSRC}/libpcap*
+
post-install:
@strip ${PREFIX}/bin/nmap
@${INSTALL_MAN} ${FILESDIR}/nmap.1 ${PREFIX}/man/man1