summaryrefslogtreecommitdiffstats
path: root/security/firewalk/files
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2000-12-21 17:52:39 +0000
committerroam <roam@FreeBSD.org>2000-12-21 17:52:39 +0000
commitcb52177ba3170cdb208d5df861c3cdf69ad48e8e (patch)
tree7e90a2d0a52ee9f6e6e6c08b0767a1eafce905b5 /security/firewalk/files
parent396bc9cdb3705b4904278f28da2c09f6937f8e66 (diff)
downloadFreeBSD-ports-cb52177ba3170cdb208d5df861c3cdf69ad48e8e.zip
FreeBSD-ports-cb52177ba3170cdb208d5df861c3cdf69ad48e8e.tar.gz
Update to 0.99.1; the old one was not even fetchable anymore.
PR: 23714 Submitted by: Roman Shterenzon <roman@xpert.com> Silence by: maintainer (according to the PR)
Diffstat (limited to 'security/firewalk/files')
-rw-r--r--security/firewalk/files/patch-aa15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/firewalk/files/patch-aa b/security/firewalk/files/patch-aa
index 0e1d7ac..ca46dfd 100644
--- a/security/firewalk/files/patch-aa
+++ b/security/firewalk/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in.orig Thu Apr 29 01:16:53 1999
-+++ Makefile.in Thu Dec 23 20:27:01 1999
+--- Makefile.in.orig Fri Nov 19 06:20:56 1999
++++ Makefile.in Wed Sep 27 02:00:42 2000
@@ -7,13 +7,14 @@
# @configure_input@
@@ -8,13 +8,14 @@
+FIREWALK_LOC= $(PREFIX)
FIREWALK_MAN= $(FIREWALK).1
INSTALL = ./install-sh
-+LIBNET_CONFIG = $(PREFIX)/bin/libnet-config
- DEFINES += @DEFS@
+-DEFINES += @DEFS@ `libnet-config --defines`
++LIBNET_CONFIG= $(PREFIX)/bin/libnet-config
++DEFINES += @DEFS@ `$(LIBNET_CONFIG) --defines`
CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@
--LIBS = -lnet -lpcap @FW_GTK_CONFIG@
-+CPPFLAGS = `$(LIBNET_CONFIG) --defines` -I$(PREFIX)/include @CPPFLAGS@
-+LIBS = -L$(PREFIX)/lib `$(LIBNET_CONFIG) --libs` -lpcap @FW_GTK_CONFIG@
+-LIBS = -lnet -lpcap @FW_GTK_CONFIG@ `libnet-config --libs`
++CPPFLAGS = -I$(PREFIX)/include @CPPFLAGS@
++LIBS = -L$(PREFIX)/lib @FW_GTK_CONFIG@ `$(LIBNET_CONFIG) --libs` -lpcap
OBJECTS = main.o firewalk.o watcher.o p_cap.o signal.o \
packet.o udptcpwalk.o port_list.o util.o @FW_GTK_OBJS@
OpenPOWER on IntegriCloud