pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/john Remove harcoded CFLAGS from Makefile, pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7d5a6757e69
branches:  trunk
changeset: 463559:a7d5a6757e69
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Nov 18 14:03:14 2003 +0000

description:
Remove harcoded CFLAGS from Makefile, pass our CFLAGS instead.
Patch provided by Christian Biere in PR pkg/23461.

Bump PKGREVISION.

diffstat:

 security/john/Makefile         |   3 ++-
 security/john/distinfo         |   3 ++-
 security/john/patches/patch-aa |  19 +++++++++++++++++++
 3 files changed, 23 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r 26e789b7d444 -r a7d5a6757e69 security/john/Makefile
--- a/security/john/Makefile    Tue Nov 18 13:53:35 2003 +0000
+++ b/security/john/Makefile    Tue Nov 18 14:03:14 2003 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2003/11/18 14:03:14 xtraeme Exp $
 #
 
 DISTNAME=      john-1.6
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
+PKGREVISION=   1
 CATEGORIES=    security textproc
 MASTER_SITES=  http://www.openwall.com/john/
 
diff -r 26e789b7d444 -r a7d5a6757e69 security/john/distinfo
--- a/security/john/distinfo    Tue Nov 18 13:53:35 2003 +0000
+++ b/security/john/distinfo    Tue Nov 18 14:03:14 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:40:32 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/11/18 14:03:14 xtraeme Exp $
 
 SHA1 (john-1.6.tar.gz) = b49d371496b8ba5e439665b83190b1e4d4640bea
 Size (john-1.6.tar.gz) = 497341 bytes
+SHA1 (patch-aa) = 207c2ba3bd17a3caec164d595ddeaba794afe016
diff -r 26e789b7d444 -r a7d5a6757e69 security/john/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/john/patches/patch-aa    Tue Nov 18 14:03:14 2003 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2003/11/18 14:03:14 xtraeme Exp $
+
+--- Makefile.orig      2003-11-18 14:51:45.000000000 +0100
++++ Makefile   2003-11-18 14:52:31.000000000 +0100
+@@ -13,11 +13,11 @@
+ SED = sed
+ NULL = /dev/null
+ CPPFLAGS = -E
+-CFLAGS = -c -Wall -O2 -fomit-frame-pointer
++CFLAGS += -c
+ ASFLAGS = -c
+ LDFLAGS = -s
+-OPT_NORMAL = -funroll-loops
+-OPT_INLINE = -finline-functions
++OPT_NORMAL = 
++OPT_INLINE =
+ 
+ JOHN_VERSION = 1.6
+ JOHN_ARCHIVE = john-$(JOHN_VERSION)



Home | Main Index | Thread Index | Old Index