summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-08-18 14:31:37 +0000
committerache <ache@FreeBSD.org>1998-08-18 14:31:37 +0000
commit69545fee554e06dcb158475ba497606d63e5e3ea (patch)
tree35b9585be924463e71937fca998c232c0c347ff6 /security
parent194eacd151f817f92e22afe02c1b7766e6e5eb3c (diff)
downloadFreeBSD-ports-69545fee554e06dcb158475ba497606d63e5e3ea.zip
FreeBSD-ports-69545fee554e06dcb158475ba497606d63e5e3ea.tar.gz
Old version use bpf.h from internal libpcap and link with
system libpcap in the same time. Fix to use <net/bpf.h> instead New manpages scheme
Diffstat (limited to 'security')
-rw-r--r--security/nmap/Makefile3
-rw-r--r--security/nmap/files/patch-aa19
-rw-r--r--security/nmap/pkg-plist1
-rw-r--r--security/nmapfe/Makefile3
-rw-r--r--security/nmapfe/pkg-plist1
-rw-r--r--security/zenmap/Makefile3
-rw-r--r--security/zenmap/pkg-plist1
7 files changed, 25 insertions, 6 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 6c14e20..8209fa7 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.1.1.1 1998/08/04 17:59:51 obrien Exp $
+# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
#
DISTNAME= nmap-1.51
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.insecure.org/nmap/
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
+CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1= nmap.1
post-install:
diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa
new file mode 100644
index 0000000..f59ea23
--- /dev/null
+++ b/security/nmap/files/patch-aa
@@ -0,0 +1,19 @@
+*** 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@
diff --git a/security/nmap/pkg-plist b/security/nmap/pkg-plist
index 8f498c5..f9b0125 100644
--- a/security/nmap/pkg-plist
+++ b/security/nmap/pkg-plist
@@ -1,2 +1 @@
bin/nmap
-man/man1/nmap.1.gz
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile
index 6c14e20..8209fa7 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.1.1.1 1998/08/04 17:59:51 obrien Exp $
+# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
#
DISTNAME= nmap-1.51
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.insecure.org/nmap/
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
+CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1= nmap.1
post-install:
diff --git a/security/nmapfe/pkg-plist b/security/nmapfe/pkg-plist
index 8f498c5..f9b0125 100644
--- a/security/nmapfe/pkg-plist
+++ b/security/nmapfe/pkg-plist
@@ -1,2 +1 @@
bin/nmap
-man/man1/nmap.1.gz
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
index 6c14e20..8209fa7 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.1.1.1 1998/08/04 17:59:51 obrien Exp $
+# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
#
DISTNAME= nmap-1.51
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.insecure.org/nmap/
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
+CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1= nmap.1
post-install:
diff --git a/security/zenmap/pkg-plist b/security/zenmap/pkg-plist
index 8f498c5..f9b0125 100644
--- a/security/zenmap/pkg-plist
+++ b/security/zenmap/pkg-plist
@@ -1,2 +1 @@
bin/nmap
-man/man1/nmap.1.gz
OpenPOWER on IntegriCloud