aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/sing/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/sing/files')
-rw-r--r--net-mgmt/sing/files/patch-aa45
-rw-r--r--net-mgmt/sing/files/patch-ab13
2 files changed, 0 insertions, 58 deletions
diff --git a/net-mgmt/sing/files/patch-aa b/net-mgmt/sing/files/patch-aa
deleted file mode 100644
index 40c157d9c527..000000000000
--- a/net-mgmt/sing/files/patch-aa
+++ /dev/null
@@ -1,45 +0,0 @@
---- 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
diff --git a/net-mgmt/sing/files/patch-ab b/net-mgmt/sing/files/patch-ab
deleted file mode 100644
index 2934e7389816..000000000000
--- a/net-mgmt/sing/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Fri Oct 6 01:19:57 2000
-+++ configure Fri Oct 6 01:20:05 2000
-@@ -1097,10 +1097,6 @@
- fi
- fi
-
--if test -n "$GCC"; then
-- CFLAGS="-O3 -Wall"
--fi
--
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
- echo "configure:1104: checking how to run the C preprocessor" >&5
- # On Suns, sometimes $CPP names a directory.