aboutsummaryrefslogtreecommitdiffstats
path: root/security/nmap/files
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-09-26 00:19:25 +0800
committerleeym <leeym@FreeBSD.org>2003-09-26 00:19:25 +0800
commitc2d0da0660fb961684001a5ce7b8293a2d8778a0 (patch)
treef18c3e4fb43302cbf9834a4d773199482f087f23 /security/nmap/files
parent0ebcde25e7a48ec9280e22283323be0c77991561 (diff)
downloadfreebsd-ports-gnome-c2d0da0660fb961684001a5ce7b8293a2d8778a0.tar.gz
freebsd-ports-gnome-c2d0da0660fb961684001a5ce7b8293a2d8778a0.tar.zst
freebsd-ports-gnome-c2d0da0660fb961684001a5ce7b8293a2d8778a0.zip
update to nmap/nmapfe version 3.46
PR: 57196 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'security/nmap/files')
-rw-r--r--security/nmap/files/patch-Makefile.in29
1 files changed, 10 insertions, 19 deletions
diff --git a/security/nmap/files/patch-Makefile.in b/security/nmap/files/patch-Makefile.in
index 65f57295798d..252c0d8fcdad 100644
--- a/security/nmap/files/patch-Makefile.in
+++ b/security/nmap/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig Fri Mar 9 22:25:19 2001
-+++ Makefile.in Sun May 27 17:49:17 2001
-@@ -9,14 +9,14 @@
+--- Makefile.in.orig Sat Sep 20 11:00:04 2003
++++ Makefile.in Wed Sep 24 23:59:42 2003
+@@ -9,7 +9,7 @@
mandir = @mandir@
srcdir = @srcdir@
nmapdatadir = @datadir@/nmap
@@ -8,21 +8,12 @@
+deskdir = $(X11BASE)/share/gnome/apps/Utilities
NBASEDIR=@NBASEDIR@
- CC = @CC@
- CXX = @CXX@
- CCOPT =
- LIBPCAPDIR = @libpcapdir@
--INCLS = -I$(LIBPCAPDIR)
-+#INCLS = -I$(LIBPCAPDIR)
- DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
+ NSOCKDIR=@NSOCKDIR@
+@@ -23,6 +23,7 @@
# For mtrace debugging -- see MTRACE define in main.cc for instructions
# Should only be enabled during debugging and not in any real release.
-@@ -200,7 +200,7 @@
- $(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
-
- install-nmap: $(TARGET)
-- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir)
-+ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir)
- $(INSTALL) -c -m 755 nmap $(bindir)/nmap
- $(INSTALL) -c -m 644 docs/$(TARGET).1 $(mandir)/man1/$(TARGET).1
- $(INSTALL) -c -m 644 nmap-os-fingerprints $(nmapdatadir)/nmap-os-fingerprints
+ # DEFS += -DMTRACE=1
++CPPFLAGS = @CPPFLAGS@
+ CXXFLAGS = @CXXFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
+ # CFLAGS = $(CXXFLAGS)
+ # CFLAGS = $(DEFS) $(INCLS)