diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch) | |
tree | 14261786c359f03d9574a1c204f76ddc8ec4db8a /chinese | |
parent | 003520276a84300843c37e85ff39f416dec0bd8e (diff) | |
download | ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.tar.gz ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.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.
Notes
Notes:
svn path=/head/; revision=103963
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/dictd-database/Makefile | 2 | ||||
-rw-r--r-- | chinese/eterm/Makefile | 2 | ||||
-rw-r--r-- | chinese/vflib/Makefile | 2 | ||||
-rw-r--r-- | chinese/wenju/Makefile | 2 | ||||
-rw-r--r-- | chinese/xcin25/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile index 3a86615df12d..d386a68eb1cd 100644 --- a/chinese/dictd-database/Makefile +++ b/chinese/dictd-database/Makefile @@ -17,7 +17,7 @@ COMMENT= A Chinese <-> English dictd words database BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GMAKE= yes USE_PERL5_BUILD=yes diff --git a/chinese/eterm/Makefile b/chinese/eterm/Makefile index c36b49d106d2..9f8a466790d2 100644 --- a/chinese/eterm/Makefile +++ b/chinese/eterm/Makefile @@ -12,7 +12,7 @@ COMMENT= X11 terminal emulator based on rxvt/xterm that supports traditional Chi EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure.in -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 CONFIGURE_ARGS= --enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo \ diff --git a/chinese/vflib/Makefile b/chinese/vflib/Makefile index 613c318702fb..344adb4d8264 100644 --- a/chinese/vflib/Makefile +++ b/chinese/vflib/Makefile @@ -29,7 +29,7 @@ PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} GNU_CONFIGURE= yes USE_FREETYPE= yes USE_XLIB= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-freetype \ diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile index 7dac7b408935..1976bbd5ed34 100644 --- a/chinese/wenju/Makefile +++ b/chinese/wenju/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_GETOPT_LONG= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 post-install: gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index bcc199157377..c3a96a252b01 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcf WRKSRC= ${WRKDIR}/xcin USE_GETTEXT= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |