summaryrefslogtreecommitdiff
path: root/security/aide
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-23 21:24:17 +0000
committerjlam <jlam@pkgsrc.org>2005-05-23 21:24:17 +0000
commit920592c1cb11afcda00ecd41983d3b978817bdee (patch)
tree472724cbb3265d58c579d5c8baf650234a7190f8 /security/aide
parent49bef90a54b8d550bc069a5d9ad9e4632d681ff6 (diff)
downloadpkgsrc-920592c1cb11afcda00ecd41983d3b978817bdee.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/aide')
-rw-r--r--security/aide/distinfo3
-rw-r--r--security/aide/patches/patch-ab28
2 files changed, 30 insertions, 1 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
+-
+
+
+