diff options
author | dholland <dholland> | 2011-10-02 05:04:03 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-10-02 05:04:03 +0000 |
commit | e56e306f1abb3f8977419897c05cd8aaddad5ac2 (patch) | |
tree | deb16b1bf5f621f3d3307d5cef32cd6b2de308e7 /security/p0f | |
parent | 75ceb084834f74cdc5c5ffaba133814d8a278611 (diff) | |
download | pkgsrc-e56e306f1abb3f8977419897c05cd8aaddad5ac2.tar.gz |
Fix MAKE_JOBS build. This does not fix the bulk failure, which I can't
replicate and don't understand.
Diffstat (limited to 'security/p0f')
-rw-r--r-- | security/p0f/distinfo | 4 | ||||
-rw-r--r-- | security/p0f/patches/patch-aa | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/security/p0f/distinfo b/security/p0f/distinfo index e68463a3ffc..96dedddcba1 100644 --- a/security/p0f/distinfo +++ b/security/p0f/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2011/01/07 04:15:37 obache Exp $ +$NetBSD: distinfo,v 1.18 2011/10/02 05:04:03 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) = b034506698ea47904243574f373b252e36e4f3cc +SHA1 (patch-aa) = 0e79fc52b7711a8cb31565f2da8a52761947853d SHA1 (patch-ad) = 378d9480c88d9a447684323c4a59f3c2f6f10d74 SHA1 (patch-ae) = 581817151df41d320f7d36efa8a87e4f13c97adc diff --git a/security/p0f/patches/patch-aa b/security/p0f/patches/patch-aa index 74323606214..62fd7c332ff 100644 --- a/security/p0f/patches/patch-aa +++ b/security/p0f/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.9 2011/01/07 04:15:37 obache Exp $ +$NetBSD: patch-aa,v 1.10 2011/10/02 05:04:03 dholland Exp $ --- mk/Linux.orig 2006-08-21 12:37:00.000000000 +0000 +++ mk/Linux -@@ -7,12 +7,9 @@ +@@ -7,23 +7,20 @@ # (C) Copyright 2000-2006 by Michal Zalewski <lcamtuf@coredump.cx> # @@ -16,7 +16,11 @@ $NetBSD: patch-aa,v 1.9 2011/01/07 04:15:37 obache Exp $ FILE = p0f TOOLS = test/sendack test/sendack2 test/sendsyn -@@ -23,7 +20,7 @@ all: $(FILE) strip +-all: $(FILE) strip ++all: $(FILE) .WAIT strip + @echo ">> You can also try 'make p0fq' to compile a sample query" + @echo ">> client (see README for more information)." + static: $(FILE)-static $(FILE): $(FILE).c |