pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p0f Append to CFLAGS on SunOS to avoid recurs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9458f0f0994c
branches:  trunk
changeset: 479175:9458f0f0994c
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Fri Aug 06 16:51:39 2004 +0000

description:
Append to CFLAGS on SunOS to avoid recursion.  Fixes pkg/23475.

diffstat:

 security/p0f/distinfo         |  4 ++--
 security/p0f/patches/patch-ad |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 49b11d74365b -r 9458f0f0994c security/p0f/distinfo
--- a/security/p0f/distinfo     Fri Aug 06 16:49:48 2004 +0000
+++ b/security/p0f/distinfo     Fri Aug 06 16:51:39 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2003/11/03 11:45:28 recht Exp $
+$NetBSD: distinfo,v 1.11 2004/08/06 16:51:39 sketch Exp $
 
 SHA1 (p0f-2.0.3/p0f-2.0.3.tgz) = a27fc55d81289ea990af765c27e7d5b7347e6f52
 Size (p0f-2.0.3/p0f-2.0.3.tgz) = 119407 bytes
 SHA1 (patch-aa) = f05549d73409fb392582be47d15a75b00b321b44
 SHA1 (patch-ab) = 6bf3c0997a303ec8de7f25a483c830d368d5c1a2
 SHA1 (patch-ac) = 1b7e8ed5830f1e9fe53004e4347dc184037327b2
-SHA1 (patch-ad) = 8dd941205b94213ee2caa100ab26780315ed28ca
+SHA1 (patch-ad) = 353a1b725601f8a0a45582be9ab4b1978736f765
diff -r 49b11d74365b -r 9458f0f0994c security/p0f/patches/patch-ad
--- a/security/p0f/patches/patch-ad     Fri Aug 06 16:49:48 2004 +0000
+++ b/security/p0f/patches/patch-ad     Fri Aug 06 16:51:39 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.2 2003/11/03 11:45:28 recht Exp $
+$NetBSD: patch-ad,v 1.3 2004/08/06 16:51:39 sketch Exp $
 
 --- mk/SunOS.orig      2003-10-01 23:20:31.000000000 +0200
 +++ mk/SunOS   2003-11-03 12:35:15.000000000 +0100
@@ -13,7 +13,7 @@
 -          -DBYTE_ORDER=1234 -DBIG_ENDIAN=1234
 +#CC      = gcc
 +LIBS    = $(LDFLAGS) -lpcap -lsocket -lnsl
-+CFLAGS  = $(CFLAGS) -DBYTE_ORDER=1234 -DBIG_ENDIAN=1234
++CFLAGS += -DBYTE_ORDER=1234 -DBIG_ENDIAN=1234
  FILE    = p0f
  TOOLS   = test/sendack test/sendack2 test/sendsyn
  



Home | Main Index | Thread Index | Old Index