pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/fortify don't override CC, don't pass gcc spe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8574fdac176
branches: trunk
changeset: 477107:a8574fdac176
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jun 26 19:25:12 2004 +0000
description:
don't override CC, don't pass gcc specific flags.
diffstat:
security/fortify/distinfo | 4 ++--
security/fortify/patches/patch-aa | 14 +++++++++-----
2 files changed, 11 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r a7f0e04e72eb -r a8574fdac176 security/fortify/distinfo
--- a/security/fortify/distinfo Sat Jun 26 19:24:54 2004 +0000
+++ b/security/fortify/distinfo Sat Jun 26 19:25:12 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:40:31 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/06/26 19:25:12 grant Exp $
SHA1 (Fortify-1.4.6-unix-src.tar.gz) = a1debcb3c7d2d5dbb9f638b7713bc2544dcea3cd
Size (Fortify-1.4.6-unix-src.tar.gz) = 278224 bytes
-SHA1 (patch-aa) = b2d7540da220e4005bb76508fde52bfc5e28ae94
+SHA1 (patch-aa) = c899dea2f2e4af5c6a93edb527532082ab625cdf
diff -r a7f0e04e72eb -r a8574fdac176 security/fortify/patches/patch-aa
--- a/security/fortify/patches/patch-aa Sat Jun 26 19:24:54 2004 +0000
+++ b/security/fortify/patches/patch-aa Sat Jun 26 19:25:12 2004 +0000
@@ -1,12 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/10/28 00:02:09 jlam Exp $
+$NetBSD: patch-aa,v 1.2 2004/06/26 19:25:12 grant Exp $
---- src/common/Makefile.orig Thu Oct 7 11:53:04 1999
-+++ src/common/Makefile Wed Oct 27 00:54:42 1999
-@@ -3,7 +3,7 @@
+--- src/common/Makefile.orig 2000-02-28 22:55:47.000000000 +1100
++++ src/common/Makefile
+@@ -1,9 +1,9 @@
+
+-CC = gcc # -Wall -ansi
++#CC = gcc # -Wall -ansi
# For GNU/Linux/BSD systems
- CFLAGS = -I. -O2 # -static
+-CFLAGS = -I. -O2 # -static
-YACC = bison -y
++CFLAGS = -I. # -O2 # -static
+YACC = yacc
LDFLAGS = -static
LEX = lex -l
Home |
Main Index |
Thread Index |
Old Index