diff options
author | ade <ade@FreeBSD.org> | 2010-10-07 23:21:05 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-07 23:21:05 +0800 |
commit | 2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13 (patch) | |
tree | ba2196e4ee5c8eecd8ae8b698b501075fe06ea33 /devel | |
parent | 3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c (diff) | |
download | freebsd-ports-gnome-2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13.tar.gz freebsd-ports-gnome-2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13.tar.zst freebsd-ports-gnome-2d708d4e2ba6751eb193d8c8e47e2c42e8c8ba13.zip |
Migration of BROKEN ports from automake{19,110}->111 which will most
likely need to be looked at as and when they become unbroken.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apr2/Makefile | 2 | ||||
-rw-r--r-- | devel/bullet/Makefile | 2 | ||||
-rw-r--r-- | devel/djgpp-gcc/Makefile | 2 | ||||
-rw-r--r-- | devel/djgpp-gcc/scripts/pre-configure | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 5307601b8157..be67b4881eba 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -35,7 +35,7 @@ OPTIONS= THREADS "Enable Threads in apr" on \ DEVELOPER_ONLY "I want to test apr2 not the maintainer" off USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22:env +USE_AUTOTOOLS= automake:111 autoconf:267 libtool:22:env USE_PERL5_BUILD= yes USE_PYTHON_BUILD= -2.7 USE_LDCONFIG= yes diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile index f83caa7e555b..33efcdba77d5 100644 --- a/devel/bullet/Makefile +++ b/devel/bullet/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam BROKEN= Does not work with autoconf>=2.64 - upstream 2.76 has switched to cmake. -USE_AUTOTOOLS= automake:110:env autoconf:267:env libtool:22:env +USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22:env GNU_CONFIGURE= yes USE_DOS2UNIX= yes USE_GL= glu glut diff --git a/devel/djgpp-gcc/Makefile b/devel/djgpp-gcc/Makefile index b966b3208f9e..586fed7bdf38 100644 --- a/devel/djgpp-gcc/Makefile +++ b/devel/djgpp-gcc/Makefile @@ -32,7 +32,7 @@ BUILD_DEPENDS= ${TARGET}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${LOCALBASE}/${TARGET}/bin/stubify:${PORTSDIR}/devel/${PKGNAMEPREFIX}crx \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ autoconf-2.67:${PORTSDIR}/devel/autoconf267 \ - aclocal-1.9:${PORTSDIR}/devel/automake19 + aclocal-1.11:${PORTSDIR}/devel/automake111 .if defined(WITH_FORTRAN) LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.4:${PORTSDIR}/math/mpfr diff --git a/devel/djgpp-gcc/scripts/pre-configure b/devel/djgpp-gcc/scripts/pre-configure index adb08bb16eec..e7514b1abd3e 100644 --- a/devel/djgpp-gcc/scripts/pre-configure +++ b/devel/djgpp-gcc/scripts/pre-configure @@ -4,8 +4,8 @@ AUTOCONF_OLD=autoconf-2.13 AUTOHEADER_OLD=autoheader-2.13 AUTOCONF=autoconf-2.67 AUTOHEADER=autoheader-2.67 -ACLOCAL=aclocal-1.9 -AUTOMAKE=automake-1.9 +ACLOCAL=aclocal-1.11 +AUTOMAKE=automake-1.11 # # List of directories in which we should run autoconf or/and automake |