diff options
author | reed <reed> | 2005-10-11 16:39:29 +0000 |
---|---|---|
committer | reed <reed> | 2005-10-11 16:39:29 +0000 |
commit | bea53bddacf5ce19f3222a9a12e9b5592a50cc00 (patch) | |
tree | 9214c993255fde581a9cdea7b05fd3f727c0ff37 /net/trafshow/patches | |
parent | 55d6ee42dad664d1be664578e9dc520a7189536a (diff) | |
download | pkgsrc-bea53bddacf5ce19f3222a9a12e9b5592a50cc00.tar.gz |
Update to 5.2.1. The old distfile is a symlink to this now.
I don't know what changed.
I removed the patches. They did not apply and they files are gone
or context is changed.
Now depend on libpcap via buildlink3.mk. I think the patches
I removed were for a provided version of libpcap.
Use INSTALLATION_DIRS for share/examples/trafshow instead of
INSTALL_DATA_DIR.
Note that the /etc/trafshow is hard-coded. I didn't patch this.
Diffstat (limited to 'net/trafshow/patches')
-rw-r--r-- | net/trafshow/patches/patch-aa | 14 | ||||
-rw-r--r-- | net/trafshow/patches/patch-af | 15 | ||||
-rw-r--r-- | net/trafshow/patches/patch-ag | 13 | ||||
-rw-r--r-- | net/trafshow/patches/patch-ah | 23 |
4 files changed, 0 insertions, 65 deletions
diff --git a/net/trafshow/patches/patch-aa b/net/trafshow/patches/patch-aa deleted file mode 100644 index 5502fece78f..00000000000 --- a/net/trafshow/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2002/05/11 10:21:29 zuntum Exp $ - ---- interfaces.c.orig Sat Aug 22 10:19:03 1998 -+++ interfaces.c -@@ -209,6 +209,9 @@ - { if_slip, DLT_SLIP_BSDOS }, /* libpcap stupid fake */ - #endif - { if_ppp, DLT_PPP }, /* PPP */ -+#ifdef DLT_PPP_SERIAL -+ { if_ppp, DLT_PPP_SERIAL }, /* PPP */ -+#endif - #ifdef DLT_PPP_BSDOS - { if_ppp, DLT_PPP_BSDOS }, /* libpcap stupid fake */ - #endif diff --git a/net/trafshow/patches/patch-af b/net/trafshow/patches/patch-af deleted file mode 100644 index c1fc30e375f..00000000000 --- a/net/trafshow/patches/patch-af +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-af,v 1.2 2000/08/11 05:42:18 itojun Exp $ - ---- 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/trafshow/patches/patch-ag b/net/trafshow/patches/patch-ag deleted file mode 100644 index b63852bb6f1..00000000000 --- a/net/trafshow/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2000/08/11 05:42:44 itojun Exp $ - ---- configure.in- Fri Aug 11 14:24:26 2000 -+++ configure.in Fri Aug 11 14:24:34 2000 -@@ -107,2 +107,8 @@ - -+netbsd*) -+ AC_DEFINE(HAVE_RTF_LLINFO) -+ ;; -+openbsd*) -+ AC_DEFINE(HAVE_RTF_LLINFO) -+ ;; - freebsd*) diff --git a/net/trafshow/patches/patch-ah b/net/trafshow/patches/patch-ah deleted file mode 100644 index 714d91a3c48..00000000000 --- a/net/trafshow/patches/patch-ah +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2002/10/02 19:20:41 dillo Exp $ - ---- configure.orig Wed Oct 2 21:15:39 2002 -+++ configure -@@ -2554,6 +2629,18 @@ echo "$ac_t""$V_PCAPVER" 1>&6 - V_GROUP=0 - case "$target_os" in - -+netbsd*) -+ cat >> confdefs.h <<\EOF -+#define HAVE_RTF_LLINFO 1 -+EOF -+ -+ ;; -+openbsd*) -+ cat >> confdefs.h <<\EOF -+#define HAVE_RTF_LLINFO 1 -+EOF -+ -+ ;; - freebsd*) - cat >> confdefs.h <<\EOF - #define HAVE_RTF_LLINFO 1 |