From 680c82f965027f3d3dfe73a682b44b119e31674c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Oct 2008 01:53:04 +0200 Subject: [PATCH] bison, m4: updated checksum and {build,run}_depends. --HG-- extra : convert_revision : 0f6020284c6c086758627a29adeb4a32011a6447 --- templates/bison.tmpl | 6 ++++-- templates/m4.tmpl | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/bison.tmpl b/templates/bison.tmpl index c474581466..9d9ba927f0 100755 --- a/templates/bison.tmpl +++ b/templates/bison.tmpl @@ -3,10 +3,12 @@ pkgname=bison version=2.3 distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version@.tar.bz2" build_style=gnu_configure -make_cmd="$XBPS_MASTERDIR/bin/gmake" short_desc="GNU yacc(1) replacement" maintainer="Juan RP " -checksum=c6a116d6b763fad3f4df6e303943e09ed080cb26 +checksum=b10d7e9e354be72aee4e4911cf19dd27b5c527d4e7200857365b5fcdeea0dffb long_desc=" Bison is the GNU replacement for yacc(1). Some programs depend on extensions present in Bison." + +build_depends="m4-1.4.12" +run_depends="m4-1.4.12 glibc-2.8" diff --git a/templates/m4.tmpl b/templates/m4.tmpl index b19beacdb6..b4deaf903a 100644 --- a/templates/m4.tmpl +++ b/templates/m4.tmpl @@ -3,10 +3,10 @@ pkgname=m4 version=1.4.12 distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version@.tar.bz2" build_style=gnu_configure -configure_args="--program-prefix=g" +configure_args="-enable-changeword" short_desc="GNU version of UNIX m4 macro language processor" maintainer="Juan RP " -checksum=ff55d95da2a52e9a9b8f5bb76072e1b08318ba2a +checksum=855217de304616931844f54bd00a1e03e92452f85de6caeec47b0e8244881ba3 long_desc=" GNU m4 is an implementation of the traditional UNIX macro processor. It is mostly SVR4 compatible, although it has some @@ -16,3 +16,4 @@ long_desc=" generating configure scripts, but not for running them." ignore_files="charset.alias" +run_depends="glibc-2.8"