aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-09-24 03:22:28 +0000
committerAde Lovett <ade@FreeBSD.org>2010-09-24 03:22:28 +0000
commit56fb58c56f8c9a1efad1589a56a57df3c0dbb225 (patch)
tree407a7ca984606a238df7d27040696acf725d4aff /devel
parentb6000bd1d15d7aa952ef8d4d5d8a7f6e55e04fe3 (diff)
downloadports-56fb58c56f8c9a1efad1589a56a57df3c0dbb225.tar.gz
ports-56fb58c56f8c9a1efad1589a56a57df3c0dbb225.zip
Migrate from devel/automake15 to devel/automake19
Notes
Notes: svn path=/head/; revision=261748
Diffstat (limited to 'devel')
-rw-r--r--devel/gcvs/Makefile2
-rw-r--r--devel/libthai/Makefile4
-rw-r--r--devel/log4cxx/Makefile2
3 files changed, 4 insertions, 4 deletions
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