summaryrefslogtreecommitdiff
path: root/net/nmap/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-04-30 00:09:01 +0000
committerwiz <wiz>2000-04-30 00:09:01 +0000
commit017284286d74ada2070c94b2cda389735c8322fd (patch)
tree657dd680229a06c3059ed73bc9bcaf28798d7f63 /net/nmap/patches
parenta5614df2912a0f1c754c0d57a08e5f996feddf7d (diff)
downloadpkgsrc-017284286d74ada2070c94b2cda389735c8322fd.tar.gz
Update nmap to 2.51.
Maintainer shared my opinion about architecture independent data files belonging into share/ instead of lib/. Other changes against 2.50: Target parsing bug fixed, new rpc number list.
Diffstat (limited to 'net/nmap/patches')
-rw-r--r--net/nmap/patches/patch-aa21
1 files changed, 6 insertions, 15 deletions
diff --git a/net/nmap/patches/patch-aa b/net/nmap/patches/patch-aa
index cafd8c2c0ff..43f1156f0b4 100644
--- a/net/nmap/patches/patch-aa
+++ b/net/nmap/patches/patch-aa
@@ -1,16 +1,7 @@
-$NetBSD: patch-aa,v 1.2 2000/04/29 17:32:19 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2000/04/30 00:09:02 wiz Exp $
---- Makefile.in.orig Fri Apr 28 08:21:52 2000
-+++ Makefile.in Sat Apr 29 18:56:00 2000
-@@ -5,7 +5,7 @@
- sbindir = @sbindir@
- mandir = @mandir@
- srcdir = @srcdir@
--libdir = @libdir@/nmap
-+libdir = @datadir@/nmap
- deskdir = $(prefix)/share/gnome/apps/Utilities
-
- CC = @CC@
+--- Makefile.in.orig Sat Apr 29 22:37:50 2000
++++ Makefile.in Sun Apr 30 01:53:43 2000
@@ -34,7 +34,7 @@
DEPS = nmap.h error.h targets.h osscan.h tcpip.h utils.h global_structures.h charpool.h services.h rpc.h portlist.h
@@ -20,12 +11,12 @@ $NetBSD: patch-aa,v 1.2 2000/04/29 17:32:19 wiz Exp $
$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
@echo Compiling nmap
-@@ -128,7 +128,7 @@
+@@ -129,7 +129,7 @@
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
install: $(TARGET)
-- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(libdir) $(deskdir)
-+ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(libdir)
+- $(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
@echo "If the next command failes -- you cannot use the X front end"
-test -f nmapfe/nmapfe && $(INSTALL) -c -m 755 nmapfe/nmapfe $(bindir)/nmapfe && $(SHTOOL) mkln -f -s $(bindir)/nmapfe $(bindir)/xnmap && $(INSTALL) -c -m 644 nmapfe.desktop $(deskdir)/nmapfe.desktop