# HG changeset patch # User Christopher Rogers # Date 1285628040 0 # Node ID 168eed80580ca1a9532bf25dbab618766348ea75 # Parent cc070e9ce1b882913bc320b4e323d44e89008144 Up: autoconf to 2.68. Added patch to pkg-config to work with autoconf 2.66 and up. diff -r cc070e9ce1b8 -r 168eed80580c autoconf/receipt --- a/autoconf/receipt Mon Sep 27 21:59:43 2010 +0000 +++ b/autoconf/receipt Mon Sep 27 22:54:00 2010 +0000 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="autoconf" -VERSION="2.65" +VERSION="2.68" CATEGORY="development" SHORT_DESC="Tool to automatically configure software source code." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="m4" +BUILD_DEPENDS="m4 perl" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/autoconf/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r cc070e9ce1b8 -r 168eed80580c pkg-config/receipt --- a/pkg-config/receipt Mon Sep 27 21:59:43 2010 +0000 +++ b/pkg-config/receipt Mon Sep 27 22:54:00 2010 +0000 @@ -13,6 +13,7 @@ compile_rules() { cd $src + patch -p1 < ../stuff/autoconf-2.66.patch ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS make diff -r cc070e9ce1b8 -r 168eed80580c pkg-config/stuff/autoconf-2.66.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkg-config/stuff/autoconf-2.66.patch Mon Sep 27 22:54:00 2010 +0000 @@ -0,0 +1,12 @@ +diff -Naur pkg-config-0.25-old//pkg.m4 pkg-config-0.25/pkg.m4 +--- pkg-config-0.25-old//pkg.m4 2009-12-07 06:39:02.000000000 +1000 ++++ pkg-config-0.25/pkg.m4 2010-07-15 14:44:37.466942978 +1000 +@@ -135,7 +135,7 @@ + Consider adjusting the PKG_CONFIG_PATH environment variable if you + installed software in a non-standard prefix. + +-_PKG_TEXT])dnl ++_PKG_TEXT])[]dnl + ]) + elif test $pkg_failed = untried; then + AC_MSG_RESULT([no])