pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Avoid crazy YACC hacks when using the new too...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba90787167de
branches:  trunk
changeset: 493830:ba90787167de
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 15 19:05:54 2005 +0000

description:
Avoid crazy YACC hacks when using the new tools framework.

diffstat:

 security/aide/Makefile   |  6 +++++-
 security/aide06/Makefile |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 7165ff2e094d -r ba90787167de security/aide/Makefile
--- a/security/aide/Makefile    Sun May 15 18:37:44 2005 +0000
+++ b/security/aide/Makefile    Sun May 15 19:05:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:47:10 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/15 19:05:54 jlam Exp $
 #
 
 DISTNAME=       aide-0.10
@@ -14,8 +14,12 @@
 
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        lex make yacc
+USE_TOOLS+=    bison
 
 .include "../../security/mhash/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
+
+.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
 #don't set YACC so configure can correctly find bison
 YACC=
+.endif
diff -r 7165ff2e094d -r ba90787167de security/aide06/Makefile
--- a/security/aide06/Makefile  Sun May 15 18:37:44 2005 +0000
+++ b/security/aide06/Makefile  Sun May 15 19:05:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:10 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/15 19:05:54 jlam Exp $
 #
 
 DISTNAME=       aide-0.6
@@ -14,7 +14,11 @@
 
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        yacc lex
+USE_TOOLS+=    bison
 
 .include "../../mk/bsd.pkg.mk"
+
+.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
 #don't set YACC so configure can correctly find bison
 YACC=
+.endif



Home | Main Index | Thread Index | Old Index