wok rev 6441

Up: autoconf to 2.68. Added patch to pkg-config to work with autoconf 2.66 and up.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Sep 27 22:54:00 2010 +0000 (2010-09-27)
parents cc070e9ce1b8
children 636f0934c2b0
files autoconf/receipt pkg-config/receipt pkg-config/stuff/autoconf-2.66.patch
line diff
     1.1 --- a/autoconf/receipt	Mon Sep 27 21:59:43 2010 +0000
     1.2 +++ b/autoconf/receipt	Mon Sep 27 22:54:00 2010 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="autoconf"
     1.7 -VERSION="2.65"
     1.8 +VERSION="2.68"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Tool to automatically configure software source code."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -BUILD_DEPENDS="m4"
    1.13 +BUILD_DEPENDS="m4 perl"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.gnu.org/software/autoconf/"
    1.16  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     2.1 --- a/pkg-config/receipt	Mon Sep 27 21:59:43 2010 +0000
     2.2 +++ b/pkg-config/receipt	Mon Sep 27 22:54:00 2010 +0000
     2.3 @@ -13,6 +13,7 @@
     2.4  compile_rules()
     2.5  {
     2.6  	cd $src
     2.7 +	patch -p1 < ../stuff/autoconf-2.66.patch
     2.8  	./configure --prefix=/usr --infodir=/usr/share/info \
     2.9  	--mandir=/usr/share/man $CONFIGURE_ARGS
    2.10  	make
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/pkg-config/stuff/autoconf-2.66.patch	Mon Sep 27 22:54:00 2010 +0000
     3.3 @@ -0,0 +1,12 @@
     3.4 +diff -Naur pkg-config-0.25-old//pkg.m4 pkg-config-0.25/pkg.m4
     3.5 +--- pkg-config-0.25-old//pkg.m4	2009-12-07 06:39:02.000000000 +1000
     3.6 ++++ pkg-config-0.25/pkg.m4	2010-07-15 14:44:37.466942978 +1000
     3.7 +@@ -135,7 +135,7 @@
     3.8 + Consider adjusting the PKG_CONFIG_PATH environment variable if you
     3.9 + installed software in a non-standard prefix.
    3.10 + 
    3.11 +-_PKG_TEXT])dnl
    3.12 ++_PKG_TEXT])[]dnl
    3.13 +         ])
    3.14 + elif test $pkg_failed = untried; then
    3.15 +      	AC_MSG_RESULT([no])