pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security this needs flex and bison to build. fixes bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47fb36f58af1
branches:  trunk
changeset: 477158:47fb36f58af1
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 27 13:23:40 2004 +0000

description:
this needs flex and bison to build. fixes build on Solaris.

XXX this could be handled better by the tools stuff.

diffstat:

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

diffs (53 lines):

diff -r 015b57bc9107 -r 47fb36f58af1 security/aide/Makefile
--- a/security/aide/Makefile    Sun Jun 27 13:16:36 2004 +0000
+++ b/security/aide/Makefile    Sun Jun 27 13:23:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/04/25 02:59:29 snj Exp $
+# $NetBSD: Makefile,v 1.14 2004/06/27 13:24:49 grant Exp $
 #
 
 DISTNAME=       aide-0.9
@@ -10,14 +10,14 @@
 HOMEPAGE=      http://www.cs.tut.fi/~rammer/aide.html
 COMMENT=       Free intrusion detection system for checking file integrity
 
-BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
 BUILDLINK_DEPENDS.mhash?=      mhash>=0.8.17
 
 USE_BUILDLINK3= yes
 
 GNU_CONFIGURE= yes
-#don't set YACC so configure can correctly find bison
-YACC=
+USE_GNU_TOOLS+=        lex yacc
 
 .include "../../security/mhash/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
+#don't set YACC so configure can correctly find bison
+YACC=
diff -r 015b57bc9107 -r 47fb36f58af1 security/aide06/Makefile
--- a/security/aide06/Makefile  Sun Jun 27 13:16:36 2004 +0000
+++ b/security/aide06/Makefile  Sun Jun 27 13:23:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/26 04:24:43 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/06/27 13:23:40 grant Exp $
 #
 
 DISTNAME=       aide-0.6
@@ -9,11 +9,12 @@
 HOMEPAGE=      http://www.cs.tut.fi/~rammer/aide.html
 COMMENT=       Older intrusion detection system for checking file integrity
 
-BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
+#BUILD_DEPENDS+=       bison-[0-9]*:../../devel/bison
 
 GNU_CONFIGURE= yes
+USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        yacc lex
+
+.include "../../mk/bsd.pkg.mk"
 #don't set YACC so configure can correctly find bison
 YACC=
-USE_BUILDLINK3=        yes
-
-.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index