From 54a0b86543e9ffa811825f0afecea56e89aac2a5 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Tue, 15 Nov 2005 06:52:12 +0000 Subject: Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. --- korean/bitchx/Makefile | 2 +- korean/eterm/Makefile | 2 +- korean/iiimf-le-hangul/Makefile | 4 +--- korean/scim-hangul/Makefile | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) (limited to 'korean') diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile index 7aecd1fd3a51..87330b6da31f 100644 --- a/korean/bitchx/Makefile +++ b/korean/bitchx/Makefile @@ -22,7 +22,7 @@ COMMENT= An alternative ircII color client support patched for korean WRKSRC= ${WRKDIR}/BitchX -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes CONFIGURE_ARGS= --with-plugins \ --exec-prefix="${PREFIX}/share" \ diff --git a/korean/eterm/Makefile b/korean/eterm/Makefile index d2876415c2d6..0e4923e6436f 100644 --- a/korean/eterm/Makefile +++ b/korean/eterm/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/local/hmm12.pcf.gz:${PORTSDIR}/korean/hanya USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= imlib -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" LOCALBASE="${LOCALBASE}" diff --git a/korean/iiimf-le-hangul/Makefile b/korean/iiimf-le-hangul/Makefile index 060cad507ca1..7deda2dd563e 100644 --- a/korean/iiimf-le-hangul/Makefile +++ b/korean/iiimf-le-hangul/Makefile @@ -25,10 +25,8 @@ USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes USE_XLIB= yes -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env WANT_AUTOHEADER_VER= 259 -WANT_AUTOMAKE_VER= 19 -WANT_LIBTOOL_VER= 15 WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/korean/scim-hangul/Makefile b/korean/scim-hangul/Makefile index 5f5e04c8894e..e2387a913c73 100644 --- a/korean/scim-hangul/Makefile +++ b/korean/scim-hangul/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes USE_ICONV= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -- cgit v1.2.3