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 pkgsrc set build varia...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a25f4e6b36a
branches:  trunk
changeset: 478517:4a25f4e6b36a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jul 25 04:30:09 2004 +0000

description:
don't override pkgsrc set build variables, don't pass gcc specific
flags.

fixes install on Solaris.

diffstat:

 security/fortify/distinfo         |   5 +++--
 security/fortify/patches/patch-aa |  18 ++++++++++++------
 security/fortify/patches/patch-ab |  19 +++++++++++++++++++
 3 files changed, 34 insertions(+), 8 deletions(-)

diffs (68 lines):

diff -r f9665b245859 -r 4a25f4e6b36a security/fortify/distinfo
--- a/security/fortify/distinfo Sun Jul 25 04:25:04 2004 +0000
+++ b/security/fortify/distinfo Sun Jul 25 04:30:09 2004 +0000
@@ -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 -r f9665b245859 -r 4a25f4e6b36a security/fortify/patches/patch-aa
--- a/security/fortify/patches/patch-aa Sun Jul 25 04:25:04 2004 +0000
+++ b/security/fortify/patches/patch-aa Sun Jul 25 04:30:09 2004 +0000
@@ -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 @@
  # 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 -r f9665b245859 -r 4a25f4e6b36a security/fortify/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/fortify/patches/patch-ab Sun Jul 25 04:30:09 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index