summaryrefslogtreecommitdiff
path: root/www/cherokee
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-08 19:48:35 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-08 19:48:35 +0000
commit6d63b8df5f45e57b6fbba297eb7ce551b70568c8 (patch)
tree96ffc5d95e44ce3a2d1e2ee0d0ad097432501398 /www/cherokee
parentf99addf6f0d21c06603336e2ed3c11483f4da823 (diff)
downloadpkgsrc-6d63b8df5f45e57b6fbba297eb7ce551b70568c8.tar.gz
Require bison as tool and remove broken bison test.
Diffstat (limited to 'www/cherokee')
-rw-r--r--www/cherokee/Makefile3
-rw-r--r--www/cherokee/distinfo3
-rw-r--r--www/cherokee/patches/patch-ab17
3 files changed, 21 insertions, 2 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile
index 49bd452ca7e..2e87ecac37a 100644
--- a/www/cherokee/Makefile
+++ b/www/cherokee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/05/18 20:30:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/08 19:48:35 joerg Exp $
#
DISTNAME= cherokee-0.5.3
@@ -13,6 +13,7 @@ BROKEN_IN= pkgsrc-2006Q1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= bison
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/www/cherokee/distinfo b/www/cherokee/distinfo
index 1e034fe94da..38687d700ae 100644
--- a/www/cherokee/distinfo
+++ b/www/cherokee/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/05/01 07:22:29 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2006/06/08 19:48:35 joerg Exp $
SHA1 (cherokee-0.5.3.tar.gz) = 97f436a8e5109eb1420b9ead70f281adac535278
RMD160 (cherokee-0.5.3.tar.gz) = adad3e9c0f3b181dda135c931337b1946770bfce
Size (cherokee-0.5.3.tar.gz) = 1547870 bytes
SHA1 (patch-aa) = 541c40b0ffeedab919f345b4439305a3c7c63dc4
+SHA1 (patch-ab) = 35008bfd0a665120a91cf891d0aa3520587b5e75
diff --git a/www/cherokee/patches/patch-ab b/www/cherokee/patches/patch-ab
new file mode 100644
index 00000000000..5dae5489133
--- /dev/null
+++ b/www/cherokee/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2006/06/08 19:48:35 joerg Exp $
+
+--- configure.orig 2006-06-08 19:31:44.000000000 +0000
++++ configure
+@@ -20905,12 +20905,6 @@ fi
+ done
+ test -n "$YACC" || YACC="yacc"
+
+-if test "$YACC" != "bison -y"; then
+- { { echo "$as_me:$LINENO: error: Bison is required to build Cherokee" >&5
+-echo "$as_me: error: Bison is required to build Cherokee" >&2;}
+- { (exit 1); exit 1; }; }
+-fi
+-
+ for ac_prog in flex lex
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.