diff options
author | ade <ade@FreeBSD.org> | 2004-03-14 14:17:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-14 14:17:56 +0800 |
commit | 9291e9a32f6612ca0d4f25bdcb5c417e0451d313 (patch) | |
tree | 545e55afde412d844a25f5c03d6d51b17ceeebb9 /news | |
parent | a8a89c37fe338cbff0192ceeef27ccf7a13714a5 (diff) | |
download | freebsd-ports-gnome-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.tar.gz freebsd-ports-gnome-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.tar.zst freebsd-ports-gnome-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.zip |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Diffstat (limited to 'news')
-rw-r--r-- | news/grn/Makefile | 2 | ||||
-rw-r--r-- | news/newsfish/Makefile | 2 | ||||
-rw-r--r-- | news/t-gnus/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/news/grn/Makefile b/news/grn/Makefile index 2dd826215214..d4562c780181 100644 --- a/news/grn/Makefile +++ b/news/grn/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_PERL5= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFILES= configure libmutt/configure CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile index b983e0cc3d65..ea1b174f18ea 100644 --- a/news/newsfish/Makefile +++ b/news/newsfish/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://download.sourceforge.net/newsfish/ \ MAINTAINER= asaddi@philosophysw.com COMMENT= Batch USENET news reader with filter capabilities -USE_AUTOMAKE= yes +USE_AUTOMAKE_VER= 14 USE_GMAKE= yes MAN1= newsfish.1 diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile index 4d3c70fd58da..a35cf2a00e6b 100644 --- a/news/t-gnus/Makefile +++ b/news/t-gnus/Makefile @@ -20,7 +20,7 @@ COMMENT= I18N Gnus using SEMI, which provides MIME capabilities BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |