summaryrefslogtreecommitdiff
path: root/security/p0f
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-12-21 15:52:17 +0000
committerdholland <dholland@pkgsrc.org>2011-12-21 15:52:17 +0000
commit9483c762c899ce2fddbb0ea2ba97251a9629199a (patch)
tree9931d84f527d0b096d9c0eeb54fca90cb8b0033c /security/p0f
parented1eee04c7bc0d87b12fd872e941bc01824c5b75 (diff)
downloadpkgsrc-9483c762c899ce2fddbb0ea2ba97251a9629199a.tar.gz
Disable probe for gmake; PR 45729
Diffstat (limited to 'security/p0f')
-rw-r--r--security/p0f/distinfo4
-rw-r--r--security/p0f/patches/patch-ae12
2 files changed, 10 insertions, 6 deletions
diff --git a/security/p0f/distinfo b/security/p0f/distinfo
index 96dedddcba1..216c2b2fe23 100644
--- a/security/p0f/distinfo
+++ b/security/p0f/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2011/10/02 05:04:03 dholland Exp $
+$NetBSD: distinfo,v 1.19 2011/12/21 15:52:17 dholland Exp $
SHA1 (p0f-2.0.8.tgz) = 7b4d5b2f24af4b5a299979134bc7f6d7b1eaf875
RMD160 (p0f-2.0.8.tgz) = 87d5b30d2d5e156b9fdcb026160155f413ce13d3
Size (p0f-2.0.8.tgz) = 136877 bytes
SHA1 (patch-aa) = 0e79fc52b7711a8cb31565f2da8a52761947853d
SHA1 (patch-ad) = 378d9480c88d9a447684323c4a59f3c2f6f10d74
-SHA1 (patch-ae) = 581817151df41d320f7d36efa8a87e4f13c97adc
+SHA1 (patch-ae) = ffe38288367a63585be71ee45b4a4859f171523b
diff --git a/security/p0f/patches/patch-ae b/security/p0f/patches/patch-ae
index 5b3a9888eff..47f8becf84e 100644
--- a/security/p0f/patches/patch-ae
+++ b/security/p0f/patches/patch-ae
@@ -1,12 +1,16 @@
-$NetBSD: patch-ae,v 1.1 2011/01/07 04:15:37 obache Exp $
+$NetBSD: patch-ae,v 1.2 2011/12/21 15:52:17 dholland Exp $
-* use preferred libpcap.
+ - use preferred libpcap.
+ - don't use gmake.
--- Build.orig 2006-03-16 07:44:34.000000000 +0000
+++ Build
-@@ -34,9 +34,10 @@ fi
+@@ -32,11 +32,12 @@ if [ ! -f mk/$SYSTEM ]; then
+ exit 1
+ fi
- GMAKE_OK=`which gmake 2>/dev/null`
+-GMAKE_OK=`which gmake 2>/dev/null`
++GMAKE_OK=/nonexistent
+test "$LIBPCAP_PREFIX" = "" && LIBPCAP_PREFIX="/usr"
USE_BPF="pcap-bpf.h"