aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/libtremor/Makefile2
-rw-r--r--audio/oggsplit/Makefile3
-rw-r--r--devel/gcvs/Makefile2
-rw-r--r--devel/libthai/Makefile4
-rw-r--r--devel/log4cxx/Makefile2
-rw-r--r--games/glest/Makefile2
-rw-r--r--games/scorched3d/Makefile2
-rw-r--r--graphics/agg/Makefile2
-rw-r--r--graphics/divxcalc/Makefile2
-rw-r--r--japanese/celrw/Makefile2
-rw-r--r--math/asir2000/Makefile4
-rw-r--r--math/geg/Makefile2
-rw-r--r--news/nntpcache/Makefile2
-rw-r--r--print/foomatic-db/Makefile2
-rw-r--r--security/gtkpasman/Makefile2
-rw-r--r--www/tidy-devel/Makefile2
-rw-r--r--x11-toolkits/libgtkeditor/Makefile2
17 files changed, 21 insertions, 18 deletions
diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile
index 7e3f09212590..c472b24c54a5 100644
--- a/audio/libtremor/Makefile
+++ b/audio/libtremor/Makefile
@@ -18,7 +18,7 @@ COMMENT= Integer-only fully Ogg Vorbis compliant decoder library
SNAP_DATE= 02132004
WRKSRC= ${WRKDIR}/Tremor
-USE_AUTOTOOLS= automake:15 autoconf:267 libtool:22
+USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile
index 09c927706513..130785cc0b18 100644
--- a/audio/oggsplit/Makefile
+++ b/audio/oggsplit/Makefile
@@ -17,8 +17,9 @@ LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg
USE_BZIP2= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= automake:15 autoconf:267
+USE_AUTOTOOLS= automake:19 autoconf:267
AUTOMAKE_ARGS= --add-missing
+CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
MAN1= oggsplit.1
PLIST_FILES= bin/oggsplit
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
index 359af52ec7e4..0d3d6b26e9db 100644
--- a/devel/gcvs/Makefile
+++ b/devel/gcvs/Makefile
@@ -29,7 +29,7 @@ MAN1= cvs.1
MAN5= cvs.5
MAN8= cvsbug.8
INFO= cvs cvsclient
-USE_AUTOTOOLS= automake:15:env autoconf:267:env
+USE_AUTOTOOLS= automake:14:env autoconf:267:env
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile
index 6f4b45d83fdb..faad6b1b4e44 100644
--- a/devel/libthai/Makefile
+++ b/devel/libthai/Makefile
@@ -17,7 +17,7 @@ COMMENT= Thai language support library
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= automake:15 autoconf:267 libtool:22
+USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22
MAKE_JOBS_UNSAFE= yes
ALL_TARGET= all check
@@ -27,7 +27,7 @@ MAN3= libthai.3 thctype.3 wtt.3
post-patch:
@${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,' \
${WRKSRC}/Makefile.am
- @${REINPLACE_CMD} -e 's,15,-1.5,' -e 's,259,-2.67,' \
+ @${REINPLACE_CMD} -e 's,15,-1.9,' -e 's,259,-2.67,' \
${WRKSRC}/autogen.sh
pre-configure:
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile
index 6f68e4cedce1..f04cfff545c2 100644
--- a/devel/log4cxx/Makefile
+++ b/devel/log4cxx/Makefile
@@ -34,7 +34,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boost/regex.hpp:${PORTSDIR}/devel/boost-lib
.endif
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:15:env autoconf:267:env libtool:22:env
+USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env
MAKE_JOBS_UNSAFE= yes
diff --git a/games/glest/Makefile b/games/glest/Makefile
index d971ef8edcbb..61bd845263bf 100644
--- a/games/glest/Makefile
+++ b/games/glest/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data
-USE_AUTOTOOLS= automake:15:env autoconf:267:env
+USE_AUTOTOOLS= automake:19:env autoconf:267:env
USE_ZIP= yes
USE_OPENAL= al alut
USE_DOS2UNIX= yes
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile
index 5ba407dcacc1..911fa964bef9 100644
--- a/games/scorched3d/Makefile
+++ b/games/scorched3d/Makefile
@@ -32,7 +32,7 @@ USE_SDL= mixer net sdl
GNU_CONFIGURE= yes
USE_GL= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= automake:15 autoconf:267
+USE_AUTOTOOLS= automake:19 autoconf:267
USE_PERL5= yes
USE_WX= 2.4+
WX_CONF_ARGS= absolute
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile
index 9645338131ba..57c9fe7b35af 100644
--- a/graphics/agg/Makefile
+++ b/graphics/agg/Makefile
@@ -24,7 +24,7 @@ USE_GNOME= pkgconfig gnomehack
USE_GMAKE= yes
USE_LDCONFIG= yes
ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal
-USE_AUTOTOOLS= autoconf:267:env automake:15:env libtool:22:env
+USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22:env
MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}"
CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./
diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile
index f477e522588c..510bc200fddc 100644
--- a/graphics/divxcalc/Makefile
+++ b/graphics/divxcalc/Makefile
@@ -19,7 +19,7 @@ USE_XORG= x11 ice xext
USE_BZIP2= yes
USE_QT_VER= 3
USE_GMAKE= yes
-USE_AUTOTOOLS= automake:15:env autoconf:267:env
+USE_AUTOTOOLS= automake:19:env autoconf:267:env
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/japanese/celrw/Makefile b/japanese/celrw/Makefile
index 152f3bfcf1f2..a712b845f549 100644
--- a/japanese/celrw/Makefile
+++ b/japanese/celrw/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.nurs.or.jp/~kurati/celrw/
MAINTAINER= shuna@pop16.odn.ne.jp
COMMENT= Cellular phone-number read/write tool (in Japan only)
-USE_AUTOTOOLS= automake:15:env
+USE_AUTOTOOLS= automake:19:env
USE_BZIP2= yes
HAS_CONFIGURE= yes
ALL_TARGET=
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile
index 4f2224f4cb4b..7396e742307a 100644
--- a/math/asir2000/Makefile
+++ b/math/asir2000/Makefile
@@ -18,11 +18,13 @@ EXTRACT_ONLY= ${ASIR_SRC}
MAINTAINER= saito@asir.org
COMMENT= The system Risa/Asir is a general computer algebra system
+BROKEN= Only builds with now-nonexistant automake15
+
LIB_DEPENDS= pari-gmp.2:${PORTSDIR}/math/pari
USE_XORG= x11 xaw xext xt
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:15 autoconf:267
+#XXX USE_AUTOTOOLS= automake:15 autoconf:267
CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari
ASIR_SRC_VERSION= ${PORTVERSION}
ASIR_DOC_VERSION= 20070718
diff --git a/math/geg/Makefile b/math/geg/Makefile
index 003ce9428f91..f4ae8a85d9ff 100644
--- a/math/geg/Makefile
+++ b/math/geg/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= domi@saargate.de
COMMENT= Visualise multiple 2D-functions of one variable
USE_GNOME= gtk12
-USE_AUTOTOOLS= automake:15 autoconf:267
+USE_AUTOTOOLS= automake:19 autoconf:267
AUTOMAKE_ARGS= -a -i
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index cdce6d56ca85..db42ceb708a6 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.xs4all.nl/~suelette/
MAINTAINER= leeym@FreeBSD.org
COMMENT= News caching/anti-spam/server-merging system
-USE_AUTOTOOLS= automake:15:env
+USE_AUTOTOOLS= automake:19:env
# This may be set interactively at install-time. NNTPCache will
# cache news articles and related data in ${SPOOLDIR}/nntpcache.
diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile
index f4de9b626a3d..648788a111ff 100644
--- a/print/foomatic-db/Makefile
+++ b/print/foomatic-db/Makefile
@@ -24,7 +24,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
PROJECTHOST= bsdistfiles
USE_GMAKE= yes
USE_PERL5= yes
-USE_AUTOTOOLS= automake:15:env autoconf:267
+USE_AUTOTOOLS= automake:19:env autoconf:267
GNU_CONFIGURE= yes
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile
index 71d150ec36e2..93a6876296a3 100644
--- a/security/gtkpasman/Makefile
+++ b/security/gtkpasman/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS+= gpgv:${PORTSDIR}/security/gnupg1
USE_GMAKE= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:15 aclocal:15 autoconf:267
+USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:267
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index c0fc7235d221..c21d14f6828f 100644
--- a/www/tidy-devel/Makefile
+++ b/www/tidy-devel/Makefile
@@ -32,7 +32,7 @@ USE_GMAKE= yes
PLIST_SUB= SHLIB="@comment " NSHLIB=""
CONFLICTS= tidy-20000804* tidy-lib-[0-9]*
.else
-USE_AUTOTOOLS= automake:15 autoconf:267 libtool:22
+USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22
AUTOMAKE_ARGS+= -a -c --foreign
USE_LDCONFIG= yes
PLIST_SUB= SHLIB="" NSHLIB="@comment "
diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile
index fbc05419aca4..f99dfc849cb1 100644
--- a/x11-toolkits/libgtkeditor/Makefile
+++ b/x11-toolkits/libgtkeditor/Makefile
@@ -17,7 +17,7 @@ COMMENT= A source code editor widget for GTK+
LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode
-USE_AUTOTOOLS= automake:15:env autoconf:267:env libtool:22
+USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22
USE_GNOME= gtk12
USE_GMAKE= yes
USE_PERL5_BUILD=yes