pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/cherokee Require bison as tool and remove broken b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e06a464fef2
branches: trunk
changeset: 514205:5e06a464fef2
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jun 08 19:48:35 2006 +0000
description:
Require bison as tool and remove broken bison test.
diffstat:
www/cherokee/Makefile | 3 ++-
www/cherokee/distinfo | 3 ++-
www/cherokee/patches/patch-ab | 17 +++++++++++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
diffs (50 lines):
diff -r 800acafc9586 -r 5e06a464fef2 www/cherokee/Makefile
--- a/www/cherokee/Makefile Thu Jun 08 19:29:16 2006 +0000
+++ b/www/cherokee/Makefile Thu Jun 08 19:48:35 2006 +0000
@@ -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 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= bison
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff -r 800acafc9586 -r 5e06a464fef2 www/cherokee/distinfo
--- a/www/cherokee/distinfo Thu Jun 08 19:29:16 2006 +0000
+++ b/www/cherokee/distinfo Thu Jun 08 19:48:35 2006 +0000
@@ -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 -r 800acafc9586 -r 5e06a464fef2 www/cherokee/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/cherokee/patches/patch-ab Thu Jun 08 19:48:35 2006 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index