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 /net-mgmt | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pixilate/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/tork/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-aclocal.m4 | 12 |
4 files changed, 15 insertions, 3 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 565dd82844ed..09d6fd0fd47a 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -18,7 +18,7 @@ COMMENT= Plugins for Nagios USE_SUBMAKE= yes USE_GMAKE= yes USE_PERL5= yes -USE_AUTOTOOLS= libtool:22 aclocal:19 autoconf:267 automake:19 +USE_AUTOTOOLS= libtool:22 aclocal:111 autoconf:267 automake:111 ACLOCAL_ARGS= -I m4 -I gl/m4 OPTIONS= QSTAT "Game server query support (check_game)" OFF \ diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index b733d3978a99..4e0a11941e28 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet WRKSRC= ${WRKDIR}/pixilate -USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 libtool:22 +USE_AUTOTOOLS= aclocal:111 autoconf:267 automake:111 libtool:22 AUTOMAKE_ARGS= --add-missing MAN1= pixilate.1 diff --git a/net-mgmt/tork/Makefile b/net-mgmt/tork/Makefile index ac29b62966a8..8ad395202b6c 100644 --- a/net-mgmt/tork/Makefile +++ b/net-mgmt/tork/Makefile @@ -16,7 +16,7 @@ COMMENT= TorK is an Anonymity Manager for the KDE Desktop USE_GMAKE= yes USE_GNOME= pkgconfig -USE_AUTOTOOLS= libtool:22 aclocal:19 +USE_AUTOTOOLS= libtool:22 aclocal:110:env USE_GETTEXT= yes USE_XORG= xext USE_LDCONFIG= yes diff --git a/net-mgmt/tork/files/patch-aclocal.m4 b/net-mgmt/tork/files/patch-aclocal.m4 new file mode 100644 index 000000000000..9722a1a5a221 --- /dev/null +++ b/net-mgmt/tork/files/patch-aclocal.m4 @@ -0,0 +1,12 @@ +--- aclocal.m4.orig 2008-10-25 15:14:57.000000000 -0500 ++++ aclocal.m4 2010-09-28 18:17:38.000000000 -0500 +@@ -23,3 +23,3 @@ + # generated from the m4 files accompanying Automake X.Y. +-AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) ++AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.10"]) + +@@ -30,3 +30,3 @@ + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +- [AM_AUTOMAKE_VERSION([1.9.6])]) ++ [AM_AUTOMAKE_VERSION([1.10.3])]) + |