aboutsummaryrefslogtreecommitdiff
path: root/net/trafshow3/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/trafshow3/files')
-rw-r--r--net/trafshow3/files/patch-ac11
-rw-r--r--net/trafshow3/files/patch-af13
-rw-r--r--net/trafshow3/files/patch-ag12
-rw-r--r--net/trafshow3/files/patch-configure11
4 files changed, 0 insertions, 47 deletions
diff --git a/net/trafshow3/files/patch-ac b/net/trafshow3/files/patch-ac
deleted file mode 100644
index c15ab541f4d8..000000000000
--- a/net/trafshow3/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- color.c.orig Mon Jan 24 10:59:01 2000
-+++ color.c Mon Jan 24 10:57:36 2000
-@@ -336,7 +336,7 @@
- error(1, "init_color_mask: getpwuid");
- (void) sprintf(buf, "%s/.%s", pw->pw_dir, program_name);
- if ((fp = fopen(buf, "r")) == NULL) {
-- (void) strcpy(buf, "/etc/");
-+ (void) strcpy(buf, "%%PREFIX%%/etc/");
- (void) strcat(buf, program_name);
- if ((fp = fopen(buf, "r")) == NULL) return 0;
- }
diff --git a/net/trafshow3/files/patch-af b/net/trafshow3/files/patch-af
deleted file mode 100644
index dba73df91ae9..000000000000
--- a/net/trafshow3/files/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Mon Aug 24 13:54:16 1998
-+++ Makefile.in Tue May 2 00:51:47 2000
-@@ -28,8 +28,8 @@
-
- PROG = trafshow
- CC = @CC@
--CCOPT = @V_CCOPT@
--INCLS = -I. @V_INCLS@
-+CCOPT = @CFLAGS@
-+INCLS = -I. @CPPFLAGS@
- DEFS = @DEFS@
-
- CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
diff --git a/net/trafshow3/files/patch-ag b/net/trafshow3/files/patch-ag
deleted file mode 100644
index b4003dcf9649..000000000000
--- a/net/trafshow3/files/patch-ag
+++ /dev/null
@@ -1,12 +0,0 @@
---- util.c.orig Fri Sep 15 06:51:11 2000
-+++ util.c Thu Sep 21 14:35:33 2000
-@@ -129,6 +129,9 @@
- #ifdef IPPROTO_ENCAP
- { "encap",IPPROTO_ENCAP},
- #endif
-+#ifdef IPPROTO_IPV6
-+ { "ipv6", IPPROTO_IPV6},
-+#endif
- { "ip", IPPROTO_IP },
- { "raw", IPPROTO_RAW },
- { NULL, -1 },
diff --git a/net/trafshow3/files/patch-configure b/net/trafshow3/files/patch-configure
deleted file mode 100644
index 8510310f4a13..000000000000
--- a/net/trafshow3/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sat Jan 5 17:07:53 2002
-+++ configure Sat Jan 5 17:07:53 2002
-@@ -874,7 +874,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_cv_lbl_gcc_vers=`$CC -v 2>&1 | \
-- sed -n -e '$s/.* //' -e '$s/\..*//p'`
-+ sed -n -e '$s/^.*version //' -e '$s/\..*//p'`
- fi
-
- echo "$ac_t""$ac_cv_lbl_gcc_vers" 1>&6