diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-17 01:06:24 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-17 01:06:24 +0000 |
commit | 758c19ecc0bba3b997c7e896010d3ddd83b4a2fd (patch) | |
tree | 5a981d1195e666426559cd10a041ba8cf93e0808 /security/nmap | |
parent | d55be71923ae6d11abc13533796676291013d3ee (diff) | |
download | ports-758c19ecc0bba3b997c7e896010d3ddd83b4a2fd.tar.gz ports-758c19ecc0bba3b997c7e896010d3ddd83b4a2fd.zip |
Notes
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/files/patch-ab | 28 | ||||
-rw-r--r-- | security/nmap/files/patch-ad | 11 |
2 files changed, 7 insertions, 32 deletions
diff --git a/security/nmap/files/patch-ab b/security/nmap/files/patch-ab index ab6c2b002610..2f9fb638b978 100644 --- a/security/nmap/files/patch-ab +++ b/security/nmap/files/patch-ab @@ -1,25 +1,11 @@ ---- nmapfe/Makefile.in.orig Thu Apr 6 01:51:39 2000 -+++ nmapfe/Makefile.in Thu Apr 6 14:53:11 2000 -@@ -70,7 +70,7 @@ - PROGRAMS = $(bin_PROGRAMS) - - --DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -I. -I$(srcdir) -+DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DNMAP_PATH=\"$(bindir)/\" -I. -I$(srcdir) - CPPFLAGS = @CPPFLAGS@ - STATIC = - LDFLAGS = @LDFLAGS@ $(STATIC) -@@ -231,11 +231,11 @@ - maintainer-clean-depend: - -rm -rf .deps - +--- nmapfe/Makefile.in.orig Mon Jan 1 22:22:37 2001 ++++ nmapfe/Makefile.in Fri Mar 16 16:56:47 2001 +@@ -75 +75 @@ +-DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir) ++DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir) -DNMAP_PATH=\"$(bindir)/\" +@@ -236 +236 @@ -%.o: %.c +.c.o: - @echo '$(COMPILE) -c $<'; \ - $(COMPILE) -c $< - +@@ -240 +240 @@ -%.lo: %.c +.c.lo: - @echo '$(LTCOMPILE) -c $<'; \ - $(LTCOMPILE) -c $< - @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \ diff --git a/security/nmap/files/patch-ad b/security/nmap/files/patch-ad deleted file mode 100644 index 8120addceedb..000000000000 --- a/security/nmap/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- nmap-services.orig Thu Feb 17 17:10:03 2000 -+++ nmap-services Thu Feb 17 17:11:16 2000 -@@ -1719,7 +1719,7 @@ - dls-monitor 2048/udp # - nfs 2049/tcp # networked file system - nfs 2049/udp # networked file system --distrib-netassholes 2064/tcp # A group of lamers working on a silly closed-source client for solving the RSA cryptographic challenge. This is the keyblock proxy port. -+distributed-net 2064/tcp # distributed.net server port - dlsrpn 2065/tcp # Data Link Switch Read Port Number - dlsrpn 2065/udp # Data Link Switch Read Port Number - dlswpn 2067/tcp # Data Link Switch Write Port Number |