summaryrefslogtreecommitdiff
path: root/net/etherape/patches
diff options
context:
space:
mode:
authordrochner <drochner>2010-01-19 20:51:48 +0000
committerdrochner <drochner>2010-01-19 20:51:48 +0000
commit024508efcf3e6f639a136ed1d1157a5c4e944ead (patch)
tree2aebd49d8a30c6b416080be810b1d595f63386c4 /net/etherape/patches
parent4d17061b406e38b82b1a7c11d7dbcc89b04fe85f (diff)
downloadpkgsrc-024508efcf3e6f639a136ed1d1157a5c4e944ead.tar.gz
update to 0.9.9
too many changes to list here - our last version was from 2006
Diffstat (limited to 'net/etherape/patches')
-rw-r--r--net/etherape/patches/patch-aa14
-rw-r--r--net/etherape/patches/patch-ac14
2 files changed, 21 insertions, 7 deletions
diff --git a/net/etherape/patches/patch-aa b/net/etherape/patches/patch-aa
index 85af01ac943..31100a9040c 100644
--- a/net/etherape/patches/patch-aa
+++ b/net/etherape/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.3 2006/08/05 12:20:34 adam Exp $
+$NetBSD: patch-aa,v 1.4 2010/01/19 20:51:48 drochner Exp $
---- Makefile.in.orig 2006-05-14 19:18:18.000000000 +0200
+--- Makefile.in.orig 2010-01-03 23:01:06.000000000 +0000
+++ Makefile.in
-@@ -218,7 +218,7 @@ DATADIR = .
- # ignore bogus distcheck errors caused by scrollkeeper lazyness
- distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
+@@ -278,7 +278,7 @@ SUBDIRS = src doc glade m4 po
+ # standard props
+ DATADIR = .
man_MANS = etherape.1
-confdir = $(sysconfdir)/etherape
+confdir = $(sysconfdir)
conf_DATA = \
services
-@@ -740,7 +740,7 @@ info: info-recursive
+@@ -867,7 +867,7 @@ info: info-recursive
info-am:
@@ -19,4 +19,4 @@ $NetBSD: patch-aa,v 1.3 2006/08/05 12:20:34 adam Exp $
+install-data-am: install-DevelopmentDATA install-man \
install-pixmapsDATA
- install-exec-am:
+ install-dvi: install-dvi-recursive
diff --git a/net/etherape/patches/patch-ac b/net/etherape/patches/patch-ac
new file mode 100644
index 00000000000..001cfb956de
--- /dev/null
+++ b/net/etherape/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2010/01/19 20:51:48 drochner Exp $
+
+--- src/decode_proto.c.orig 2010-01-04 11:31:11.000000000 +0000
++++ src/decode_proto.c
+@@ -165,7 +165,9 @@ static linktype_data_t linktypes[] = {
+ {"WLAN", DLT_IEEE802_11, LINK6, get_wlan },
+ /* Wireless with radiotap header */
+ {"WLAN+RTAP", DLT_IEEE802_11_RADIO, LINK6, get_radiotap },
++#if 0
+ {"PPI", DLT_PPI, LINK6, get_ppi }, /* PPI encapsulation */
++#endif
+ {NULL, 0, 0 } /* terminating entry, must be last */
+ };
+