diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /science | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) |
Round one migration of ports from automake{19,110} to automake111
Notes
Notes:
svn path=/head/; revision=262460
Diffstat (limited to 'science')
-rw-r--r-- | science/abinit/Makefile | 2 | ||||
-rw-r--r-- | science/gsmc/Makefile | 2 | ||||
-rw-r--r-- | science/kst/Makefile | 2 | ||||
-rw-r--r-- | science/kst/files/patch-admin__cvs.sh | 7 |
4 files changed, 10 insertions, 3 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index c5f2c31d80f0..8a5d32da9a98 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -22,7 +22,7 @@ USE_FORTRAN= yes USE_GMAKE= yes USE_PYTHON= yes USE_PERL5_BUILD=yes -USE_AUTOTOOLS= autoconf:267 automake:110 +USE_AUTOTOOLS= autoconf:267 automake:111 CONFIGURE_ENV= WGET=${TRUE} CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \ --with-plugins-tardir=/dev/null \ diff --git a/science/gsmc/Makefile b/science/gsmc/Makefile index c29304d30f30..eff42fbcfa96 100644 --- a/science/gsmc/Makefile +++ b/science/gsmc/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 +USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:267 AUTOMAKE_ARGS= -i --add-missing --foreign --copy MAN1= gsmc.1 diff --git a/science/kst/Makefile b/science/kst/Makefile index a1b3d0f21487..4494e1fdb47c 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ USE_KDELIBS_VER=3 USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22 +USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22 USE_LDCONFIG= yes USE_GETTEXT= yes MAKE_JOBS_SAFE= yes diff --git a/science/kst/files/patch-admin__cvs.sh b/science/kst/files/patch-admin__cvs.sh new file mode 100644 index 000000000000..b4ba39558c05 --- /dev/null +++ b/science/kst/files/patch-admin__cvs.sh @@ -0,0 +1,7 @@ +--- admin/cvs.sh.orig 2010-03-29 05:51:00.000000000 -0500 ++++ admin/cvs.sh 2010-10-02 14:50:38.000000000 -0500 +@@ -70,3 +70,3 @@ + ;; +- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) ++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* ) + echo "*** $AUTOMAKE_STRING found." |