summaryrefslogtreecommitdiff
path: root/security/aide06
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-23 21:24:17 +0000
committerjlam <jlam>2005-05-23 21:24:17 +0000
commit6b8c8318bcd5039490b33ea8feea6a115c69f4fc (patch)
tree472724cbb3265d58c579d5c8baf650234a7190f8 /security/aide06
parent2188bb47b9bf3459af2aeba9d0b1e781dafe4a73 (diff)
downloadpkgsrc-6b8c8318bcd5039490b33ea8feea6a115c69f4fc.tar.gz
Remove extremely stupid and naive tests for whether YACC is "bison -y"
and LEX is "flex". They break when full paths are passed to the configure script via YACC and LEX (!!).
Diffstat (limited to 'security/aide06')
-rw-r--r--security/aide06/distinfo3
-rw-r--r--security/aide06/patches/patch-ae28
2 files changed, 30 insertions, 1 deletions
diff --git a/security/aide06/distinfo b/security/aide06/distinfo
index fb2f50be068..6edb542cb4d 100644
--- a/security/aide06/distinfo
+++ b/security/aide06/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 13:10:04 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/05/23 21:24:17 jlam Exp $
SHA1 (aide-0.6.tar.gz) = e6d112193ad96bdbbe1e1b685dac644d958a1155
RMD160 (aide-0.6.tar.gz) = 034fe31c83125b6b0a7d23516122e161da0a2b2d
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = db675e373464c5127f9bd4cbfd38e6634c950ebf
SHA1 (patch-ab) = 5cc5fdd9fcfde2c5e118bfa4cf68ec7e05215003
SHA1 (patch-ac) = 994de0dc4fc72d9a94f1110c79ece4cc4c0129cb
SHA1 (patch-ad) = 95cb43837470eb1316ef3c234abd71e79838e752
+SHA1 (patch-ae) = bf37dc4f8f6d32f8357925d05f7cd398c917c317
diff --git a/security/aide06/patches/patch-ae b/security/aide06/patches/patch-ae
new file mode 100644
index 00000000000..05b29b223c8
--- /dev/null
+++ b/security/aide06/patches/patch-ae
@@ -0,0 +1,28 @@
+$NetBSD: patch-ae,v 1.1 2005/05/23 21:24:17 jlam Exp $
+
+--- configure.orig 2000-01-19 02:25:45.000000000 -0500
++++ configure
+@@ -1120,11 +1120,6 @@ test -n "$YACC" && break
+ done
+ test -n "$YACC" || YACC="yacc"
+
+-if test "x${YACC}" != "xbison -y"; then
+- echo "AIDE requires GNU bison"
+- exit 5
+-fi
+-
+ echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
+ echo "configure:1130: checking how to run the C preprocessor" >&5
+ # On Suns, sometimes $CPP names a directory.
+@@ -1381,11 +1376,6 @@ EOF
+
+ fi
+
+-if test "x${LEX}" != "xflex"; then
+- echo "AIDE requires GNU flex"
+- exit 5
+-fi
+-
+
+
+