diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/expect-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gambas2-base/Makefile | 2 | ||||
-rw-r--r-- | lang/ghc/Makefile | 2 | ||||
-rw-r--r-- | lang/gnustep-base/Makefile | 2 | ||||
-rw-r--r-- | lang/gprolog/Makefile | 2 | ||||
-rw-r--r-- | lang/guile/Makefile | 4 | ||||
-rw-r--r-- | lang/kroc/Makefile | 2 | ||||
-rw-r--r-- | lang/otcl/Makefile | 2 | ||||
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php4/files/patch-scripts::phpize.in | 4 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/files/patch-scripts::phpize.in | 4 | ||||
-rw-r--r-- | lang/php52/Makefile | 2 | ||||
-rw-r--r-- | lang/php52/files/patch-scripts::phpize.in | 4 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 4 | ||||
-rw-r--r-- | lang/ruby18/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby19/Makefile | 2 | ||||
-rw-r--r-- | lang/sdcc-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/sdcc/Makefile | 2 |
20 files changed, 25 insertions, 25 deletions
diff --git a/lang/expect-devel/Makefile b/lang/expect-devel/Makefile index 8057aa7e8187..25fb2208defc 100644 --- a/lang/expect-devel/Makefile +++ b/lang/expect-devel/Makefile @@ -17,7 +17,7 @@ COMMENT= A sophisticated scripter based on tcl/tk CONFLICTS= expect-5.43* LATEST_LINK= expect-devel -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 EXPECT_VER= ${PORTVERSION} diff --git a/lang/gambas2-base/Makefile b/lang/gambas2-base/Makefile index 43847a1bca59..38734083812e 100644 --- a/lang/gambas2-base/Makefile +++ b/lang/gambas2-base/Makefile @@ -19,7 +19,7 @@ COMMENT?= A basic language with object extensions BUILD_DEPENDS= xdg-mime:${PORTSDIR}/devel/xdg-utils LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi -USE_AUTOTOOLS= autoconf:267:env automake:111:env +USE_AUTOTOOLS= autoconf:268:env automake:111:env USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index c2be1b189148..12a6bb75d3bf 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -29,7 +29,7 @@ BOOT_HADDOCK_VERSION= ${HADDOCK_VERSION} HSCOLOUR_VERSION= 1.15 GHCPATH_VERSION= 0.1.0.5 -USE_AUTOTOOLS= autoconf:267:env +USE_AUTOTOOLS= autoconf:268:env USE_BZIP2= yes LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index c24e7615b3a6..0206f31943bd 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -31,7 +31,7 @@ BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config LICENSE_COMB= multi LICENSE= GPLv3 LGPL3 -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-procfs --disable-openssl --enable-tls \ --with-tls-prefix=${LOCALBASE} TLS_CONFIG="pkg-config -gnutls" diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile index 6e78792ed96c..bd103b73e4c6 100644 --- a/lang/gprolog/Makefile +++ b/lang/gprolog/Makefile @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 CONFIGURE_ARGS= --with-c-flags="${CFLAGS}" CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} diff --git a/lang/guile/Makefile b/lang/guile/Makefile index c4c314995d61..a2ffba74e2bd 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -17,7 +17,7 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -USE_AUTOTOOLS= autoconf:267 libltdl:22 +USE_AUTOTOOLS= autoconf:268 libltdl:22 USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes @@ -46,6 +46,6 @@ post-extract: post-patch: @cd ${WRKSRC} ; \ ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES} - @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4 .include <bsd.port.post.mk> diff --git a/lang/kroc/Makefile b/lang/kroc/Makefile index f2beb1a149ee..957d4786419f 100644 --- a/lang/kroc/Makefile +++ b/lang/kroc/Makefile @@ -29,7 +29,7 @@ USE_MYSQL= yes USE_PYTHON= yes USE_SDL= sdl sound USE_GNOME= libxslt -USE_AUTOTOOLS= autoconf:267:env automake:111:env +USE_AUTOTOOLS= autoconf:268:env automake:111:env USE_XORG= xmu xi GNU_CONFIGURE= yes diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 511edb2921b0..70584f87021a 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -22,7 +22,7 @@ USE_TK_NO_THREADS= yes INVALID_TK_VER= 85 86 USE_XORG= xext -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 USE_LDCONFIG= yes .if !defined(NOPORTDOCS) diff --git a/lang/php4/Makefile b/lang/php4/Makefile index d5360cf2737c..ed115dbdd02f 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -23,7 +23,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 CONFIGURE_ARGS= --enable-versioning \ --enable-memory-limit \ diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in index 504db64246c8..62317532cab5 100644 --- a/lang/php4/files/patch-scripts::phpize.in +++ b/lang/php4/files/patch-scripts::phpize.in @@ -6,8 +6,8 @@ { - test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf - test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.67 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.67 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.68 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 889a4bba2283..4942b1cd620d 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -21,7 +21,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes MAKE_JOBS_SAFE= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre diff --git a/lang/php5/files/patch-scripts::phpize.in b/lang/php5/files/patch-scripts::phpize.in index bbac86ce30ef..7ad9a4e404d7 100644 --- a/lang/php5/files/patch-scripts::phpize.in +++ b/lang/php5/files/patch-scripts::phpize.in @@ -6,8 +6,8 @@ { - test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf - test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.67 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.67 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.68 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF diff --git a/lang/php52/Makefile b/lang/php52/Makefile index c8e651f6b948..ad2d00ab560b 100644 --- a/lang/php52/Makefile +++ b/lang/php52/Makefile @@ -21,7 +21,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes MAKE_JOBS_SAFE= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 CONFIGURE_ARGS= \ --with-layout=GNU \ diff --git a/lang/php52/files/patch-scripts::phpize.in b/lang/php52/files/patch-scripts::phpize.in index bbac86ce30ef..7ad9a4e404d7 100644 --- a/lang/php52/files/patch-scripts::phpize.in +++ b/lang/php52/files/patch-scripts::phpize.in @@ -6,8 +6,8 @@ { - test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf - test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.67 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.67 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.68 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 889a4bba2283..4942b1cd620d 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -21,7 +21,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes MAKE_JOBS_SAFE= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in index bbac86ce30ef..7ad9a4e404d7 100644 --- a/lang/php53/files/patch-scripts::phpize.in +++ b/lang/php53/files/patch-scripts::phpize.in @@ -6,8 +6,8 @@ { - test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf - test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.67 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.67 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.68 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 41c4315e37c7..bacf5b5ae440 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \ CPPFLAGS="-I${OPENSSLINC} ${CPPFLAGS}" USE_OPENSSL= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:111 autoconf:267 +USE_AUTOTOOLS= aclocal:111 autoconf:268 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index eb28edec074b..1279d5dde945 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --with-vendordir="${PREFIX}/lib/ruby/vendor_ruby" USE_OPENSSL= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 WRKSRC= ${WRKDIR}/${PORTNAME}-${RUBY_DISTVERSION} diff --git a/lang/sdcc-devel/Makefile b/lang/sdcc-devel/Makefile index 985b2f608b61..4c3594666cfe 100644 --- a/lang/sdcc-devel/Makefile +++ b/lang/sdcc-devel/Makefile @@ -52,7 +52,7 @@ USE_GCC= 4.4+ CONFIGURE_ARGS+= --disable-51 PLIST_SUB+= MCS51DS390="@comment " .else -USE_AUTOTOOLS+= autoconf:267 +USE_AUTOTOOLS+= autoconf:268 PLIST_SUB+= MCS51DS390="" .endif diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index c80564d192fa..3cb7c08c0f12 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -51,7 +51,7 @@ BROKEN= Does not compile on sparc64 CONFIGURE_ARGS+= --disable-51 PLIST_SUB+= MCS51DS390="@comment " .else -USE_AUTOTOOLS+= autoconf:267 +USE_AUTOTOOLS+= autoconf:268 PLIST_SUB+= MCS51DS390="" .endif |