diff options
author | jlam <jlam> | 2005-05-23 21:24:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-23 21:24:17 +0000 |
commit | 6b8c8318bcd5039490b33ea8feea6a115c69f4fc (patch) | |
tree | 472724cbb3265d58c579d5c8baf650234a7190f8 /security | |
parent | 2188bb47b9bf3459af2aeba9d0b1e781dafe4a73 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | security/aide/distinfo | 3 | ||||
-rw-r--r-- | security/aide/patches/patch-ab | 28 | ||||
-rw-r--r-- | security/aide06/distinfo | 3 | ||||
-rw-r--r-- | security/aide06/patches/patch-ae | 28 |
4 files changed, 60 insertions, 2 deletions
diff --git a/security/aide/distinfo b/security/aide/distinfo index bcbaa4ada45..b28d99a5f23 100644 --- a/security/aide/distinfo +++ b/security/aide/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 13:10:04 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/05/23 21:24:17 jlam Exp $ SHA1 (aide-0.10.tar.gz) = e1a65a96ea66742290b3e445d98c543008057938 RMD160 (aide-0.10.tar.gz) = b3b63b018f3358f1d03cbc76270e5ea6ff9df943 Size (aide-0.10.tar.gz) = 234184 bytes SHA1 (patch-aa) = 22f4be852c82a9252b29150cf73ce3b938d2f982 +SHA1 (patch-ab) = 67ae8c17e8ca99ddade99dc6099499f0b15bcc36 diff --git a/security/aide/patches/patch-ab b/security/aide/patches/patch-ab new file mode 100644 index 00000000000..46fc5f24527 --- /dev/null +++ b/security/aide/patches/patch-ab @@ -0,0 +1,28 @@ +$NetBSD: patch-ab,v 1.1 2005/05/23 21:24:17 jlam Exp $ + +--- configure.orig 2003-11-28 10:14:08.000000000 -0500 ++++ configure +@@ -1164,11 +1164,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:1174: checking how to run the C preprocessor" >&5 + # On Suns, sometimes $CPP names a directory. +@@ -1425,11 +1420,6 @@ EOF + + fi + +-if test "x${LEX}" != "xflex"; then +- echo "AIDE requires GNU flex" +- exit 5 +-fi +- + + + 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 +- + + + |