summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2004-07-30 15:47:47 +0000
committeragc <agc>2004-07-30 15:47:47 +0000
commitcfbddfb6362bd569f6ff28c039dd3f34f2faf8af (patch)
tree41dc7b5bae52cb923c5aabca4385f042767781cf
parent1eae366204a499949a07a1ae34f30f9c6ee129e0 (diff)
downloadpkgsrc-cfbddfb6362bd569f6ff28c039dd3f34f2faf8af.tar.gz
Pullup ticket 82 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
build fixes for aide and aide06 Module Name: pkgsrc Committed By: grant Date: Sun Jun 27 13:23:40 UTC 2004 Modified Files: pkgsrc/security/aide06: Makefile Log Message: this needs flex and bison to build. fixes build on Solaris. XXX this could be handled better by the tools stuff. and Module Name: pkgsrc Committed By: grant Date: Sun Jun 27 13:24:49 UTC 2004 Modified Files: pkgsrc/security/aide: Makefile Log Message: this needs flex and bison to build. fixes build on Solaris. XXX this could be handled better by the tools stuff.
-rw-r--r--doc/CHANGES-pkgsrc-2004Q24
-rw-r--r--security/aide/Makefile8
-rw-r--r--security/aide06/Makefile9
3 files changed, 12 insertions, 9 deletions
diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2
index 612074566c4..e71b07263a2 100644
--- a/doc/CHANGES-pkgsrc-2004Q2
+++ b/doc/CHANGES-pkgsrc-2004Q2
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.45 2004/07/29 21:57:45 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.46 2004/07/30 15:47:47 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
@@ -86,4 +86,6 @@ Pullup ticket 80, requested by Grant Beattie [agc 2004-07-29]
Solaris fixes for cfs
Pullup ticket 81, requested by Grant Beattie [agc 2004-07-29]
Solaris and Linux fixes for apg
+Pullup ticket 82, requested by Grant Beattie [agc 2004-07-30]
+ build fixes for aide and aide06
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 7e272c35e76..70142cf3793 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/04/25 02:59:29 snj Exp $
+# $NetBSD: Makefile,v 1.13.2.1 2004/07/30 15:47:47 agc Exp $
#
DISTNAME= aide-0.9
@@ -10,14 +10,14 @@ MAINTAINER= tech-pkg@NetBSD.org
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 --git a/security/aide06/Makefile b/security/aide06/Makefile
index 9bbcd65321e..48d505ecbb4 100644
--- a/security/aide06/Makefile
+++ b/security/aide06/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/26 04:24:43 snj Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2004/07/30 15:47:47 agc Exp $
#
DISTNAME= aide-0.6
@@ -9,11 +9,12 @@ MAINTAINER= tech-pkg@NetBSD.org
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
-#don't set YACC so configure can correctly find bison
-YACC=
USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= yacc lex
.include "../../mk/bsd.pkg.mk"
+#don't set YACC so configure can correctly find bison
+YACC=