summaryrefslogtreecommitdiff
path: root/net-mgmt/sing/files/patch-aa
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-16 02:28:03 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-16 02:28:03 +0000
commit596452271cd954e9a495fddf9566e52bb017b747 (patch)
tree6a0c4faaddf8483ec871aadc05c0a4efd2dc06af /net-mgmt/sing/files/patch-aa
parentUpgrade to ubh 1.3 (diff)
Add new port net/sing v1.0
Tool for sending customized ICMP packets PR: 21776 Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes: svn path=/head/; revision=33877
Diffstat (limited to 'net-mgmt/sing/files/patch-aa')
-rw-r--r--net-mgmt/sing/files/patch-aa45
1 files changed, 45 insertions, 0 deletions
diff --git a/net-mgmt/sing/files/patch-aa b/net-mgmt/sing/files/patch-aa
new file mode 100644
index 000000000000..40c157d9c527
--- /dev/null
+++ b/net-mgmt/sing/files/patch-aa
@@ -0,0 +1,45 @@
+--- Makefile.in.orig Sat Sep 16 13:03:43 2000
++++ Makefile.in Fri Oct 6 01:17:29 2000
+@@ -72,7 +72,7 @@
+ getopt_SOURCES = @getopt_SOURCES@
+ libpcapdir = @libpcapdir@
+
+-INCLUDES = -I$(includedir) -I$(libpcapdir)
++INCLUDES = -I$(includedir) # -I$(libpcapdir)
+
+ LIBS = @LIBS@ -lpcap
+
+@@ -108,7 +108,7 @@
+ SOURCES = $(sing_SOURCES)
+ OBJECTS = $(sing_OBJECTS)
+
+-all: libpcap all-redirect
++all: all-redirect
+ .SUFFIXES:
+ .SUFFIXES: .S .c .o .s
+
+@@ -149,11 +149,11 @@
+
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(bindir)
++ $(mkinstalldirs) $(DESTDIR)$(sbindir)
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ if test -f $$p; then \
+- echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
+- $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
++ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
++ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+ else :; fi; \
+ done
+
+@@ -223,8 +223,7 @@
+
+
+ help.o: help.c config.h
+-sing.o: sing.c config.h libpcap-0.4/pcap.h libpcap-0.4/net/bpf.h \
+- sing.h ipcompat.h misc.h packet.h dev_struct.h
++sing.o: sing.c config.h sing.h ipcompat.h misc.h packet.h dev_struct.h
+ ip_options.o: ip_options.c config.h ip_options.h ipcompat.h packet.h \
+ misc.h
+ device.o: device.c config.h device.h misc.h packet.h dev_struct.h