summaryrefslogtreecommitdiff
path: root/security/fortify
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-25 04:30:09 +0000
committergrant <grant@pkgsrc.org>2004-07-25 04:30:09 +0000
commit6f7f00cf3e501c9eb150e9aa3cbf4f7c31186866 (patch)
tree8d939e73c9f6f45c4e734fccefc22f634db9287c /security/fortify
parentc96fc2664360b33a7e117dc7322fc0e2a715863d (diff)
downloadpkgsrc-6f7f00cf3e501c9eb150e9aa3cbf4f7c31186866.tar.gz
don't override pkgsrc set build variables, don't pass gcc specific
flags. fixes install on Solaris.
Diffstat (limited to 'security/fortify')
-rw-r--r--security/fortify/distinfo5
-rw-r--r--security/fortify/patches/patch-aa18
-rw-r--r--security/fortify/patches/patch-ab19
3 files changed, 34 insertions, 8 deletions
diff --git a/security/fortify/distinfo b/security/fortify/distinfo
index 8924bdc0e96..41c1065d495 100644
--- a/security/fortify/distinfo
+++ b/security/fortify/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2004/06/26 19:25:12 grant Exp $
+$NetBSD: distinfo,v 1.4 2004/07/25 04:30:09 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) = c899dea2f2e4af5c6a93edb527532082ab625cdf
+SHA1 (patch-aa) = 60281d4e77921d6c5addc4507fd2a0fc360853b9
+SHA1 (patch-ab) = da35efbbbdc9914250b91404dc01851ff3a72fb9
diff --git a/security/fortify/patches/patch-aa b/security/fortify/patches/patch-aa
index 9d8e52f8af9..f27e0db31f0 100644
--- a/security/fortify/patches/patch-aa
+++ b/security/fortify/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2004/06/26 19:25:12 grant Exp $
+$NetBSD: patch-aa,v 1.3 2004/07/25 04:30:09 grant Exp $
--- src/common/Makefile.orig 2000-02-28 22:55:47.000000000 +1100
+++ src/common/Makefile
-@@ -1,9 +1,9 @@
+@@ -1,12 +1,12 @@
-CC = gcc # -Wall -ansi
+#CC = gcc # -Wall -ansi
@@ -10,8 +10,14 @@ $NetBSD: patch-aa,v 1.2 2004/06/26 19:25:12 grant Exp $
# For GNU/Linux/BSD systems
-CFLAGS = -I. -O2 # -static
-YACC = bison -y
+-LDFLAGS = -static
+-LEX = lex -l
+-RANLIB = ranlib
+CFLAGS = -I. # -O2 # -static
-+YACC = yacc
- LDFLAGS = -static
- LEX = lex -l
- RANLIB = ranlib
++#YACC = yacc
++#LDFLAGS = -static
++#LEX = lex -l
++#RANLIB = ranlib
+
+ # MKLinux and Linux-ppc:
+ #CFLAGS = -I. -O2 # -static
diff --git a/security/fortify/patches/patch-ab b/security/fortify/patches/patch-ab
new file mode 100644
index 00000000000..1fc4a75137f
--- /dev/null
+++ b/security/fortify/patches/patch-ab
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.1 2004/07/25 04:30:09 grant Exp $
+
+--- src/cmdline/Makefile.orig 2000-02-28 22:55:50.000000000 +1100
++++ src/cmdline/Makefile
+@@ -2,11 +2,11 @@
+ COMMON = ../common
+ INC = -I. -I$(COMMON)
+
+-CC = gcc # -Wall
++#CC = gcc # -Wall
+
+ # For GNU/Linux systems
+-CFLAGS = $(INC) -O2 # -static
+-LDFLAGS = -static
++CFLAGS = $(INC) # -O2 # -static
++#LDFLAGS = -static
+
+ # MKLinux and Linux-ppc:
+ #CFLAGS = $(INC) -O2 # -static