diff options
author | kristerw <kristerw> | 2004-01-31 20:43:41 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-01-31 20:43:41 +0000 |
commit | 1da2aa9cff09cb90ce30a86af3919df7925f24d7 (patch) | |
tree | 2fc415b130b7193ce614fd10e369b27ad7d8236c /net | |
parent | 06878979cffaeb85300ac8231b8dd5ce6457812e (diff) | |
download | pkgsrc-1da2aa9cff09cb90ce30a86af3919df7925f24d7.tar.gz |
Make this package build on NetBSD 1.6.
Diffstat (limited to 'net')
-rw-r--r-- | net/snort/distinfo | 4 | ||||
-rw-r--r-- | net/snort/patches/patch-aa | 11 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/snort/distinfo b/net/snort/distinfo index 9c5c0aca7e1..b679d41407a 100644 --- a/net/snort/distinfo +++ b/net/snort/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2003/12/31 14:11:42 salo Exp $ +$NetBSD: distinfo,v 1.20 2004/01/31 20:43:41 kristerw Exp $ SHA1 (snort-2.1.0.tar.gz) = fa54d1ccdddde5ba1a793c6ab88006534933c66e Size (snort-2.1.0.tar.gz) = 2244701 bytes -SHA1 (patch-aa) = 33a0a8014ce8458f99da8eefb68127ef02d8628c +SHA1 (patch-aa) = 08bbfc795c7db4d06f1a1a887369df2c6b1a0a79 SHA1 (patch-ab) = 0ea7deb91de5d3d68558a30e80dcbd8bd81f8a5e SHA1 (patch-ac) = 6cdf26fcaeb8dad9cd9562b77377bd56b49c9f38 SHA1 (patch-ad) = 983317cb82d13de66ac88127d3eea7d3b3186da4 diff --git a/net/snort/patches/patch-aa b/net/snort/patches/patch-aa index b7aeee1bae1..1ed1483a7a5 100644 --- a/net/snort/patches/patch-aa +++ b/net/snort/patches/patch-aa @@ -1,15 +1,14 @@ -$NetBSD: patch-aa,v 1.10 2003/04/16 15:51:23 salo Exp $ +$NetBSD: patch-aa,v 1.11 2004/01/31 20:43:41 kristerw Exp $ ---- src/snort.c.orig 2003-04-03 23:10:52.000000000 +0200 -+++ src/snort.c 2003-04-16 08:03:06.000000000 +0200 -@@ -1355,6 +1355,19 @@ +--- src/snort.c.orig Wed Dec 3 16:22:22 2003 ++++ src/snort.c Sat Jan 31 21:25:32 2004 +@@ -1391,6 +1391,18 @@ break; +#if defined(__NetBSD__) +# if defined(__NetBSD_Version__) +# if (__NetBSD_Version__ >= 105000000) -+ case DLT_PPP_SERIAL: /* PPP over serial (async and sync) */ + case DLT_PPP_ETHER: /* PPP over Ethernet */ + +# else @@ -22,7 +21,7 @@ $NetBSD: patch-aa,v 1.10 2003/04/16 15:51:23 salo Exp $ case DLT_PPP: /* point-to-point protocol */ if(!pv.readmode_flag) { -@@ -1729,7 +1742,7 @@ +@@ -1780,7 +1792,7 @@ { struct stat st; int i; |