diff options
author | ade <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
commit | 8d9d5197561118544281733430b48b0b60884450 (patch) | |
tree | 45e5dcd7c2206fce8b01186555aac96b6292c602 | |
parent | 081b17449bd91bcac5390cd0d8a63ed3914df51d (diff) | |
download | FreeBSD-ports-8d9d5197561118544281733430b48b0b60884450.zip FreeBSD-ports-8d9d5197561118544281733430b48b0b60884450.tar.gz |
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.
1605 files changed, 1610 insertions, 1866 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index afc9734..2916739 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -168,7 +168,7 @@ PLIST_SUB+= PHP_EXT_DIR=${PHP_EXT_DIR} .if defined(USE_PHPIZE) || defined(USE_PHPEXT) BUILD_DEPENDS+= phpize:${PHP_PORT} GNU_CONFIGURE= YES -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS+= autoconf:259:env CONFIGURE_ARGS+=--with-php-config=${LOCALBASE}/bin/php-config configure-message: phpize-message do-phpize diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 9bd4902..ada5dd2 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \ intlhack USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index b701889..e41171f 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ libwnck WANT_GNOME= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_OMF= yes USE_REINPLACE= yes USE_GCC= 3.4+ diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 5d6d65f..7b263a5 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GNOME= gnomehack libgnomecanvas lthack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index 4a7dfe1..cecafe6 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/accessibility/gnome-speech/Makefile b/accessibility/gnome-speech/Makefile index 79e047a..e2e343d 100644 --- a/accessibility/gnome-speech/Makefile +++ b/accessibility/gnome-speech/Makefile @@ -19,7 +19,7 @@ COMMENT= GNOME text-to-speech API USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack libbonobo -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/accessibility/gnomemag/Makefile b/accessibility/gnomemag/Makefile index 4a7dfe1..cecafe6 100644 --- a/accessibility/gnomemag/Makefile +++ b/accessibility/gnomemag/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/accessibility/gnomespeech/Makefile b/accessibility/gnomespeech/Makefile index 79e047a..e2e343d 100644 --- a/accessibility/gnomespeech/Makefile +++ b/accessibility/gnomespeech/Makefile @@ -19,7 +19,7 @@ COMMENT= GNOME text-to-speech API USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack libbonobo -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 1e5b79a..c43db4a 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -24,7 +24,7 @@ INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/arabic/katoob/Makefile b/arabic/katoob/Makefile index 60fb536..14c5d3f 100644 --- a/arabic/katoob/Makefile +++ b/arabic/katoob/Makefile @@ -20,7 +20,7 @@ MAN1= katoob.1 USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GETOPT_LONG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index cd4b04f..6eb35e1 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -15,7 +15,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Open-source ARJ USE_REINPLACE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/gnu diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 1ca3a1b..ce57eec 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION} CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index cbf7c44..5dddc50 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -18,9 +18,8 @@ COMMENT= Transparently handles automatic compression and decompression of files #LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER= 15 LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile index b203005..f40289b 100644 --- a/archivers/libmspack/Makefile +++ b/archivers/libmspack/Makefile @@ -17,7 +17,7 @@ COMMENT= A library for Microsoft compression formats USE_REINPLACE= yes USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index a962e9db..37075dc 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} USE_ICONV= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 8049f06..42e40eb 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= libs/compression MAINTAINER= matthias.andree@gmx.de COMMENT= Portable speedy, lossless data compression library -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 631abc0..7d7e579 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -17,7 +17,7 @@ DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= matthias.andree@gmx.de COMMENT= Portable speedy, lossless data compression library -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes diff --git a/archivers/orange/Makefile b/archivers/orange/Makefile index a962e9db..37075dc 100644 --- a/archivers/orange/Makefile +++ b/archivers/orange/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} USE_ICONV= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index 5881270..1ff7f17 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -20,10 +20,8 @@ CONFLICTS= rpm-4.* USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOMAKE_VER=14 -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= automake:14 autoconf:213 libtool:13:inc USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-glob CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -liconv" diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 3ea7ed4..89bf9a6 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen .endif -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 3ea7ed4..89bf9a6 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen .endif -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 8262f0e..8840a4a 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -16,9 +16,8 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src MAINTAINER= swhetzel@gmail.com COMMENT= Efficient way to prepare zipfiles for BitTorrent -USE_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19 autoheader:259 AUTOMAKE_ARGS= -a -USE_AUTOHEADER_VER= 259 WRKSRC= ${WRKDIR}/trrntzip diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index f3f1e07..86d87ec 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A data compression library with low memory usage INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-shared CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile index 816c5e4..5cb48fe 100644 --- a/archivers/xpk/Makefile +++ b/archivers/xpk/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.jormas.com/~vesuri/xpk/ \ MAINTAINER= flynn@energyhq.es.eu.org COMMENT= The eXternal PacKer (XPK) library system -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/archivers/zipios++/Makefile b/archivers/zipios++/Makefile index 1c32eba..0480cb6 100644 --- a/archivers/zipios++/Makefile +++ b/archivers/zipios++/Makefile @@ -20,10 +20,9 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes # port don't strictly need it, but Wesnoth use it so must we USE_GCC= 3.4 -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= automake:19:env libtool:15:inc CONFIGURE_ARGS+=--disable-static USE_REINPLACE= yes -WANT_AUTOMAKE_VER=19 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}+cvs.2004.02.07 diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile index 12a3c39..99d82e4 100644 --- a/astro/boinc-setiathome/Makefile +++ b/astro/boinc-setiathome/Makefile @@ -32,10 +32,7 @@ LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \ glut:${PORTSDIR}/graphics/libglut .endif -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -USE_AUTOHEADER_VER= 259 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19 autoheader:259 autoconf:259 libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes @@ -79,7 +76,7 @@ FIND_SETI_BINARY=(cd ${WRKSRC}/client; make -V CLIENT_PROG) pre-configure: ${TOUCH} ${WRKSRC}/missing - cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/libtool${USE_LIBTOOL_VER}/libltdl -I m4 + cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/libtool${LIBTOOL_VERSION}/libltdl -I m4 do-install: ${MKDIR} ${BOINC_HOME}/projects/${SETI_SITE} diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 6231460..bc1d469 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_OMF= yes diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index bcac4f0..f1f6e7e 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -22,7 +22,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index 7cccafa..7d6fc13 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -17,7 +17,7 @@ COMMENT= Astronomical Calculation Library USE_GNOME= gnometarget lthack USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_GCC= 3.3 diff --git a/astro/nova/Makefile b/astro/nova/Makefile index 6341c09..2289758 100644 --- a/astro/nova/Makefile +++ b/astro/nova/Makefile @@ -27,7 +27,6 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ nova-0.11.0:${PORTSDIR}/astro/libnova RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 -#USE_AUTOMAKE_VER=17 USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ diff --git a/astro/seti_applet/Makefile b/astro/seti_applet/Makefile index f3748cd..5eb32b3 100644 --- a/astro/seti_applet/Makefile +++ b/astro/seti_applet/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomepanel gnomeprefix USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/Maaate/Makefile b/audio/Maaate/Makefile index 7ce844e..4180cab 100644 --- a/audio/Maaate/Makefile +++ b/audio/Maaate/Makefile @@ -19,7 +19,7 @@ BROKEN= Size mismatch USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes post-patch: diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile index ffbf212..c266429 100644 --- a/audio/alsaplayer/Makefile +++ b/audio/alsaplayer/Makefile @@ -23,7 +23,7 @@ USE_GNOME= glib12 gnomehack gnometarget WANT_GNOME= yes USE_GETOPT_LONG=yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ diff --git a/audio/anthem/Makefile b/audio/anthem/Makefile index 7543e92..df235f3 100644 --- a/audio/anthem/Makefile +++ b/audio/anthem/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= tse3:${PORTSDIR}/audio/tse3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 86b8d09..da47c28 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.pre.mk> diff --git a/audio/beast/Makefile b/audio/beast/Makefile index c42eada..1e35a2f 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomecanvas -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DENODATA=255" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/bmp-faad/Makefile b/audio/bmp-faad/Makefile index 1359cb7..8dabcbc 100644 --- a/audio/bmp-faad/Makefile +++ b/audio/bmp-faad/Makefile @@ -23,10 +23,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 -USE_AUTOHEADER_VER= 253 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= automake:15 autoheader:253 autoconf:253 libtool:13:inc AUTOMAKE_ARGS= --add-missing USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index 33cd4e1..cbe1c88 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -24,7 +24,7 @@ PLIST_FILES= lib/bmp/Input/libbmp-flac.so USE_BZIP2= yes USE_X_PREFIX= yes ##GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \ --with-ogg="${LOCALBASE}" \ --with-xmms-prefix="${X11BASE}" diff --git a/audio/bmp-songchange/Makefile b/audio/bmp-songchange/Makefile index e03245f..19fe31c 100644 --- a/audio/bmp-songchange/Makefile +++ b/audio/bmp-songchange/Makefile @@ -17,7 +17,7 @@ COMMENT= Beep Media Player do-this-on-song-change plugin LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 PLIST_FILES= lib/bmp/General/libsong_change.so diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index 993d47f2..ad3a0f4 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GCC= 3.4 INSTALL_TARGET= install man INSTALLS_SHLIB= yes diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 993d47f2..ad3a0f4 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GCC= 3.4 INSTALL_TARGET= install man INSTALLS_SHLIB= yes diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile index fde456c..0b0305f 100644 --- a/audio/easytag-devel/Makefile +++ b/audio/easytag-devel/Makefile @@ -27,7 +27,7 @@ CONFLICTS= easytag-[0-9]* USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_GTK" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index c9b6751..bd3b584 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -15,9 +15,7 @@ MAINTAINER= anarcat@anarcat.ath.cx COMMENT= Multitrack audio processing software USE_GMAKE= yes -USE_AUTOMAKE_VER=14 -USE_AUTOCONF_VER=213 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= automake:14 autoconf:213 libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/audio/ecawave/Makefile b/audio/ecawave/Makefile index 25086ac..088de26 100644 --- a/audio/ecawave/Makefile +++ b/audio/ecawave/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_QT_VER= 3 USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes CFLAGS+= ${PTHREAD_CFLAGS:S/"//g} diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 38b72d7..f720859 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GNOME= gnometarget gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG=yes CONFLICTS= py*-ro-[0-9]* diff --git a/audio/extace/Makefile b/audio/extace/Makefile index 6e8a1eb..f0dcd50 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 USE_X_PREFIX= yes USE_GNOME= esound imlib gnomehack gnometarget gnomeprefix USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 56a9028..a7dffcd 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2 \ CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 post-install: .if !defined(NOPORTDOCS) diff --git a/audio/faac/Makefile b/audio/faac/Makefile index d4961d0..4ee7d78 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -18,11 +18,9 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio encoder NO_PACKAGE= Distribution in binary form is prohibited WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOMAKE_VER=15 -USE_AUTOHEADER_VER=259 +USE_AUTOTOOLS= automake:15 autoheader:259 libtool:13 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes -USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 9512d29..1372bc0 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -23,14 +23,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_CDROM= "Restrictive copyright (do not sell for profit)" -USE_AUTOMAKE_VER= 15 -USE_AUTOHEADER_VER= 259 +USE_AUTOTOOLS= automake:15 autoheader:259 libtool:13:inc AUTOMAKE_ARGS= --add-missing CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GETOPT_LONG=yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ARGS= --with-drm diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index bac0ce5..c58c2d8 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -16,7 +16,7 @@ COMMENT?= A command line player for .nsf and .hes audio files LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 87e9437..39885ab 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg USE_ICONV= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --enable-sse \ --with-libiconv-prefix="${LOCALBASE}" \ diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index a831030..dfa51b6 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -18,7 +18,7 @@ USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/audio/gaim-festival/Makefile b/audio/gaim-festival/Makefile index 31c025b7..ac18a6a 100644 --- a/audio/gaim-festival/Makefile +++ b/audio/gaim-festival/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \ USE_GNOME= gtk20 USE_GMAKE= yes USE_X_PREFIX= yes -WANT_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:env MAKE_ENV= LOCALBASE=${LOCALBASE} PLIST_FILES= lib/gaim/festival.so diff --git a/audio/gdam/Makefile b/audio/gdam/Makefile index f604345..8b72fdb 100644 --- a/audio/gdam/Makefile +++ b/audio/gdam/Makefile @@ -23,7 +23,7 @@ MAN1= gdamcli.1 gdamladspapluginscanner.1 gdam123.1 gdam-launcher.1 gdam-server USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= libglade -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/audio/glame/Makefile b/audio/glame/Makefile index f15c28a..cfcb0f4 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -24,9 +24,8 @@ LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui USE_GCC= 3.4 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GMAKE= yes -USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index 21b03db..e7b0c97 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= imlib WANT_GNOME= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index b706445..7589cba 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -27,7 +27,7 @@ USE_GCC= 3.4+ USE_GNOME= gnomehack gnomeprefix USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index dfac62a..7011434 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo USE_GSTREAMER= cdparanoia gconf -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile index 601017c..8fc0b08 100644 --- a/audio/gqmpeg-devel/Makefile +++ b/audio/gqmpeg-devel/Makefile @@ -34,7 +34,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 3da212a..a5d5fbb 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -28,8 +28,7 @@ USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gdkpixbuf WANT_GNOME= yes -USE_LIBTOOL_VER= 13 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/audio/grip/Makefile b/audio/grip/Makefile index d8d95466..3ef8a88 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -22,7 +22,7 @@ PATCH_DEPENDS= iconv:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui vte USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/gspeakers/Makefile b/audio/gspeakers/Makefile index 26062388..4733598 100644 --- a/audio/gspeakers/Makefile +++ b/audio/gspeakers/Makefile @@ -21,7 +21,7 @@ USE_GCC= 3.4 USE_GNOME= gnomeprefix gnometarget libxml2 USE_REINPLACE= yes USE_GMAKE= yes -WANT_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19:env GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/gstreamer-monkeysaudio/Makefile b/audio/gstreamer-monkeysaudio/Makefile index b0a7f5a..e1be182 100644 --- a/audio/gstreamer-monkeysaudio/Makefile +++ b/audio/gstreamer-monkeysaudio/Makefile @@ -19,7 +19,7 @@ COMMENT= GStreamer plugin for monkeysaudio files USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= lthack gnomehack gnomeprefix USE_GSTREAMER= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/gtkgep/Makefile b/audio/gtkgep/Makefile index 1cca6a0..423a744 100644 --- a/audio/gtkgep/Makefile +++ b/audio/gtkgep/Makefile @@ -16,7 +16,7 @@ COMMENT= A guitar effects processor for GTK USE_GNOME= gnometarget gtk12 USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -fPIC" LDFLAGS="${PTHREAD_LIBS}" PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 024f911..5e315df 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ xslt.2:${PORTSDIR}/textproc/libxslt USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_RC_SUBR= icecast2.sh SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 717b2a6..31183f5 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2 \ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes .include <bsd.port.mk> diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile index 728b270..404a5b7 100644 --- a/audio/ices0/Makefile +++ b/audio/ices0/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ USE_PERL5= yes USE_PYTHON= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 LATEST_LINK= ices0 MAN1= ices.1 diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index ff179b4..c614c8f 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags USE_ICONV= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/audio/jack/Makefile b/audio/jack/Makefile index ef240bd..d3fff06 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -23,7 +23,7 @@ LATEST_LINK= jack CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile index b4f5373..4269f84 100644 --- a/audio/jamboree/Makefile +++ b/audio/jamboree/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libglade2 USE_GSTREAMER= vorbis mad gconf -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 327d317..212958c 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -17,7 +17,7 @@ COMMENT= ISO code based fast MP3 encoder kit GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest diff --git a/audio/liba52-devel/Makefile b/audio/liba52-devel/Makefile index 2bf124e..1831deb 100644 --- a/audio/liba52-devel/Makefile +++ b/audio/liba52-devel/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes .if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING) diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 2bf124e..1831deb 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes .if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING) diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index 1b8d0a1..7559a53 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -19,7 +19,7 @@ COMMENT= AdLib emulator library supporting many formats LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GCC= 3.4+ diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 7a4472a..3cbcb47 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -15,7 +15,7 @@ COMMENT= Portable audio output library WANT_GNOME= yes USE_GNOME= gnomehack pkgconfig -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes .if defined(NOPORTDOCS) diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index e9dfd2f..837c6bc 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -15,7 +15,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= A library for playing audio CDs USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index c04446a..6662521 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= A library to access data on a CDDB server USE_BZIP2= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget gnomehack pkgconfig INSTALLS_SHLIB= yes CONFIGURE_ARGS= --without-cdio diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index fd515a6..bae141d 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -16,7 +16,7 @@ MAINTAINER= asa@gascom.ru COMMENT= ID3 tags library (part of MAD project) USE_GNOME= pkgconfig -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes post-build: diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index a3cd791..33b285c 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= mad MAINTAINER= asa@gascom.ru COMMENT= Libmad library (part of MAD project) -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= pkgconfig INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-debugging \ diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index f67f0ff..491d900b 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -17,7 +17,7 @@ WANT_GNOME= yes USE_GNOME= gnometarget lthack USE_REINPLACE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" MAKE_ENV= SHELL=/bin/sh INSTALLS_SHLIB= yes diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 36fcbee..40ec005 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -17,7 +17,7 @@ COMMENT= ModPlug mod-like music shared libraries INSTALLS_SHLIB= yes USE_GMAKE= yes USE_GNOME= pkgconfig -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_REINPLACE= yes post-patch: diff --git a/audio/libmpcdec/Makefile b/audio/libmpcdec/Makefile index 300403a..2c2d2ca 100644 --- a/audio/libmpcdec/Makefile +++ b/audio/libmpcdec/Makefile @@ -16,7 +16,7 @@ COMMENT= High quality audio compression format USE_BZIP2= yes USE_REINPLACE= yes USE_GNOME= gnometarget -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/audio/libmusicbrainz/Makefile b/audio/libmusicbrainz/Makefile index 927ddf2..4bbcadc 100644 --- a/audio/libmusicbrainz/Makefile +++ b/audio/libmusicbrainz/Makefile @@ -20,7 +20,7 @@ CONFLICTS= musicbrainz-* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/audio/libmusicbrainz3/Makefile b/audio/libmusicbrainz3/Makefile index 927ddf2..4bbcadc 100644 --- a/audio/libmusicbrainz3/Makefile +++ b/audio/libmusicbrainz3/Makefile @@ -20,7 +20,7 @@ CONFLICTS= musicbrainz-* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/audio/libmusicbrainz4/Makefile b/audio/libmusicbrainz4/Makefile index 927ddf2..4bbcadc 100644 --- a/audio/libmusicbrainz4/Makefile +++ b/audio/libmusicbrainz4/Makefile @@ -20,7 +20,7 @@ CONFLICTS= musicbrainz-* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile index 927ddf2..4bbcadc 100644 --- a/audio/libmusicbrainz5/Makefile +++ b/audio/libmusicbrainz5/Makefile @@ -20,7 +20,7 @@ CONFLICTS= musicbrainz-* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 17ebf0e..3d3b4e1 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/ogg/ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GNOME= gnomehack INSTALLS_SHLIB= yes diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 9353ebf..b17d0bd 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ fftw3.3:${PORTSDIR}/math/fftw3 USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gcc-pipe diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index 4b28b82..a27656d 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ INSTALLS_SHLIB= yes USE_GMAKE= yes USE_GNOME+= pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFLICTS= libshout-1.0.7 USE_REINPLACE= yes diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 846bc3e..0e5ed79 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org COMMENT= A Commodore SID-chip emulator library to play SID music files -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index 90f26a2..faa37e7 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -18,7 +18,7 @@ COMMENT= Library to play Commodore 64 SID-tunes cycle accurate USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= builders/hardsid-builder/configure \ builders/resid-builder/configure \ libsidplay/configure \ diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 22e8e1f..95f4ca1 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile index cb7bd07..f931cf2 100644 --- a/audio/libtremor/Makefile +++ b/audio/libtremor/Makefile @@ -18,9 +18,7 @@ COMMENT= Integer-only fully Ogg Vorbis compliant decoder library SNAP_DATE= 02132004 WRKSRC= ${WRKDIR}/Tremor USE_REINPLACE= yes -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= automake:15 autoconf:253 libtool:13 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile index 1a7e896..2e5366f 100644 --- a/audio/libtunepimp-old/Makefile +++ b/audio/libtunepimp-old/Makefile @@ -29,7 +29,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index 1a7e896..2e5366f 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -29,7 +29,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 5c2e275..189e8df 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -16,7 +16,7 @@ COMMENT= Audio compression codec library LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GNOME= gnomehack CONFIGURE_ARGS= --with-ogg=${LOCALBASE} INSTALLS_SHLIB= yes diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 6b31cd1..eed9117 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -19,7 +19,7 @@ COMMENT= Monkey's Audio lossless audio (de)compressor BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+= --enable-backward WRKSRC= ${WRKDIR}/mac-3.99-u4 diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 7029717..6b99661 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ WANT_GNOME= yes USE_GETTEXT= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" ALL_TARGET= all madtime diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile index ca32f3d..9a49293 100644 --- a/audio/marlin/Makefile +++ b/audio/marlin/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnomeui nautiluscdburne USE_GSTREAMER= flac gconf mad vorbis INSTALLS_OMF= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lcam" diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index 647a882..fe33709 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -18,7 +18,7 @@ COMMENT= Digit@lway MPIO MP3 player tool LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb USE_ICONV= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 USE_GETOPT_LONG= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/audio/mt-daapd/Makefile b/audio/mt-daapd/Makefile index b685a52..9c44b20 100644 --- a/audio/mt-daapd/Makefile +++ b/audio/mt-daapd/Makefile @@ -22,8 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= AUTOCONF=autoconf259 AUTOHEADER=autoheader259 CC="${CC} -pthread" CONFIGURE_ARGS= --with-id3tag=${PREFIX} -USE_AUTOHEADER_VER= 259 -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoheader:259 autoconf:259:env DAAPD_USER?= daapd DAAPD_GROUP?= daapd diff --git a/audio/muine/Makefile b/audio/muine/Makefile index db49130..f5ed411 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intltool libgnomeui USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/musicbrainz/Makefile b/audio/musicbrainz/Makefile index df2f527..352cd29 100644 --- a/audio/musicbrainz/Makefile +++ b/audio/musicbrainz/Makefile @@ -19,7 +19,7 @@ CONFLICTS= libmusicbrainz-* USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile index 9c54fb7..da1c8e1 100644 --- a/audio/oggsplit/Makefile +++ b/audio/oggsplit/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 259 -USE_AUTOMAKE_VER= 15 +USE_AUTOTOOLS= automake:15 autoconf:259 AUTOMAKE_ARGS= --add-missing MAN1= oggsplit.1 diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile index a24dec4..5fc8f9a 100644 --- a/audio/openspc/Makefile +++ b/audio/openspc/Makefile @@ -16,7 +16,7 @@ COMMENT= A command line player for .spc and .zst files ONLY_FOR_ARCHS= i386 # contains x86 asm code INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 PORTDOCS= README PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so lib/libOpenSPC.so.3 \ diff --git a/audio/orpheus/Makefile b/audio/orpheus/Makefile index 0a00aaa..e773fc9 100644 --- a/audio/orpheus/Makefile +++ b/audio/orpheus/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/pd/Makefile b/audio/pd/Makefile index 9f46886..773a2eb 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -27,7 +27,7 @@ PATCH_WRKSRC= ${WRKSRC}/.. PLIST= ${WRKDIR}/pkg-plist USE_GMAKE= yes USE_X_PREFIX= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 WRKSRC= ${WRKDIR}/pd-0.37-1test1/src .include <bsd.port.pre.mk> diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 3eb850e..0f6de5c 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -15,7 +15,7 @@ COMMENT= A command line player for gsf audio files USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GCC= 3.4+ # avoid a "of memory error" gcc bug diff --git a/audio/polypaudio/Makefile b/audio/polypaudio/Makefile index 7d0107b..0906eba 100644 --- a/audio/polypaudio/Makefile +++ b/audio/polypaudio/Makefile @@ -23,8 +23,7 @@ USE_XLIB= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes # Needs libtool archive (.la) files for libltdl -USE_INC_LIBTOOL_VER=15 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15:inc USE_GMAKE= yes USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 8481e1c..d6597db0 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -19,7 +19,7 @@ COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool TCLTK_VERSION= 8.3 LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes MAN1= rat.1 MANCOMPRESSED= no diff --git a/audio/resid/Makefile b/audio/resid/Makefile index 4d6c132..cb38934 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cycle-based SID emulator engine -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index fad0033..eae0746 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 63a75f1..b1474ee 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/tclmidi/tclmidi31.so:${PORTSDIR}/audio/tclmidi USE_X_PREFIX= yes USE_REINPLACE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.2 post-patch: diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile index f8650a0..8809ab7 100644 --- a/audio/scrobbler/Makefile +++ b/audio/scrobbler/Makefile @@ -23,7 +23,7 @@ CONFLICTS= bmp-scrobbler-* \ USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index d914c21..0c23259 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -17,7 +17,7 @@ COMMENT= A sample multi-channel audio mixer library USE_SDL= sdl USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index b8afa7e..d8e23ca 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -17,7 +17,7 @@ COMMENT= A SDL audio library and player for some popular sound file formats USE_SDL= sdl USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index b60ca78..9b01da6 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -23,7 +23,7 @@ CONFLICTS= speex-1.0* USE_GNOME= gnomehack USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GCC= 3.4+ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 95eb9a8..cc614b9 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -25,7 +25,7 @@ CONFLICTS= speex-devel-* USE_GNOME= gnomehack USE_GETOPT_LONG=yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile index 3a8e421..bd822c4 100644 --- a/audio/streamtranscoder/Makefile +++ b/audio/streamtranscoder/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ mp3lame:${PORTSDIR}/audio/lame USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" PLIST_FILES= bin/streamTranscoder diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 62bfaae..eca0ef0 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/ USE_X_PREFIX= yes USE_GNOME= gtk20 gnomehack gnomeprefix USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib diff --git a/audio/swami/Makefile b/audio/swami/Makefile index 1d274a6..dcfba2d 100644 --- a/audio/swami/Makefile +++ b/audio/swami/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ USE_X_PREFIX= yes USE_BZIP2= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= gnomelibs gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 504e2ec..a196f9f 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk12 USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 3638cc5..f1a9be7 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 1015ef8..65dd69b 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -16,7 +16,7 @@ COMMENT= Library for manipulating ID3 tags and Ogg comments GNU_CONFIGURE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index 4707c60..2fdbc5e 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack intlhack libglade2 gnomehier diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile index 76e7bac..4548598 100644 --- a/audio/tse3/Makefile +++ b/audio/tse3/Makefile @@ -15,7 +15,7 @@ COMMENT= A MIDI library USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-doc-install CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 69f9e6a..5acaad9 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -16,7 +16,7 @@ COMMENT= MPEG Audio Layer 2 encoder LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget INSTALLS_SHLIB= yes MAN1= twolame.1 diff --git a/audio/uade/Makefile b/audio/uade/Makefile index a1012a3..2b6eb73 100644 --- a/audio/uade/Makefile +++ b/audio/uade/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \ diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 97ca722..dcabef9 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \ gsm.1:${GSM_DIR} USE_X_PREFIX= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS= --with-gsm=${GSM_WORK} INSTALL_TARGET= install install-man MAN1= vat.1 diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index b835b37..885645d 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ vorbis.3:${PORTSDIR}/audio/libvorbis USE_GETTEXT= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-vcut CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 38c7a43..f33e4ab 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -17,7 +17,7 @@ COMMENT= Utility for capturing audio streams from programs with OSS output BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .if !defined(NOPORTDOCS) post-install: diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index b0e4658..f202245 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= kwm MAINTAINER= kwm@FreeBSD.org COMMENT= Compress (and restore) both 16 and 24-bit audio files in .wav format -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_ICONV= yes USE_BZIP2= yes USE_REINPLACE= yes diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index 61b0914..076ab22 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes WANT_GNOME= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/WINGs" MAN1= get-wsound-flags.1x getsoundset.1x setsoundset.1x \ diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index 31b6ac6..3948a78 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -18,7 +18,7 @@ COMMENT= X11-based MP3 player with nice graphical interface USE_XLIB= yes USE_GNOME= gtk12 esound -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure libx11amp/configure CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index 3617649..8ec6d1c 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile index bbd2a6e..02e7762 100644 --- a/audio/xmms-ahx/Makefile +++ b/audio/xmms-ahx/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms PLIST_FILES= lib/xmms/Input/libahx.so USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/xmms-arts_output/Makefile b/audio/xmms-arts_output/Makefile index b4b30a0..a1b9cd8 100644 --- a/audio/xmms-arts_output/Makefile +++ b/audio/xmms-arts_output/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= lib/xmms/Output/libarts.so \ diff --git a/audio/xmms-cdparanoia/Makefile b/audio/xmms-cdparanoia/Makefile index 5a2e445..dda72e1 100644 --- a/audio/xmms-cdparanoia/Makefile +++ b/audio/xmms-cdparanoia/Makefile @@ -27,7 +27,7 @@ EXPIRATION_DATE= 2006-01-08 USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index 56258eb..bda7cee 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -16,7 +16,7 @@ COMMENT= XMMS Output plugin for crossfading between songs LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GMAKE= yes USE_GNOME= gtk12 INSTALLS_SHLIB= yes diff --git a/audio/xmms-efxmms/Makefile b/audio/xmms-efxmms/Makefile index 6a55eec..4e1051f 100644 --- a/audio/xmms-efxmms/Makefile +++ b/audio/xmms-efxmms/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc PLIST_FILES= lib/xmms/Effect/libefx.so diff --git a/audio/xmms-eq/Makefile b/audio/xmms-eq/Makefile index 358a9a1..9b93e29 100644 --- a/audio/xmms-eq/Makefile +++ b/audio/xmms-eq/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 PLIST_FILES= lib/xmms/Effect/libeq.so diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile index 3ecb5cd..ad78272 100644 --- a/audio/xmms-faad/Makefile +++ b/audio/xmms-faad/Makefile @@ -24,10 +24,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 -USE_AUTOHEADER_VER= 253 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= automake:15 autoheader:253 autoconf:253 libtool:13:inc AUTOMAKE_ARGS= --add-missing USE_X_PREFIX= yes USE_GNOME= gtk12 diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile index a94acd7..99b8da3 100644 --- a/audio/xmms-flac/Makefile +++ b/audio/xmms-flac/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ FLAC.7:${PORTSDIR}/audio/flac USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \ --with-ogg="${LOCALBASE}" \ --with-xmms-prefix="${X11BASE}" diff --git a/audio/xmms-fxt/Makefile b/audio/xmms-fxt/Makefile index aa03035..4292200 100644 --- a/audio/xmms-fxt/Makefile +++ b/audio/xmms-fxt/Makefile @@ -17,7 +17,7 @@ COMMENT= Surround/Echo effect plugin for XMMS LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gtk12 diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile index 829379c..f00910e 100644 --- a/audio/xmms-imms/Makefile +++ b/audio/xmms-imms/Makefile @@ -28,8 +28,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes -USE_AUTOCONF_VER= 259 -USE_AUTOHEADER_VER= 259 +USE_AUTOTOOLS= autoheader:259 autoconf:259 GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/xmms-jack/Makefile b/audio/xmms-jack/Makefile index 87932e2..09e3a88 100644 --- a/audio/xmms-jack/Makefile +++ b/audio/xmms-jack/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/xmms-jack USE_X_PREFIX= yes USE_GNOME= gtk12 gnometarget USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes PLIST_FILES= lib/xmms/Output/libjackout.so diff --git a/audio/xmms-kde/Makefile b/audio/xmms-kde/Makefile index 20558e4d..5eb570e 100644 --- a/audio/xmms-kde/Makefile +++ b/audio/xmms-kde/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_KDELIBS_VER=3 WRKSRC= ${WRKDIR}/${DISTNAME:S/0.0/0/} -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile index 77fba64..feca12b 100644 --- a/audio/xmms-liveice/Makefile +++ b/audio/xmms-liveice/Makefile @@ -23,6 +23,6 @@ WRKSRC= ${WRKDIR}/LiveIce-1.0.0 PLIST_FILES= lib/xmms/Effect/libliveice.so USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 .include <bsd.port.mk> diff --git a/audio/xmms-mac/Makefile b/audio/xmms-mac/Makefile index cc99bc0..7fd2809 100644 --- a/audio/xmms-mac/Makefile +++ b/audio/xmms-mac/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= CPPFLAGS=${CPPFLAGS} -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CPPFLAGS+= "-I${LOCALBASE}/include" PLIST_FILES= lib/xmms/Input/libxmms-mac.so diff --git a/audio/xmms-mailnotify/Makefile b/audio/xmms-mailnotify/Makefile index 0c71deb..b6c777f 100644 --- a/audio/xmms-mailnotify/Makefile +++ b/audio/xmms-mailnotify/Makefile @@ -17,7 +17,7 @@ COMMENT= "XMMS plugin, that plays a sound on incoming mail and opens the MUA" LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 USE_GMAKE= yes USE_GNOME= gtk12 INSTALLS_SHLIB= yes diff --git a/audio/xmms-midi/Makefile b/audio/xmms-midi/Makefile index 45533df..5819413 100644 --- a/audio/xmms-midi/Makefile +++ b/audio/xmms-midi/Makefile @@ -19,8 +19,6 @@ RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_GNOME= gtk12 USE_X_PREFIX= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= automake:14 autoconf:213 libtool:13:inc .include <bsd.port.mk> diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile index 4cc2c7b..94717af 100644 --- a/audio/xmms-musepack/Makefile +++ b/audio/xmms-musepack/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= lib/xmms/Input/xmms-mpegplus-1.8.0.so USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes .include <bsd.port.pre.mk> diff --git a/audio/xmms-nas/Makefile b/audio/xmms-nas/Makefile index 08f2cb0..1a6777d 100644 --- a/audio/xmms-nas/Makefile +++ b/audio/xmms-nas/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc PLIST_FILES= lib/xmms/Output/libnas.so diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile index 735b25f..5c84ff9 100644 --- a/audio/xmms-nsf/Makefile +++ b/audio/xmms-nsf/Makefile @@ -17,7 +17,7 @@ COMMENT= XMMS input-plugin for playing Nintendo(TM) NSF audio files BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile index a2a2014..9a0386d 100644 --- a/audio/xmms-openspc/Makefile +++ b/audio/xmms-openspc/Makefile @@ -24,6 +24,6 @@ PLIST_FILES= lib/xmms/Input/openspc.so ONLY_FOR_ARCHS= i386 # contains x86 assembler code USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.mk> diff --git a/audio/xmms-real-random/Makefile b/audio/xmms-real-random/Makefile index de26391..6ccdcf2 100644 --- a/audio/xmms-real-random/Makefile +++ b/audio/xmms-real-random/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes USE_X_PREFIX= yes diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index 5b243ae..a9f20ee 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc post-install: .if !defined(NOPORTDOCS) diff --git a/audio/xmms-sndfile/Makefile b/audio/xmms-sndfile/Makefile index 4477d10..5aad8eb 100644 --- a/audio/xmms-sndfile/Makefile +++ b/audio/xmms-sndfile/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" PLIST_FILES= lib/xmms/Input/libxmms_sndfile.so USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/audio/xmms-tfmx/Makefile b/audio/xmms-tfmx/Makefile index e6d1220..1f6e3bd 100644 --- a/audio/xmms-tfmx/Makefile +++ b/audio/xmms-tfmx/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gnometarget gtk12 lthack USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 PLIST_FILES= lib/xmms/Input/libtfmx.so diff --git a/audio/xmms-uade/Makefile b/audio/xmms-uade/Makefile index a1012a3..2b6eb73 100644 --- a/audio/xmms-uade/Makefile +++ b/audio/xmms-uade/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \ diff --git a/audio/xmms-xymms/Makefile b/audio/xmms-xymms/Makefile index 0790bf4..0293473 100644 --- a/audio/xmms-xymms/Makefile +++ b/audio/xmms-xymms/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 362d0c0..b7961bc 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes WANT_GNOME= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-alsa diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 429f800..36e93d4 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -24,7 +24,7 @@ USE_GNOME= gnomehack gnometarget gtk20 lthack WANT_GNOME= yes USE_PERL5= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-ipv6 diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile index 57782f9..7c99404 100644 --- a/benchmarks/dkftpbench/Makefile +++ b/benchmarks/dkftpbench/Makefile @@ -18,7 +18,6 @@ PLIST_FILES= bin/dkftpbench GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOCONF_VER=259 -USE_AUTOMAKE_VER=14 +USE_AUTOTOOLS= automake:14 autoconf:259 .include <bsd.port.mk> diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index ec6b750..ab1707a 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -27,7 +27,7 @@ CONFLICTS= nss-* qmail-ldap2-* digest-* USE_SUBMAKE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_XLIB= yes USE_MOTIF= yes diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index d621343..fcd53ec 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -17,7 +17,7 @@ COMMENT= Toolkit for developing bioinformatic related software in C++ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index 1a74769..c86082e 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -22,7 +22,7 @@ USE_GL= yes USE_GMAKE= yes PREFIX?= ${LOCALBASE}/${PORTNAME} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes NO_MTREE= yes INSTALLS_SHLIB= yes # Not really useful, but pet portlint diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index 9f1813c..eef2f33 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 USE_GNOME= gtk12 USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${PREFIX}/lib/gtkwave diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 46709b9..a299d5d 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= graph:${PORTSDIR}/graphics/plotutils LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 82a8f86..2c8e564 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -19,7 +19,7 @@ COMMENT= gEDA tools base utility library LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \ guile.15:${PORTSDIR}/lang/guile -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gtk20 gnomehack INSTALLS_SHLIB= yes diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index 9fc32a5..61c0a50 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -18,7 +18,7 @@ COMMENT= A circuit simulator derived from spice3f5 WRKSRC= ${WRKDIR}/ng-spice-rework-${PORTVERSION} GNU_CONFIGURE= yes -USE_LIBTOOL_VER?=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes .ifndef PACKAGE_BUILDING diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 3e56ba7..463dfae 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -26,7 +26,7 @@ USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 MAN1= pdnmesh.1 MAN5= pdnmesh_input.5 diff --git a/cad/qmls/Makefile b/cad/qmls/Makefile index c4b2f4b..9fc1d9c 100644 --- a/cad/qmls/Makefile +++ b/cad/qmls/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Quine-McCluskey Logic Simplifier PLIST_FILES= bin/qmls -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/chinese/iiimf-le-chewing/Makefile b/chinese/iiimf-le-chewing/Makefile index 0636f7d..dc9ebff 100644 --- a/chinese/iiimf-le-chewing/Makefile +++ b/chinese/iiimf-le-chewing/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= iiimd:${PORTSDIR}/textproc/iiimf-server USE_XLIB= yes USE_ICONV= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" diff --git a/chinese/iiimf-le-newpy/Makefile b/chinese/iiimf-le-newpy/Makefile index 20cad28..939a286 100644 --- a/chinese/iiimf-le-newpy/Makefile +++ b/chinese/iiimf-le-newpy/Makefile @@ -24,10 +24,8 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= 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/chinese/iiimf-le-ude/Makefile b/chinese/iiimf-le-ude/Makefile index eae6759..d5705a3 100644 --- a/chinese/iiimf-le-ude/Makefile +++ b/chinese/iiimf-le-ude/Makefile @@ -24,10 +24,8 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= 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/chinese/iiimf-le-xcin/Makefile b/chinese/iiimf-le-xcin/Makefile index 6e37b9a..f4cc094 100644 --- a/chinese/iiimf-le-xcin/Makefile +++ b/chinese/iiimf-le-xcin/Makefile @@ -23,11 +23,8 @@ USE_BZIP2= yes USE_XLIB= yes USE_GNOME= libxml2 USE_REINPLACE= yes -USE_AUTOCONF_VER= 259 -USE_AUTOHEADER_VER= 259 +USE_AUTOTOOLS= automake:19 autoheader:259 autoconf:259 libtool:15 AUTOMAKE_ARGS= --add-missing -USE_AUTOMAKE_VER= 19 -USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} do-extract: diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index fe8e2bd..2fc4190 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -14,7 +14,7 @@ MAINTAINER= kcwu@csie.org COMMENT= The Chewing intelligent phonetic input method library USE_GNOME= gnomehack pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index edc9712..6b794ee 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -18,7 +18,7 @@ COMMENT= BBS client using GTK+ 2.x USE_GNOME= gtk20 intlhack USE_GCC= 3.3+ -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/chinese/scim-chewing/Makefile b/chinese/scim-chewing/Makefile index 58b7049..c92f8ef 100644 --- a/chinese/scim-chewing/Makefile +++ b/chinese/scim-chewing/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__" diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile index 178a049..a7321d8 100644 --- a/chinese/scim-pinyin/Makefile +++ b/chinese/scim-pinyin/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomehack lthack 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}" diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile index fdf1526..8a3d0b3 100644 --- a/chinese/wenju/Makefile +++ b/chinese/wenju/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index 6181a5d..36305c6 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/xcin USE_GETTEXT= yes USE_ICONV= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index 90025dd..9cf99e4 100644 --- a/comms/gammu-devel/Makefile +++ b/comms/gammu-devel/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME= pkgconfig USE_REINPLACE= yes GNU_CONFIGURE= yes -WANT_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259:env INSTALLS_SHLIB= yes PORTDOCS= * diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 90025dd..9cf99e4 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME= pkgconfig USE_REINPLACE= yes GNU_CONFIGURE= yes -WANT_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259:env INSTALLS_SHLIB= yes PORTDOCS= * diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index d8f4cc3..d347a30 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehier libgnomeprint STRIP= diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile index 8ba762c..afd21bc 100644 --- a/comms/ghfaxviewer/Makefile +++ b/comms/ghfaxviewer/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_GNOME= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 258f90e..d5b44d1 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -19,7 +19,7 @@ USE_GNOME= gnometarget lthack USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 9401b75..b68bccd 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -16,7 +16,7 @@ MAINTAINER= esn@x123.info COMMENT= Shared libraries for Amateur Radio Equipment Control Applications USE_PERL5= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GNOME= pkgconfig gnomehack INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index 8027b03..c68bfe1 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GNOME= gnomehack pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile index b1c41df..af4f209 100644 --- a/comms/linrad/Makefile +++ b/comms/linrad/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm WRKSRC= ${WRKDIR}/${PORTNAME}-01.20 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 HAS_CONFIGURE= yes USE_BZIP2= yes USE_REINPLACE= yes diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 2ab9ca2..44ebe15 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -17,7 +17,7 @@ COMMENT= Linux Infared Remote Control USE_XLIB= yes USE_GETOPT_LONG=yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index d8e1b7e..96ad8b5 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -14,10 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mad@madpilot.net COMMENT= Open source implementation of the OBEX protocol -USE_AUTOCONF_VER= 253 -USE_AUTOHEADER_VER= 253 -WANT_AUTOMAKE_VER= 14 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:14:env autoheader:253 autoconf:253 libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index ae9d1c6..3f6eba0 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME} diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile index 1987f99..5a51d6e 100644 --- a/comms/spandsp-devel/Makefile +++ b/comms/spandsp-devel/Makefile @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/pre.*$//} USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/comms/spandsp-devel5/Makefile b/comms/spandsp-devel5/Makefile index 1987f99..5a51d6e 100644 --- a/comms/spandsp-devel5/Makefile +++ b/comms/spandsp-devel5/Makefile @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/pre.*$//} USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index 1987f99..5a51d6e 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/pre.*$//} USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/comms/tilp/Makefile b/comms/tilp/Makefile index 86a32a8..e00a5ef 100644 --- a/comms/tilp/Makefile +++ b/comms/tilp/Makefile @@ -24,7 +24,7 @@ USE_GETTEXT= yes USE_GNOME= gtk20 libglade2 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ diff --git a/comms/vpb2/Makefile b/comms/vpb2/Makefile index 8a1464b..54de9fc 100644 --- a/comms/vpb2/Makefile +++ b/comms/vpb2/Makefile @@ -18,8 +18,7 @@ DEPRECATED= "mastersite disappeared, no longer maintained by author" EXPIRATION_DATE= 2005-12-31 USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/converters/enca/Makefile b/converters/enca/Makefile index db730f9..e2b462f 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -17,7 +17,7 @@ USE_GNOME= pkgconfig USE_ICONV= yes USE_BZIP2= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 7dda5d6..8983a14 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack pkgconfig INSTALLS_SHLIB= yes diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 624fd55..76cbb12 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A character set conversion library USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget LIBTOOLFILES= configure libcharset/configure CONFIGURE_ARGS= --enable-static \ diff --git a/converters/mimelib/Makefile b/converters/mimelib/Makefile index d582bbb..b600cdc 100644 --- a/converters/mimelib/Makefile +++ b/converters/mimelib/Makefile @@ -16,7 +16,7 @@ COMMENT= C++ class library for manipulating messages in MIME format CONFLICTS= kdenetwork-3.1.* -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index 7e03df2..d015172 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -16,7 +16,7 @@ COMMENT= A conversion utility to convert Psion 5(MX) files into other formats USE_GETOPT_LONG=yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-imagemagick=no CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/converters/recode/Makefile b/converters/recode/Makefile index 433b0a4..7a7c4ed 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -16,7 +16,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Converts files between character sets and usages USE_GETTEXT= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_PERL5= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --without-included-gettext diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 1e189ac..c57fc86 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} CONFIGURE_ARGS= --enable-compat185 \ diff --git a/databases/db42/Makefile.db b/databases/db42/Makefile.db index ff9be91..192a62c 100644 --- a/databases/db42/Makefile.db +++ b/databases/db42/Makefile.db @@ -9,7 +9,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} diff --git a/databases/db43/Makefile b/databases/db43/Makefile index 26f9f2b..6369669 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} diff --git a/databases/db44/Makefile b/databases/db44/Makefile index 26f9f2b..6369669 100644 --- a/databases/db44/Makefile +++ b/databases/db44/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} diff --git a/databases/db45/Makefile b/databases/db45/Makefile index 26f9f2b..6369669 100644 --- a/databases/db45/Makefile +++ b/databases/db45/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} diff --git a/databases/db46/Makefile b/databases/db46/Makefile index 26f9f2b..6369669 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} diff --git a/databases/db47/Makefile b/databases/db47/Makefile index 26f9f2b..6369669 100644 --- a/databases/db47/Makefile +++ b/databases/db47/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile index ea3d5ac9..334b0cd 100644 --- a/databases/dbconnect/Makefile +++ b/databases/dbconnect/Makefile @@ -17,7 +17,7 @@ COMMENT= Use C++ object API to allow applications to connect to databases GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index ffa3f99e..e4a7bf1 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Disk Based Hashtables USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile index ffa3f99e..e4a7bf1 100644 --- a/databases/dbh10/Makefile +++ b/databases/dbh10/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Disk Based Hashtables USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/databases/edb/Makefile b/databases/edb/Makefile index afa34ca..d109def 100644 --- a/databases/edb/Makefile +++ b/databases/edb/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://enlightenment.freedesktop.org/files/ MAINTAINER= vanilla@FreeBSD.org COMMENT= Enlightenment Database Library -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index 0923e32..1d7c34b 100644 --- a/databases/firebird-devel/Makefile +++ b/databases/firebird-devel/Makefile @@ -20,8 +20,7 @@ COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) USE_BZIP2= yes USE_GMAKE= yes -WANT_LIBTOOL_VER= 15 -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env libtool:15:env GNU_CONFIGURE= yes USE_GCC= 3.4 USE_REINPLACE= yes diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index 52683c1..9cda1af 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/Makefile @@ -22,8 +22,7 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_GCC= 3.4+ LOCALSTATEDIR= /var/db/firebird diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index 52683c1..9cda1af 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/Makefile @@ -22,8 +22,7 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_GCC= 3.4+ LOCALSTATEDIR= /var/db/firebird diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 52683c1..9cda1af 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -22,8 +22,7 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_GCC= 3.4+ LOCALSTATEDIR= /var/db/firebird diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index f4553e7..e0509c5 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -19,8 +19,7 @@ USE_ICONV= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_GONFIGURE= yes -USE_LIBTOOL_VER= 15 -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-tdsver=${TDS_VER} diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index f4553e7..e0509c5 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -19,8 +19,7 @@ USE_ICONV= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_GONFIGURE= yes -USE_LIBTOOL_VER= 15 -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-tdsver=${TDS_VER} diff --git a/databases/gbib/Makefile b/databases/gbib/Makefile index d7b74b6..96f680e 100644 --- a/databases/gbib/Makefile +++ b/databases/gbib/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomelibs USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index b150bab..1a9f34a 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -16,7 +16,7 @@ MAINTAINER= cyrille.lefevre@laposte.net COMMENT= The GNU database manager USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 6b2f387..6b676c0 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -16,7 +16,7 @@ COMMENT= Object-Relational Database Management System WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS?=--prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index 385a1d0..702120d 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomehier libgda USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl" diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile index 385a1d0..702120d 100644 --- a/databases/gnomedb/Makefile +++ b/databases/gnomedb/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomehier libgda USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl" diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile index 71e686b..1430643 100644 --- a/databases/grass-i18n/Makefile +++ b/databases/grass-i18n/Makefile @@ -68,7 +68,7 @@ USE_GL= yes USE_PERL5= yes USE_BISON= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS+=--with-includes=${LOCALBASE}/include \ --with-libs=${LOCALBASE}/lib \ diff --git a/databases/grass/Makefile b/databases/grass/Makefile index d33f0ba..568e559 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -44,7 +44,7 @@ USE_GL= yes USE_PERL5= yes USE_BISON= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_REINPLACE= yes CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ --with-libs=${LOCALBASE}/lib \ diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index 9c28bc2..569c16b 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -27,7 +27,7 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--with-pythondir=${PYTHONBASE} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 LDCONFIG_DIRS+= ${PREFIX}/lib/hk_classes/ OPTIONS= MYSQL "Build MySQL driver" on \ diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile index a630f0d..8e05b10 100644 --- a/databases/knoda/Makefile +++ b/databases/knoda/Makefile @@ -23,7 +23,7 @@ USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ diff --git a/databases/libdbi-drivers/Makefile b/databases/libdbi-drivers/Makefile index f485f44..5fecc10 100644 --- a/databases/libdbi-drivers/Makefile +++ b/databases/libdbi-drivers/Makefile @@ -17,7 +17,7 @@ COMMENT= Drivers for libdbi LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi USE_GNOME= gnometarget lthack -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-static \ --with-dbi-incdir=${LOCALBASE}/include/dbi diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index 53efc02..8bd5524 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -16,7 +16,7 @@ MAINTAINER= seanc@FreeBSD.org COMMENT= Database Independent Abstraction Layer for C USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes post-patch: diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 2d79d52..cf2a579 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomehier gconf bonobo USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 6a1b916..f784a5a 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -25,7 +25,7 @@ USE_GCC= 3.4 USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomehack libgda2 -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index a50c3248..78ebf55 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -16,7 +16,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= A C++ class library and toolset for ODBC access to data sources USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= pkgconfig INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index e7e252f..4d897be 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk # To build man-pages USE_REINPLACE= yes USE_BISON= yes USE_GNOME= glib20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes DOCS= AUTHORS ChangeLog HACKING NEWS README TODO diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile index 7e77ed6..2df7576 100644 --- a/databases/metakit/Makefile +++ b/databases/metakit/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/builds -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_SCRIPT= ../unix/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} INSTALLS_SHLIB= yes diff --git a/databases/mird/Makefile b/databases/mird/Makefile index 7230262..41cb053 100644 --- a/databases/mird/Makefile +++ b/databases/mird/Makefile @@ -19,7 +19,7 @@ COMMENT= A free database library with transaction support WRKSRC= ${WRKDIR}/${DISTNAME} -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/databases/myodbc/Makefile b/databases/myodbc/Makefile index efc9a8d..58538d7 100644 --- a/databases/myodbc/Makefile +++ b/databases/myodbc/Makefile @@ -17,7 +17,7 @@ COMMENT= ODBC driver for MySQL USE_MYSQL= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --with-mysql-path=${LOCALBASE} --without-samples \ --disable-gui --enable-test=no diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile index cd01417..1e61748 100644 --- a/databases/mysql++/Makefile +++ b/databases/mysql++/Makefile @@ -14,7 +14,7 @@ MAINTAINER= sergey@network-asp.biz COMMENT= Complex C++ API for MySQL USE_MYSQL= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --includedir=${PREFIX}/include/mysql++ CONFIGURE_ARGS+= --disable-examples INSTALLS_SHLIB= yes diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile index cd01417..1e61748 100644 --- a/databases/mysql++1/Makefile +++ b/databases/mysql++1/Makefile @@ -14,7 +14,7 @@ MAINTAINER= sergey@network-asp.biz COMMENT= Complex C++ API for MySQL USE_MYSQL= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --includedir=${PREFIX}/include/mysql++ CONFIGURE_ARGS+= --disable-examples INSTALLS_SHLIB= yes diff --git a/databases/mysql-administrator/Makefile b/databases/mysql-administrator/Makefile index f695311..0d3f050 100644 --- a/databases/mysql-administrator/Makefile +++ b/databases/mysql-administrator/Makefile @@ -25,7 +25,7 @@ COMMENT= Powerful visual administration console for MySQL environment USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \ CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share/gnome diff --git a/databases/mysql-connector-odbc/Makefile b/databases/mysql-connector-odbc/Makefile index efc9a8d..58538d7 100644 --- a/databases/mysql-connector-odbc/Makefile +++ b/databases/mysql-connector-odbc/Makefile @@ -17,7 +17,7 @@ COMMENT= ODBC driver for MySQL USE_MYSQL= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --with-mysql-path=${LOCALBASE} --without-samples \ --disable-gui --enable-test=no diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index d771a83..f58dbda 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql323-client -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if ${PKGNAMESUFFIX} == "-server" diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index e0958e2..3e2eeff 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql40-client -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if ${PKGNAMESUFFIX} == "-server" diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 7d9cc4a..dd9b709 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql41-client -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if ${PKGNAMESUFFIX} == "-server" diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile index 85622ed..dc5a429 100644 --- a/databases/mysql50-server/Makefile +++ b/databases/mysql50-server/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql50-client -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if ${PKGNAMESUFFIX} == "-server" diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile index 85622ed..dc5a429 100644 --- a/databases/mysql51-server/Makefile +++ b/databases/mysql51-server/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql50-client -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if ${PKGNAMESUFFIX} == "-server" diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index 85622ed..dc5a429 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-server/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql50-client -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if ${PKGNAMESUFFIX} == "-server" diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 85622ed..dc5a429 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql50-client -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if ${PKGNAMESUFFIX} == "-server" diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile index 85622ed..dc5a429 100644 --- a/databases/mysql60-server/Makefile +++ b/databases/mysql60-server/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql50-client -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if ${PKGNAMESUFFIX} == "-server" diff --git a/databases/mysqlcppapi/Makefile b/databases/mysqlcppapi/Makefile index f1cbfb9..1122af7 100644 --- a/databases/mysqlcppapi/Makefile +++ b/databases/mysqlcppapi/Makefile @@ -17,7 +17,7 @@ COMMENT= A fork of mysql++ C++ API for MySQL USE_MYSQL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig gnomehack GNU_CONFIGURE= yes diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile index 85622ed..dc5a429 100644 --- a/databases/percona55-server/Makefile +++ b/databases/percona55-server/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql50-client -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if ${PKGNAMESUFFIX} == "-server" diff --git a/databases/pgcluster/Makefile b/databases/pgcluster/Makefile index 63ece10..7c04203 100644 --- a/databases/pgcluster/Makefile +++ b/databases/pgcluster/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync WRKSRC?= ${WRKDIR}/postgresql-${BASEPGSQL} USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_REINPLACE= yes MAKE_FLAGS= # empty MAKEFILE= # empty diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 43f1a5d..c369aea 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -17,7 +17,7 @@ MAINTAINER= girgen@FreeBSD.org COMMENT= A new C++ interface for PostgreSQL USE_PGSQL= YES -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_GMAKE= YES GNU_CONFIGURE= YES INSTALLS_SHLIB= YES diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index 43f1a5d..c369aea 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -17,7 +17,7 @@ MAINTAINER= girgen@FreeBSD.org COMMENT= A new C++ interface for PostgreSQL USE_PGSQL= YES -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_GMAKE= YES GNU_CONFIGURE= YES INSTALLS_SHLIB= YES diff --git a/databases/postgresql-libpqxx30/Makefile b/databases/postgresql-libpqxx30/Makefile index 43f1a5d..c369aea 100644 --- a/databases/postgresql-libpqxx30/Makefile +++ b/databases/postgresql-libpqxx30/Makefile @@ -17,7 +17,7 @@ MAINTAINER= girgen@FreeBSD.org COMMENT= A new C++ interface for PostgreSQL USE_PGSQL= YES -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_GMAKE= YES GNU_CONFIGURE= YES INSTALLS_SHLIB= YES diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile index 1eb38d4..f9830a2 100644 --- a/databases/postgresql80-server/Makefile +++ b/databases/postgresql80-server/Makefile @@ -108,7 +108,7 @@ USE_BISON= yes . endif . if defined(SERVER_ONLY) && defined(WITH_ICU) -USE_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile index 171f826..a763eaa 100644 --- a/databases/postgresql81-server/Makefile +++ b/databases/postgresql81-server/Makefile @@ -108,7 +108,7 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off . endif . if defined(SERVER_ONLY) && defined(WITH_ICU) -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile index 171f826..a763eaa 100644 --- a/databases/postgresql82-server/Makefile +++ b/databases/postgresql82-server/Makefile @@ -108,7 +108,7 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off . endif . if defined(SERVER_ONLY) && defined(WITH_ICU) -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile index 171f826..a763eaa 100644 --- a/databases/postgresql83-server/Makefile +++ b/databases/postgresql83-server/Makefile @@ -108,7 +108,7 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off . endif . if defined(SERVER_ONLY) && defined(WITH_ICU) -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile index 171f826..a763eaa 100644 --- a/databases/postgresql84-server/Makefile +++ b/databases/postgresql84-server/Makefile @@ -108,7 +108,7 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off . endif . if defined(SERVER_ONLY) && defined(WITH_ICU) -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile index 171f826..a763eaa 100644 --- a/databases/postgresql90-server/Makefile +++ b/databases/postgresql90-server/Makefile @@ -108,7 +108,7 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off . endif . if defined(SERVER_ONLY) && defined(WITH_ICU) -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 171f826..a763eaa 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -108,7 +108,7 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off . endif . if defined(SERVER_ONLY) && defined(WITH_ICU) -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 171f826..a763eaa 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -108,7 +108,7 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off . endif . if defined(SERVER_ONLY) && defined(WITH_ICU) -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/puredb/Makefile b/databases/puredb/Makefile index 2405f89..3ba9950 100644 --- a/databases/puredb/Makefile +++ b/databases/puredb/Makefile @@ -14,7 +14,7 @@ DISTNAME= pure-db-${PORTVERSION} MAINTAINER= sergei@FreeBSD.org COMMENT= Set of libraries for creating and reading constant databases -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes DOCS= AUTHORS FORMAT_DESCR NEWS README diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index f223c21..7fe718f 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= cgi.1:${PORTSDIR}/devel/cgilib \ png.5:${PORTSDIR}/graphics/png USE_PERL5= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --enable-perl-site-install --disable-python diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index 79efec6..5175b66 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/rrdtool10/Makefile @@ -19,7 +19,7 @@ MAKE_ENV= PERL=${PERL} CONFLICTS= rrdtool-1.2* LATEST_LINK= rrdtool10 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 27058e4..4985089 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -56,7 +56,7 @@ MAKE_ENV+= TCL_VER=${TCL_V} USE_GMAKE= YES USE_GNOME= pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= YES USE_REINPLACE= YES CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index a39dc6d..e3d88d3 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -20,7 +20,7 @@ COMMENT= An SQL database engine in a C library w/ Tcl wrapper USE_GMAKE= YES USE_GNOME= pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 HAS_CONFIGURE= YES USE_REINPLACE= YES INSTALLS_SHLIB= YES diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile index a39dc6d..e3d88d3 100644 --- a/databases/sqlite34/Makefile +++ b/databases/sqlite34/Makefile @@ -20,7 +20,7 @@ COMMENT= An SQL database engine in a C library w/ Tcl wrapper USE_GMAKE= YES USE_GNOME= pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 HAS_CONFIGURE= YES USE_REINPLACE= YES INSTALLS_SHLIB= YES diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index a7c50ba..9eb5536 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= rudiments.0:${PORTSDIR}/devel/rudiments USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 259 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= autoconf:259 libtool:15 CONFIGURE_ENV= ${SQLRELAY_CONFIGURE_ENV} \ CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 69ce799..08a70ec 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -16,9 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Trivial Database -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= automake:14 autoconf:213 libtool:13:inc INSTALLS_SHLIB= yes MAN3= tdb.3 tdb_chainlock.3 tdb_close.3 tdb_delete.3 tdb_error.3 \ diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 22eb5a4..5521d0a 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -17,7 +17,7 @@ CONFLICTS= libiodbc-* USE_GNOME= gnomehack gnometarget USE_ICONV= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-static --enable-shared \ --with-libiconv-prefix=${LOCALBASE} INSTALLS_SHLIB= yes diff --git a/databases/xbase/Makefile b/databases/xbase/Makefile index ca67981..4ab5357 100644 --- a/databases/xbase/Makefile +++ b/databases/xbase/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= lthack INSTALLS_SHLIB= yes diff --git a/databases/xbsql/Makefile b/databases/xbsql/Makefile index d4eef28..2a7357e 100644 --- a/databases/xbsql/Makefile +++ b/databases/xbsql/Makefile @@ -16,7 +16,7 @@ COMMENT= An SQL wrapper for the XBase DBMS library LIB_DEPENDS= xbase-2.0.0:${PORTSDIR}/databases/xbase USE_BISON= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/deskutils/bmp-docklet/Makefile b/deskutils/bmp-docklet/Makefile index f0c00a5..6f5be94 100644 --- a/deskutils/bmp-docklet/Makefile +++ b/deskutils/bmp-docklet/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack intlhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/deskutils/doodle/Makefile b/deskutils/doodle/Makefile index 0db4f1a..593a4fa 100644 --- a/deskutils/doodle/Makefile +++ b/deskutils/doodle/Makefile @@ -18,7 +18,7 @@ COMMENT= Quickly search documents LIB_DEPENDS= extractor.2:${PORTSDIR}/textproc/libextractor USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes USE_FAM= yes INSTALLS_SHLIB= yes diff --git a/deskutils/drivel/Makefile b/deskutils/drivel/Makefile index b86e146..ac8ae9a 100644 --- a/deskutils/drivel/Makefile +++ b/deskutils/drivel/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_OMF= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gcal/Makefile b/deskutils/gcal/Makefile index 2facb55..d88bea7 100644 --- a/deskutils/gcal/Makefile +++ b/deskutils/gcal/Makefile @@ -21,7 +21,7 @@ COMMENT= The GNU Gregorian calendar program USE_GETTEXT= yes # required to rebuild info files if needed. USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 GNU_CONFIGURE= yes INFO= gcal diff --git a/deskutils/gdesklets/Makefile b/deskutils/gdesklets/Makefile index f6de55b..0ab33dd 100644 --- a/deskutils/gdesklets/Makefile +++ b/deskutils/gdesklets/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2 USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack librsvg2 pygnomeextras diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 028e825..a8d71e3 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview intlhack \ libgnomeui vte USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure mpfr/configure CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 8bdc80d..77c85e5 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui libgnomeprintui \ desktopfileutils intlhack USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile index f94f1f3..65b681a 100644 --- a/deskutils/gnochm/Makefile +++ b/deskutils/gnochm/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomeextras -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index bfbad9c..c1e580b 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_BISON= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs libcapplet -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes CPPFLAGS= -I${LOCALBASE}/include diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index bfbad9c..c1e580b 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_BISON= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs libcapplet -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes CPPFLAGS= -I${LOCALBASE}/include diff --git a/deskutils/gtkjournal/Makefile b/deskutils/gtkjournal/Makefile index 46cf632..fc9eed0 100644 --- a/deskutils/gtkjournal/Makefile +++ b/deskutils/gtkjournal/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \ USE_X_PREFIX= yes USE_OPENSSL= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= gnomehack lthack gnometarget CONFIGURE_ARGS= --enable-gtkspell INSTALLS_SHLIB= yes diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 8685060..f22b685 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -26,7 +26,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils WANT_GNOME= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/deskutils/kbirthday/Makefile b/deskutils/kbirthday/Makefile index a19d910..072e4a8f 100644 --- a/deskutils/kbirthday/Makefile +++ b/deskutils/kbirthday/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_KDELIBS_VER=3 USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc # may or may not solve the alpha compilation issue.... CONFIGURE_ARGS= --with-pic diff --git a/deskutils/mcatalog/Makefile b/deskutils/mcatalog/Makefile index 8ab2714..5631b85 100644 --- a/deskutils/mcatalog/Makefile +++ b/deskutils/mcatalog/Makefile @@ -36,7 +36,7 @@ MOZILLA= mozilla USE_GNOME= gnomeprefix gnomehack gconf2 intlhack USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/multi-backgrounds-daemon/Makefile b/deskutils/multi-backgrounds-daemon/Makefile index a1975c1..daa031d 100644 --- a/deskutils/multi-backgrounds-daemon/Makefile +++ b/deskutils/multi-backgrounds-daemon/Makefile @@ -16,7 +16,7 @@ COMMENT= Change your GNOME2 backgound when you switch to other workspace USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnomeprefix libgnomeui libwnck CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/multisync/Makefile b/deskutils/multisync/Makefile index 57fd960..eadd338 100644 --- a/deskutils/multisync/Makefile +++ b/deskutils/multisync/Makefile @@ -20,8 +20,7 @@ WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION} USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GMAKE= yes -USE_LIBTOOL_VER=15 -WANT_AUTOMAKE_VER=19 +USE_AUTOTOOLS= automake:19:env libtool:15 USE_X_PREFIX= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile index 20ca666..6b9162a 100644 --- a/deskutils/nautilus-actions/Makefile +++ b/deskutils/nautilus-actions/Makefile @@ -16,7 +16,7 @@ COMMENT= Extension for Nautilus to configure programs to launch on files USE_GNOME= nautilus2 intlhack pygtk2 USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes USE_X_PREFIX= yes USE_REINPLACE= yes diff --git a/deskutils/nautilus-locked-folder/Makefile b/deskutils/nautilus-locked-folder/Makefile index f9703a9..a2699187 100644 --- a/deskutils/nautilus-locked-folder/Makefile +++ b/deskutils/nautilus-locked-folder/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.ids.org.au/~jam6/locked-folders/ MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= nautilus2 diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile index 237490c..b30d189 100644 --- a/deskutils/nautilus-sendto/Makefile +++ b/deskutils/nautilus-sendto/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \ USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index 2c6d82e..fe76db9 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus \ sexy:${PORTSDIR}/x11-toolkits/libsexy USE_GNOME= gnomehack gnometarget intlhack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index 461d478..e089274 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/Makefile @@ -26,7 +26,7 @@ WANT_GNOME= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ARGS= --enable-static \ --disable-python \ diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index be7f7be..70578a7 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \ USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/deskutils/xfce4-calendar/Makefile b/deskutils/xfce4-calendar/Makefile index 92fb0e1..f192cf7 100644 --- a/deskutils/xfce4-calendar/Makefile +++ b/deskutils/xfce4-calendar/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ CPPFLAGS=-I${LOCALBASE}/include \ diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index 068fdcf..60995d9 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/deskutils/xfce4-taskbar-plugin/Makefile b/deskutils/xfce4-taskbar-plugin/Makefile index 9ae2c5b..63b7f1f 100644 --- a/deskutils/xfce4-taskbar-plugin/Makefile +++ b/deskutils/xfce4-taskbar-plugin/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> diff --git a/deskutils/xfce4-windowlist-plugin/Makefile b/deskutils/xfce4-windowlist-plugin/Makefile index 09cbfee..8732812 100644 --- a/deskutils/xfce4-windowlist-plugin/Makefile +++ b/deskutils/xfce4-windowlist-plugin/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index bd6e31f..135def8 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile index 0841a64..0fcfc38 100644 --- a/deskutils/yank/Makefile +++ b/deskutils/yank/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomelibs gnomehack gnomeprefix -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index f81f39b..cbadb7e 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -21,7 +21,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib12 gnometarget INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFILES= configure popt/configure libIDL/configure CONFIGURE_ARGS= --disable-indent CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 2cd9f8d..6d80885 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack libidl CONFIGURE_ARGS= --disable-indent \ --with-html-dir=${PREFIX}/share/doc \ diff --git a/devel/ac-archive/Makefile b/devel/ac-archive/Makefile index 84aac97..bdbcffb 100644 --- a/devel/ac-archive/Makefile +++ b/devel/ac-archive/Makefile @@ -17,7 +17,7 @@ COMMENT= A set of useful GNU autoconf macros USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/adacurses/Makefile b/devel/adacurses/Makefile index c27c7fe..dfbbf91 100644 --- a/devel/adacurses/Makefile +++ b/devel/adacurses/Makefile @@ -18,7 +18,7 @@ COMMENT= Curses library for Ada BUILD_DEPENDS= gnat:${PORTSDIR}/lang/gnat -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ --disable-termcap --includedir=${PREFIX}/include/ncurses \ diff --git a/devel/alf/Makefile b/devel/alf/Makefile index 4daf731..2702968 100644 --- a/devel/alf/Makefile +++ b/devel/alf/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Abstract Large File USE_PYTHON= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile index a79a9cc..b335d86 100644 --- a/devel/allegro-devel/Makefile +++ b/devel/allegro-devel/Makefile @@ -19,7 +19,7 @@ USE_REINPLACE= yes USE_XLIB= yes WANT_GNOME= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 .include "Makefile.man" diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index a79a9cc..b335d86 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -19,7 +19,7 @@ USE_REINPLACE= yes USE_XLIB= yes WANT_GNOME= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 .include "Makefile.man" diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index b03226a..851e106 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes INSTALLS_OMF= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 65cf1a5..3011b91 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -28,9 +28,7 @@ COMMENT= The Apache Group's Portability Library LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 USE_ICONV= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15:env USE_REINPLACE= yes USE_PERL5= yes USE_GMAKE= yes diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 65cf1a5..3011b91 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -28,9 +28,7 @@ COMMENT= The Apache Group's Portability Library LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 USE_ICONV= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15:env USE_REINPLACE= yes USE_PERL5= yes USE_GMAKE= yes diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 65cf1a5..3011b91 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -28,9 +28,7 @@ COMMENT= The Apache Group's Portability Library LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 USE_ICONV= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15:env USE_REINPLACE= yes USE_PERL5= yes USE_GMAKE= yes diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 65cf1a5..3011b91 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -28,9 +28,7 @@ COMMENT= The Apache Group's Portability Library LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 USE_ICONV= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15:env USE_REINPLACE= yes USE_PERL5= yes USE_GMAKE= yes diff --git a/devel/arm-elf-binutils/Makefile b/devel/arm-elf-binutils/Makefile index e22327e..000576a 100644 --- a/devel/arm-elf-binutils/Makefile +++ b/devel/arm-elf-binutils/Makefile @@ -19,7 +19,7 @@ COMMENT= GNU binutils for vanilla ARM cross-development USE_BZIP2= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --target=${PKGNAMEPREFIX:S/-$//} CONFIGURE_ARGS= --infodir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ diff --git a/devel/arm-elf-gcc295/Makefile b/devel/arm-elf-gcc295/Makefile index fd6f18f..0826d41 100644 --- a/devel/arm-elf-gcc295/Makefile +++ b/devel/arm-elf-gcc295/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} --enable-languages="c,c++,objc" CONFIGURE_ARGS+= --with-cpu="${DEFAULT_CPU}" .endif MAKE_ENV= PATH=${PREFIX}/bin:${PATH} -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFILES= configure etc/configure gcc/configure libiberty/configure \ libobjc/configure texinfo/configure \ texinfo/testsuite/configure diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index fdc8470..a35ec17 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/} MAINTAINER= oliver@FreeBSD.org COMMENT= A C++ reference implementation of the Atlas protocol -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile index 442dd4d..7b237b5 100644 --- a/devel/atlas/Makefile +++ b/devel/atlas/Makefile @@ -17,7 +17,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A C++ reference implementation of the Atlas protocol USE_REINPLACE= YES -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index b3e1a95..82801c0 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_GNOME= gnomehack gnometarget libxml2 USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes INSTALLS_SHLIB= yes diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index 7fb11d4..49a152e 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -17,7 +17,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.9) RUN_DEPENDS= ${AUTOCONF_DEPENDS} -WANT_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259:env BUILD_VERSION= 19 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index 51d7881..f444ada 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -18,7 +18,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.4) RUN_DEPENDS= ${AUTOCONF_DEPENDS} -WANT_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213:env BUILD_VERSION= 14 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile index c4bb29f..15b5ddf 100644 --- a/devel/automake15/Makefile +++ b/devel/automake15/Makefile @@ -18,7 +18,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.5) RUN_DEPENDS= ${AUTOCONF_DEPENDS} -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env BUILD_VERSION= 15 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile index 7fb11d4..49a152e 100644 --- a/devel/automake19/Makefile +++ b/devel/automake19/Makefile @@ -17,7 +17,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.9) RUN_DEPENDS= ${AUTOCONF_DEPENDS} -WANT_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259:env BUILD_VERSION= 19 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index cfc6c69..cc073f6 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --target=avr .if (${MACHINE_ARCH} == "amd64") MACHINE_ARCH= x86_64 .endif -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ gas/configure gprof/configure intl/configure ld/configure \ libiberty/configure opcodes/configure diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile index 8974c68..f892b18 100644 --- a/devel/avr-gcc-3/Makefile +++ b/devel/avr-gcc-3/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} -USE_AUTOHEADER_VER= 213 +USE_AUTOTOOLS= autoheader:213 USE_PERL5_BUILD= yes USE_BZIP2= yes USE_GMAKE= yes diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 8974c68..f892b18 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} -USE_AUTOHEADER_VER= 213 +USE_AUTOTOOLS= autoheader:213 USE_PERL5_BUILD= yes USE_BZIP2= yes USE_GMAKE= yes diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 27ad638..71ea539 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -15,7 +15,7 @@ DISTNAME= gc${PORTVERSION:S/.a/alpha/} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Garbage collection and memory leak detection for C and C++ -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= lthack USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile index 4d49dac..e31b9de5 100644 --- a/devel/bonobo-conf/Makefile +++ b/devel/bonobo-conf/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack bonobo gconf -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile index 2654fc1..c85d981 100644 --- a/devel/clanlib-devel/Makefile +++ b/devel/clanlib-devel/Makefile @@ -32,7 +32,7 @@ USE_PERL5_BUILD= yes USE_XLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-clanJavaScript --disable-docs diff --git a/devel/clint/Makefile b/devel/clint/Makefile index 9ad906f..b09e099 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -19,7 +19,7 @@ COMMENT= A static source code checker for C++ USE_PYTHON= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" INSTALLS_SHLIB= yes diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index 8c1cc04..b914aa4 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --without-libxml2 USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GCC= 3.4 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_cv_path_DOXYGEN=no diff --git a/devel/cstringbuffer/Makefile b/devel/cstringbuffer/Makefile index 24fd31d..4ca5db2 100644 --- a/devel/cstringbuffer/Makefile +++ b/devel/cstringbuffer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # disappeared MAINTAINER= ports@FreeBSD.org COMMENT= File-like IO for strings -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN3= csb.3 MANCOMPRESSED= no diff --git a/devel/cvsnt/Makefile b/devel/cvsnt/Makefile index d12330d..32300a9 100644 --- a/devel/cvsnt/Makefile +++ b/devel/cvsnt/Makefile @@ -15,7 +15,7 @@ COMMENT= CVS clone CONFLICTS= cvs-1* -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_RC_SUBR= cvslockd.sh CONFIGURE_ARGS= --enable-fork\ --disable-odbc --disable-postgres\ diff --git a/devel/cvsutils/Makefile b/devel/cvsutils/Makefile index 77f8297..9f2575f 100644 --- a/devel/cvsutils/Makefile +++ b/devel/cvsutils/Makefile @@ -19,8 +19,7 @@ USE_BZIP2= yes USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOMAKE_VER=15 -USE_AUTOCONF_VER=253 +USE_AUTOTOOLS= automake:15 autoconf:253 AUTOMAKE_ARGS= --add-missing MAN1= cvsutils.1 diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index b23b2c6..087851f 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS?= expat.5:${PORTSDIR}/textproc/expat2 USE_GNOME?= gnomehack glib20 libxml2 USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_RC_SUBR= yes USE_REINPLACE= yes diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index e07ac74..71cfae0 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_XPM= yes USE_MOTIF= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CFLAGS+= -Wno-deprecated CPPFLAGS+= -I${LOCALBASE}/include diff --git a/devel/desktop-file-utils/Makefile b/devel/desktop-file-utils/Makefile index aa82cc2..f38051d 100644 --- a/devel/desktop-file-utils/Makefile +++ b/devel/desktop-file-utils/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt USE_GNOME= glib20 WANT_GNOME= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile index 2a9163e..de0fe2b 100644 --- a/devel/directfb/Makefile +++ b/devel/directfb/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" USE_SDL= sdl -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes USE_PERL5= yes diff --git a/devel/dotconf++/Makefile b/devel/dotconf++/Makefile index b018b8b..6b041ff 100644 --- a/devel/dotconf++/Makefile +++ b/devel/dotconf++/Makefile @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= mark_sf@kikg.ifmo.ru COMMENT= Configuration file parser written in C++ -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile index bd5d67d..8629a63 100644 --- a/devel/e4graph/Makefile +++ b/devel/e4graph/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/all USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} --enable-tcl \ --with-expat=${LOCALBASE} --enable-xml diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile index 21379be..f2b497b 100644 --- a/devel/eboxy/Makefile +++ b/devel/eboxy/Makefile @@ -21,7 +21,7 @@ USE_SDL= sdl gui mixer USE_GNOME= gnometarget libxml2 lthack USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-lirc diff --git a/devel/eet/Makefile b/devel/eet/Makefile index 1fceaf0..2174a92 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -15,7 +15,7 @@ COMMENT= Enlightenment Data Handling Library LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/epm/Makefile b/devel/epm/Makefile index 4646b04..35b861f 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -25,7 +25,7 @@ PATCH_SITES+= http://installation.openoffice.org/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1 MAN5= epm.list.5 setup.types.5 diff --git a/devel/erlslang/Makefile b/devel/erlslang/Makefile index cb6b0f5..0469b24 100644 --- a/devel/erlslang/Makefile +++ b/devel/erlslang/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}" USE_GMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes CONFIGURE_WRKSRC=${WRKSRC}/config diff --git a/devel/fam/Makefile b/devel/fam/Makefile index baa6956..ab80520 100644 --- a/devel/fam/Makefile +++ b/devel/fam/Makefile @@ -20,9 +20,7 @@ COMMENT= A file alteration monitor CFLAGS+= -Wno-deprecated -USE_AUTOMAKE_VER=15 -USE_AUTOCONF_VER=253 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= automake:15 autoconf:253 libtool:13:inc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 9ad1781..33ac818 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -17,7 +17,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Foreign function call libraries USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 NOT_FOR_ARCHS= sparc64 MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 diff --git a/devel/florist/Makefile b/devel/florist/Makefile index 61a5c6f..3fb4d60 100644 --- a/devel/florist/Makefile +++ b/devel/florist/Makefile @@ -18,7 +18,7 @@ COMMENT= FSU implementation of POSIX.5, the POSIX Ada binding BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes CONFIGURE_ARGS= --enable-threads CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" \ diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 7bdeb9c..f4c3626 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile INFO= g-wrap -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GMAKE= yes USE_GNOME= gtk12 INSTALLS_SHLIB= yes diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index ae4d0a7..f406dab 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -25,9 +25,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ CONFLICTS= fam-[0-9]* .if defined(GAMIN_SLAVE) -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc .else -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .endif post-patch: diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile index 1821d90..4982381 100644 --- a/devel/gaul/Makefile +++ b/devel/gaul/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}" diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 20c04be..c63d0ff 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnometarget glib12 gtk12 oaf libxml orbit INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/gconfmm/Makefile b/devel/gconfmm/Makefile index cb0df3f..9dd0e73 100644 --- a/devel/gconfmm/Makefile +++ b/devel/gconfmm/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack lthack gconf2 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index b760c9b..02f7928 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -28,7 +28,7 @@ USE_GMAKE= yes USE_GCC= 3.4 USE_REINPLACE= yes USE_GNOME= gnomehack gconf2 -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index 670d0aa..ae1493f 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -32,8 +32,7 @@ MAN1= cvs.1 MAN5= cvs.5 MAN8= cvsbug.8 INFO= cvs cvsclient -WANT_AUTOMAKE_VER= 14 -WANT_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14:env autoconf:213:env post-install: install-info ${PREFIX}/info/cvs.info ${PREFIX}/info/dir diff --git a/devel/gengameng/Makefile b/devel/gengameng/Makefile index 6b5e38f3..b58a5c4 100644 --- a/devel/gengameng/Makefile +++ b/devel/gengameng/Makefile @@ -16,7 +16,7 @@ COMMENT= An SDL game engine library USE_SDL= image sdl USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --program-prefix="" CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \ diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 6dcf502..86c3f4c 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -18,7 +18,7 @@ COMMENT= GNU gettext package USE_ICONV= yes LIBTOOLFILES= autoconf-lib-link/configure gettext-runtime/configure \ gettext-runtime/libasprintf/configure gettext-tools/configure -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= ACLOCAL="${TRUE}" \ AUTOCONF="${TRUE}" \ diff --git a/devel/glademm/Makefile b/devel/glademm/Makefile index f5932cd..56a4362 100644 --- a/devel/glademm/Makefile +++ b/devel/glademm/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnometarget -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG= yes PLIST_FILES= bin/glade-- bin/glademm-embed diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile index 3d304ef1..9a73b99 100644 --- a/devel/glib12/Makefile +++ b/devel/glib12/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (previous stable version) USE_GNOME= pkgconfig -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes USE_REINPLACE= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile index 426c682..3825e85 100644 --- a/devel/gnome-build/Makefile +++ b/devel/gnome-build/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gdl-1.0:${PORTSDIR}/x11-toolkits/gdl USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack lthack gnometarget libgnomeui gnomevfs2 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --enable-compile-warnings=no diff --git a/devel/gnome-crash/Makefile b/devel/gnome-crash/Makefile index 0c0c501..0cc94b2 100644 --- a/devel/gnome-crash/Makefile +++ b/devel/gnome-crash/Makefile @@ -19,7 +19,7 @@ COMMENT= A small coredump analysis tool for GNOME USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libglade gnomeprint -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gnomebuild/Makefile b/devel/gnomebuild/Makefile index 426c682..3825e85 100644 --- a/devel/gnomebuild/Makefile +++ b/devel/gnomebuild/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gdl-1.0:${PORTSDIR}/x11-toolkits/gdl USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack lthack gnometarget libgnomeui gnomevfs2 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --enable-compile-warnings=no diff --git a/devel/gnomecrash/Makefile b/devel/gnomecrash/Makefile index 0c0c501..0cc94b2 100644 --- a/devel/gnomecrash/Makefile +++ b/devel/gnomecrash/Makefile @@ -19,7 +19,7 @@ COMMENT= A small coredump analysis tool for GNOME USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libglade gnomeprint -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gnulibiberty/Makefile b/devel/gnulibiberty/Makefile index 9f40b35..be6c7af 100644 --- a/devel/gnulibiberty/Makefile +++ b/devel/gnulibiberty/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/libiberty USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-install-libiberty -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFLICTS= freelibiberty-* diff --git a/devel/gtkmozedit/Makefile b/devel/gtkmozedit/Makefile index 9ed2524..e267534 100644 --- a/devel/gtkmozedit/Makefile +++ b/devel/gtkmozedit/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_REINPLACE= yes WITH_MOZILLA?= firefox INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack .include <bsd.port.pre.mk> diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index 228c971..0562eae 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -22,7 +22,7 @@ USE_REINPLACE= yes USE_SDL= sdl image USE_GMAKE= yes USE_GCC= 3.2+ -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-allegro INSTALLS_SHLIB= yes diff --git a/devel/guikachu/Makefile b/devel/guikachu/Makefile index 6af0260..cfc0019 100644 --- a/devel/guikachu/Makefile +++ b/devel/guikachu/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GCC= 3.4 USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index f5b0ff6..9946f85 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -17,7 +17,7 @@ COMMENT= Multi-platform helper library for networking and security applications OPTIONS= SSLDEBUG "Enable gwenhywfar SSL debug (if SSL enabled)" off \ MEMDEBUG "Enable memory debugger statistic" off -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes USE_OPENSSL= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/ixlib/Makefile b/devel/ixlib/Makefile index a7e881c..a10efd9 100644 --- a/devel/ixlib/Makefile +++ b/devel/ixlib/Makefile @@ -18,7 +18,7 @@ COMMENT= A small C++ tools library based on STL USE_GETTEXT= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/jakelib2/Makefile b/devel/jakelib2/Makefile index 19e6ce2..97124aa 100644 --- a/devel/jakelib2/Makefile +++ b/devel/jakelib2/Makefile @@ -17,7 +17,7 @@ COMMENT= A cross platform C++ class library with a Java-like API LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ diff --git a/devel/jclassinfo/Makefile b/devel/jclassinfo/Makefile index 6b59eac..35d5421 100644 --- a/devel/jclassinfo/Makefile +++ b/devel/jclassinfo/Makefile @@ -18,7 +18,7 @@ COMMENT= Shows information about Java class, dependencies and more USE_REINPLACE= yes USE_GETOPT_LONG= yes USE_GNOME= pkgconfig gnomehack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/jep/Makefile b/devel/jep/Makefile index 05e6e95..3069f5e 100644 --- a/devel/jep/Makefile +++ b/devel/jep/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} USE_JAVA= yes JAVA_VERSION= 1.2+ USE_PYTHON= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= jep.1 diff --git a/devel/judy/Makefile b/devel/judy/Makefile index 6253d6e..71b3dac 100644 --- a/devel/judy/Makefile +++ b/devel/judy/Makefile @@ -15,7 +15,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= General purpose dynamic array GNU_CONFIGURE= YES -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= YES INSTALLS_SHLIB= YES USE_REINPLACE= YES diff --git a/devel/klassmodeler/Makefile b/devel/klassmodeler/Makefile index 3319439..5f74c86 100644 --- a/devel/klassmodeler/Makefile +++ b/devel/klassmodeler/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME} WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config USE_GNOME= gnometarget -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= WXWINDOWS="yes" PLIST_FILES= bin/klassmodeler diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile index 1702e87c..b70583a 100644 --- a/devel/kyra/Makefile +++ b/devel/kyra/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_SDL= image sdl USE_GNOME= gnometarget lthack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" INSTALLS_SHLIB= yes diff --git a/devel/leoarg/Makefile b/devel/leoarg/Makefile index 2e9a550..6fcadc8 100644 --- a/devel/leoarg/Makefile +++ b/devel/leoarg/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A class for parsing command lines USE_GNOME= gnometarget lthack -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFLAGS= --disable-ltlibs --disable-static INSTALLS_SHLIB= yes diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index 302a6d7..e2ee9b3 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_BISON= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile index 95c1418..684e4d3 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -15,7 +15,7 @@ DISTNAME= libPropList-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Property library for gnome and Window Maker -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index 857bc9c..11b67ae 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -17,7 +17,7 @@ COMMENT= An C++ networking library and application framework USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ARGS= --disable-html-docs --disable-static INSTALLS_SHLIB= yes diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index d029284..8448fa5 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack lthack gnomeprefix gnometarget glib20 libxml2 pkgconfig -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib diff --git a/devel/libast/Makefile b/devel/libast/Makefile index b808355..dd13749 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ USE_X_PREFIX= yes USE_GNOME= gnomehack -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile index 3c1c2d3..395870c 100644 --- a/devel/libbegemot/Makefile +++ b/devel/libbegemot/Makefile @@ -16,12 +16,9 @@ COMMENT= A function library for begemot tools GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBLTDL= yes +USE_AUTOTOOLS= automake:19:env autoconf:259:env libltdl:15 libtool:15:env INSTALLS_SHLIB= yes -WANT_AUTOCONF_VER= 259 -WANT_AUTOMAKE_VER= 19 -WANT_LIBTOOL_VER= 15 MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1 diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile index 106a99b..c51d645 100644 --- a/devel/libbinio/Makefile +++ b/devel/libbinio/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Binary I/O stream class library INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GCC= 3.4+ diff --git a/devel/libbnr/Makefile b/devel/libbnr/Makefile index 55ce447..ff9ce18 100644 --- a/devel/libbnr/Makefile +++ b/devel/libbnr/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://dspam.nuclearelephant.com/sources/extras/ \ MAINTAINER= itetcu@people.tecnik93.com COMMENT= GPL implementation of the Bayesian Noise Reduction algorithm -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --includedir=${PREFIX}/include/${PORTNAME} diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 8231b25..63c3c7a 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PERL5= yes USE_GNOME= gnomehack intlhack libxml2 orbit2 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ diff --git a/devel/libbonobomm/Makefile b/devel/libbonobomm/Makefile index b406373..1d47b43 100644 --- a/devel/libbonobomm/Makefile +++ b/devel/libbonobomm/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack lthack libbonobo -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/libcapsinetwork/Makefile b/devel/libcapsinetwork/Makefile index 0a79e65..3699fd1 100644 --- a/devel/libcapsinetwork/Makefile +++ b/devel/libcapsinetwork/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/ MAINTAINER= petef@FreeBSD.org COMMENT= Network library aimed at easy development of C++ server daemons -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile index 7c26475..1c127be 100644 --- a/devel/libconfuse/Makefile +++ b/devel/libconfuse/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS+= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck .endif USE_ICONV= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --disable-nls CFLAGS+= -I${WRKSRC}/src diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index 768e134..d0f2edd 100644 --- a/devel/libcwd/Makefile +++ b/devel/libcwd/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-threading USE_GMAKE= yes USE_GNOME= pkgconfig -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GETOPT_LONG=yes diff --git a/devel/libdaemon/Makefile b/devel/libdaemon/Makefile index 0fab73a..6fe68d2 100644 --- a/devel/libdaemon/Makefile +++ b/devel/libdaemon/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= Lightweight C library that eases the writing of UNIX daemons CONFIGURE_ARGS= --disable-lynx -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack INSTALLS_SHLIB= yes diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile index d52cb0e..92a4f9a 100644 --- a/devel/libdsp/Makefile +++ b/devel/libdsp/Makefile @@ -19,7 +19,7 @@ COMMENT= C++ class library of common digital signal processing functions WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION} -WANT_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:env USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" MKDIR="${MKDIR}" \ INLINE_VER="${INLINE_VER}" diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index 0905d21..7b409e9 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -14,7 +14,7 @@ MAINTAINER= petef@FreeBSD.org COMMENT= Provides an API to execute callback functions on certain events GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile index bb38cd9..b02cbb0 100644 --- a/devel/libffi-devel/Makefile +++ b/devel/libffi-devel/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/libffi/ MAINTAINER= horance@freera.net COMMENT= Foreign Function Interface -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= # empty diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index bb38cd9..b02cbb0 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/libffi/ MAINTAINER= horance@freera.net COMMENT= Foreign Function Interface -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= # empty diff --git a/devel/libfs++/Makefile b/devel/libfs++/Makefile index 919e56c..3c9ae20 100644 --- a/devel/libfs++/Makefile +++ b/devel/libfs++/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library which provides a file_iterator class USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/libghthash/Makefile b/devel/libghthash/Makefile index 49aebf8..3390b77 100644 --- a/devel/libghthash/Makefile +++ b/devel/libghthash/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic Hash Table -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/libgii/Makefile b/devel/libgii/Makefile index dee3338..75514e7 100644 --- a/devel/libgii/Makefile +++ b/devel/libgii/Makefile @@ -19,7 +19,7 @@ COMMENT= GGI API for input sources WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes MAN1= mhub.1 diff --git a/devel/libgiigic/Makefile b/devel/libgiigic/Makefile index 66e553f..9b7ebc2 100644 --- a/devel/libgiigic/Makefile +++ b/devel/libgiigic/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gii.0:${PORTSDIR}/devel/libgii WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 8764ec9..6d7d3ac 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack libxml2 gtk20 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ diff --git a/devel/libglademm/Makefile b/devel/libglademm/Makefile index d523df8..a8148bf 100644 --- a/devel/libglademm/Makefile +++ b/devel/libglademm/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libglade2 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile index 71b3832..8a3732f 100644 --- a/devel/libglademm24/Makefile +++ b/devel/libglademm24/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_GCC= 3.4 USE_REINPLACE= yes USE_GNOME= gnomehack libglade2 -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/libical/Makefile b/devel/libical/Makefile index 0dadef5..2e543fe 100644 --- a/devel/libical/Makefile +++ b/devel/libical/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= freeassociation MAINTAINER= joe@zircon.seattle.wa.us COMMENT= An implementation of the IETF's Calendaring and Scheduling protocols -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GMAKE= yes USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes diff --git a/devel/libmimedir/Makefile b/devel/libmimedir/Makefile index 67c8e7e..e9274b5 100644 --- a/devel/libmimedir/Makefile +++ b/devel/libmimedir/Makefile @@ -15,7 +15,7 @@ COMMENT= Library for parsing RFC2425 MIME Directory Profile information GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 USE_BISON= yes INSTALLS_SHLIB= yes diff --git a/devel/libmusclecard/Makefile b/devel/libmusclecard/Makefile index 474480a..7400102 100644 --- a/devel/libmusclecard/Makefile +++ b/devel/libmusclecard/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --enable-muscledropdir=${LOCALBASE}/lib/pcsc/services USE_REINPLACE= yes USE_GNOME= gnomehack INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 MAN8= bundleTool.8 diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index 52971a4..fd51065 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus \ USE_GNOME= gnomehack gnometarget intlhack glib20 USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 4f8b6de..a350a3a 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -15,7 +15,7 @@ COMMENT= Library of optimized inner loops USE_GNOME= glib20 USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GCC= 3.4 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-gtk-doc diff --git a/devel/libol/Makefile b/devel/libol/Makefile index d7f6877..901a768 100644 --- a/devel/libol/Makefile +++ b/devel/libol/Makefile @@ -14,7 +14,7 @@ MAINTAINER= vince@blue-box.net COMMENT= Library needed by syslog-ng GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes USE_GCC= 3.3+ diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile index 0acd08f..98d022f 100644 --- a/devel/liboop/Makefile +++ b/devel/liboop/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ USE_BZIP2= yes USE_GNOME= glib12 glib20 gnomehack gnometarget -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-libwww diff --git a/devel/libopendaap/Makefile b/devel/libopendaap/Makefile index 108a512..92dd826 100644 --- a/devel/libopendaap/Makefile +++ b/devel/libopendaap/Makefile @@ -16,7 +16,7 @@ COMMENT= C lib used to connect to iTunes(R) music shares USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN3= libopendaap.3 diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile index 9e77a92..447ba3f 100644 --- a/devel/libopensync/Makefile +++ b/devel/libopensync/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes USE_GNOME= gnomehack glib20 libxml2 USE_REINPLACE= yes diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile index 9e77a92..447ba3f 100644 --- a/devel/libopensync022/Makefile +++ b/devel/libopensync022/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes USE_GNOME= gnomehack glib20 libxml2 USE_REINPLACE= yes diff --git a/devel/libpeak/Makefile b/devel/libpeak/Makefile index 86dc6ad..3c9e1c8 100644 --- a/devel/libpeak/Makefile +++ b/devel/libpeak/Makefile @@ -18,7 +18,7 @@ COMMENT= Parallel Events and Asynchronous tasKing Library ONLY_FOR_ARCHS= i386 USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= CFLAGS="${CFLAGS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" diff --git a/devel/libredblack/Makefile b/devel/libredblack/Makefile index 9f54102..5c00abc 100644 --- a/devel/libredblack/Makefile +++ b/devel/libredblack/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library that provides the red-black balanced tree algorithm USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile index 64e9ce1..d4dbcf8 100644 --- a/devel/libshbuf/Makefile +++ b/devel/libshbuf/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for Shared Buffer IPC USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 71b8da0..cbd321a 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= libsigc \ MAINTAINER= gnome@FreeBSD.org COMMENT= Callback Framework for C++ -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes USE_GNOME= gnomehack diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile index 2ca2a68..3105b23 100644 --- a/devel/libsigc++12/Makefile +++ b/devel/libsigc++12/Makefile @@ -23,6 +23,6 @@ USE_GMAKE= yes LATEST_LINK= libsigc++12 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.mk> diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 7a5501e..3411313 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes LATEST_LINK= libsigc++20 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes PLIST_SUB= VERSION="2.0" API_VERSION="2.0" diff --git a/devel/libsigcx/Makefile b/devel/libsigcx/Makefile index 9aa2028..58ad6ec 100644 --- a/devel/libsigcx/Makefile +++ b/devel/libsigcx/Makefile @@ -19,7 +19,7 @@ COMMENT= An extension of libSigC++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 5d86e51..7219c4d 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -22,7 +22,7 @@ COMMENT= Provides a useful interface to system statistics DIST_SUBDIR= i-scream GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig MAN3= sg_get_cpu_percents.3 sg_get_cpu_stats.3 \ diff --git a/devel/libstrfunc/Makefile b/devel/libstrfunc/Makefile index 24a05f6..a487df6 100644 --- a/devel/libstrfunc/Makefile +++ b/devel/libstrfunc/Makefile @@ -15,7 +15,7 @@ MAINTAINER= vlm@lionet.info COMMENT= Handles CGI forms, MIME, templates, date conversions, etc INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix="" diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index bf637d7..e0edacb 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -16,7 +16,7 @@ COMMENT= A stroke translation library USE_XLIB= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/devel/libtap/Makefile b/devel/libtap/Makefile index f47ce8c..b8a4861 100644 --- a/devel/libtap/Makefile +++ b/devel/libtap/Makefile @@ -16,7 +16,7 @@ MAINTAINER= nik@FreeBSD.org COMMENT= Library implementing the Test Anything Protocol GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN3= tap.3 diff --git a/devel/libtecla/Makefile b/devel/libtecla/Makefile index f244e60..6649428 100644 --- a/devel/libtecla/Makefile +++ b/devel/libtecla/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Interactive command line editing facilities USE_SUBMAKE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile index 087dbc8..d3b1749 100644 --- a/devel/libticalcs/Makefile +++ b/devel/libticalcs/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= ticables.12:${PORTSDIR}/comms/libticables \ USE_GETTEXT= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/devel/libtifiles/Makefile b/devel/libtifiles/Makefile index e64a548..7a69710 100644 --- a/devel/libtifiles/Makefile +++ b/devel/libtifiles/Makefile @@ -17,7 +17,7 @@ COMMENT= TI calculator file types library GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GNOME= gnomehack pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile index 0881fb8..01e4e31 100644 --- a/devel/libukcprog/Makefile +++ b/devel/libukcprog/Makefile @@ -24,7 +24,7 @@ MAN3= ukcprog.3 DIST_SUBDIR= i-scream GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= gnomehack gnometarget pkgconfig lthack .include <bsd.port.mk> diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index 73e35dd..606b51a 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -18,7 +18,7 @@ COMMENT= A library for manipulating Unicode characters and strings USE_GMAKE= yes USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 917c5fb..dee4ad1 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -18,6 +18,6 @@ COMMENT= Library giving userland programs access to USB devices GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-docs INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.mk> diff --git a/devel/libzt/Makefile b/devel/libzt/Makefile index b717ecd..36b3b18 100644 --- a/devel/libzt/Makefile +++ b/devel/libzt/Makefile @@ -17,7 +17,7 @@ DEPRECATED= mastersite disappeared, no longer maintained by author EXPIRATION_DATE=2005-12-31 GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GETOPT_LONG= yes INSTALLS_SHLIB= yes diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile index 72f9f40..d062aef 100644 --- a/devel/libzvbi/Makefile +++ b/devel/libzvbi/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ USE_GETTEXT= yes USE_BZIP2= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index 90abb92..15b5f86 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Logging for C Library -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/log4cplus/Makefile b/devel/log4cplus/Makefile index b349e2d..b7b1786 100644 --- a/devel/log4cplus/Makefile +++ b/devel/log4cplus/Makefile @@ -16,7 +16,7 @@ MAINTAINER= petri.totterman@hmv.fi COMMENT= A logging library for C++ INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 3ebaa26..ac53c52 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -28,10 +28,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boost/regex.hpp:${PORTSDIR}/devel/boost CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib .endif -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:15 autoconf:253 libtool:13 AUTOMAKE_ARGS= --add-missing -USE_LIBTOOL_VER=13 LIBTOOL_VARS= --force --automake CPPFLAGS+= -I${LOCALBASE}/include diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index cedb6fb..a9eab1b 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A userspace thread library USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/m17n-lib/Makefile b/devel/m17n-lib/Makefile index 5e24c6b..9ab537d 100644 --- a/devel/m17n-lib/Makefile +++ b/devel/m17n-lib/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db USE_XLIB= yes USE_GNOME= gnometarget libxml2 pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/devel/mico/Makefile b/devel/mico/Makefile index b085c2d..de5b04d 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -22,7 +22,7 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} #CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} \ # CXXFLAGS="${CXXFLAGS}" CPP=${CPP} diff --git a/devel/mingw-binutils/Makefile b/devel/mingw-binutils/Makefile index fe7160a..e96af66 100644 --- a/devel/mingw-binutils/Makefile +++ b/devel/mingw-binutils/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-20011113 USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --target=i386-mingw32msvc MAN1= i386-mingw32msvc-addr2line.1 \ diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index e0e34fe..d343002 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binuti WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}-20010828 -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env USE_GMAKE= yes USE_REINPLACE= yes WITHOUT_CPU_CFLAGS= yes diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index 4c6b99c..7f7da1f 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -36,7 +36,7 @@ PATCH_DIST_STRIP= -p1 #USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ --disable-nls --disable-win32-registry \ diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 66f0a56..235dc0c 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -43,7 +43,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --enable-languages=c,c++,f77,objc,java \ --with-gcc --with-gnu-ld --with-gnu-as \ diff --git a/devel/mipsel-linux-binutils/Makefile b/devel/mipsel-linux-binutils/Makefile index 38ea58d..9cc8fe6 100644 --- a/devel/mipsel-linux-binutils/Makefile +++ b/devel/mipsel-linux-binutils/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} --with-gnu-ld --with-gnu-as \ --with-gcc --without-x11 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ gas/configure gprof/configure ld/configure opcodes/configure MAN1= ${PKGNAMEPREFIX}ar.1 ${PKGNAMEPREFIX}nm.1 \ diff --git a/devel/mipsel-linux-gcc/Makefile b/devel/mipsel-linux-gcc/Makefile index 8574fed..6dc4e48 100644 --- a/devel/mipsel-linux-gcc/Makefile +++ b/devel/mipsel-linux-gcc/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ ONLY_FOR_ARCHS= i386 alpha MAKE_ENV= PATH=${PREFIX}/bin:${PATH} USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_PERL5= yes LIBTOOLFILES= configure gcc/configure MAN1= ${PKGNAMEPREFIX}g++.1 ${PKGNAMEPREFIX}gcc.1 \ diff --git a/devel/msp430-binutils/Makefile b/devel/msp430-binutils/Makefile index 9d68b85..46c8e6e 100644 --- a/devel/msp430-binutils/Makefile +++ b/devel/msp430-binutils/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ --disable-nls --infodir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ gas/configure gprof/configure ld/configure opcodes/configure MAN1= ${PKGNAMEPREFIX}ar.1 ${PKGNAMEPREFIX}nm.1 \ diff --git a/devel/msp430-gcc/Makefile b/devel/msp430-gcc/Makefile index 1411062..421731e 100644 --- a/devel/msp430-gcc/Makefile +++ b/devel/msp430-gcc/Makefile @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ --enable-languages=c --disable-nls \ diff --git a/devel/msp430-gcc3/Makefile b/devel/msp430-gcc3/Makefile index 1411062..421731e 100644 --- a/devel/msp430-gcc3/Makefile +++ b/devel/msp430-gcc3/Makefile @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ --enable-languages=c --disable-nls \ diff --git a/devel/msp430-gdb/Makefile b/devel/msp430-gdb/Makefile index bb94dec..17dda03 100644 --- a/devel/msp430-gdb/Makefile +++ b/devel/msp430-gdb/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${GDBVERSION} USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} MAKE_ENV= PATH=${PREFIX}/bin:${PATH} LIBTOOLFILES= configure opcodes/configure bfd/configure diff --git a/devel/ncnf/Makefile b/devel/ncnf/Makefile index 670bd31..82f4419 100644 --- a/devel/ncnf/Makefile +++ b/devel/ncnf/Makefile @@ -18,7 +18,7 @@ COMMENT= Generic configuration management library LIB_DEPENDS= strfunc.9:${PORTSDIR}/devel/libstrfunc INSTALLS_SHLIB= YES -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= YES post-patch: diff --git a/devel/obby/Makefile b/devel/obby/Makefile index 67a00fa..7f9b951 100644 --- a/devel/obby/Makefile +++ b/devel/obby/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --without-howl USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 .if !defined(WITHOUT_NLS) CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/ocaml-sdl/Makefile b/devel/ocaml-sdl/Makefile index de983b2..6f23935 100644 --- a/devel/ocaml-sdl/Makefile +++ b/devel/ocaml-sdl/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ lablgl:${PORTSDIR}/graphics/ocaml-lablgl USE_SDL= sdl ttf image mixer -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-findlib USE_GMAKE= yes diff --git a/devel/openzz/Makefile b/devel/openzz/Makefile index cd1c58c..62cbdfc 100644 --- a/devel/openzz/Makefile +++ b/devel/openzz/Makefile @@ -19,7 +19,7 @@ COMMENT= An interpreted dynamic parser WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/orbitcpp/Makefile b/devel/orbitcpp/Makefile index 2fbab01..3e387ed 100644 --- a/devel/orbitcpp/Makefile +++ b/devel/orbitcpp/Makefile @@ -18,7 +18,7 @@ COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB USE_BZIP2= yes USE_REINPLACE= yes USE_GNOME= gnomehack lthack orbit2 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes post-patch: diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index 12c1247..3d96635 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ex=${LOCALBASE} -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes check: build diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile index 37e075c..b397d96 100644 --- a/devel/ossp-cfg/Makefile +++ b/devel/ossp-cfg/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ex=${LOCALBASE} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN3= cfg.3 diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile index d6803a4..38f338d 100644 --- a/devel/ossp-ex/Makefile +++ b/devel/ossp-ex/Makefile @@ -18,7 +18,7 @@ COMMENT= OSSP ex is a small exception handling library for use in C USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index 1da7776..e4a9b68 100644 --- a/devel/ossp-l2/Makefile +++ b/devel/ossp-l2/Makefile @@ -18,7 +18,7 @@ COMMENT= A C library for a flexible and sophisticated Unix logging facility GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= l2-config.1 l2tool.1 diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile index 5984e54..b4cbe3d 100644 --- a/devel/ossp-val/Makefile +++ b/devel/ossp-val/Makefile @@ -22,7 +22,7 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ex=${LOCALBASE} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 MAN1= val-config.1 MAN3= val.3 diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile index 2de614b..a1f5cfa 100644 --- a/devel/ossp-var/Makefile +++ b/devel/ossp-var/Makefile @@ -18,7 +18,7 @@ COMMENT= A flexible, full-featured and fast variable expansion library USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-xds/Makefile b/devel/ossp-xds/Makefile index 7874c3b..a81953e 100644 --- a/devel/ossp-xds/Makefile +++ b/devel/ossp-xds/Makefile @@ -17,7 +17,7 @@ COMMENT= A generic and extensible framework for serialization GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= xds-config.1 diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index 333ff01..5b8f890 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -20,7 +20,7 @@ PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config USE_REINPLACE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="`${PCRE_CONFIG} --cflags`" \ LDFLAGS="`${PCRE_CONFIG} --libs`" diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 0450e15..e9700ed 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -19,7 +19,7 @@ COMMENT= Perl Compatible Regular Expressions library CONFLICTS?= pcre-utf8-[0-9]* USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .if !defined(NOPORTDOCS) diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index af96dd7..bdeba71 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -18,7 +18,7 @@ COMMENT= A smartcard development library GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc WRKSRC= ${WRKDIR}/pcsc-lite-1.2.9-beta7 INSTALLS_SHLIB= yes diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile index f9efa96..1d32a58 100644 --- a/devel/physfs-devel/Makefile +++ b/devel/physfs-devel/Makefile @@ -15,7 +15,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A library to provide abstract access to various archives USE_GNOME= gnometarget -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes NO_LATEST_LINK= yes diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 633aa10..a18880e 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -15,7 +15,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A library to provide abstract access to various archives USE_GNOME= gnometarget -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 2576358..4c66b10 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -21,7 +21,7 @@ COMMENT= A getopt(3) like library with a number of enhancements, from Redhat BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/devel/poslib/Makefile b/devel/poslib/Makefile index 1fb2c12a..73ea812 100644 --- a/devel/poslib/Makefile +++ b/devel/poslib/Makefile @@ -17,7 +17,7 @@ COMMENT= Posadis C++ DNS library GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes PLIST_SUB= VERSION="${PORTVERSION}" diff --git a/devel/prepstools/Makefile b/devel/prepstools/Makefile index 72e4a14..b06751d 100644 --- a/devel/prepstools/Makefile +++ b/devel/prepstools/Makefile @@ -20,7 +20,7 @@ USE_PGSQL= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gtk20 gconf2 glib20 libgnomeui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/privman/Makefile b/devel/privman/Makefile index 2ca409b..0879d90 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library that makes it easy for programs to use privilege separation GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 378dbac..f9bee15d 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes USE_GMAKE= yes USE_OPENLDAP= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 CONFIGURE_ENV= OSRELEASE=${OSVERSION} ALL_TARGET= optnoshared MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib diff --git a/devel/pwlib152/Makefile b/devel/pwlib152/Makefile index 378dbac..f9bee15d 100644 --- a/devel/pwlib152/Makefile +++ b/devel/pwlib152/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes USE_GMAKE= yes USE_OPENLDAP= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 CONFIGURE_ENV= OSRELEASE=${OSVERSION} ALL_TARGET= optnoshared MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile index df8e9d7..3e73103 100644 --- a/devel/py-orbit2/Makefile +++ b/devel/py-orbit2/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack orbit2 USE_PYTHON= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config .include <bsd.port.mk> diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index f4b2c4c..3ea4467 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -19,8 +19,7 @@ BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr-svn \ ${SVNDEP}:${PORTSDIR}/devel/subversion USE_X_PREFIX= yes -USE_LIBTOOL_VER= 15 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 libtool:15 CONFIGURE_ARGS= --with-wx-config=${WXCONFIG} \ --with-apr-config=apr-1-config \ --with-apu-config=apu-1-config diff --git a/devel/regexx/Makefile b/devel/regexx/Makefile index 0164d09..93a2197 100644 --- a/devel/regexx/Makefile +++ b/devel/regexx/Makefile @@ -19,7 +19,7 @@ COMMENT= A complete regular expressions C++ solution LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile index ee894c8..a4041b4 100644 --- a/devel/rpc2/Makefile +++ b/devel/rpc2/Makefile @@ -15,7 +15,7 @@ COMMENT= An interprocess communication library LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_PERL5= yes INSTALLS_SHLIB= yes diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 0d78b51..58f10e7 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -17,7 +17,7 @@ COMMENT= A utility C++ class library for daemons, clients, servers and more USE_GNOME= pkgconfig USE_GMAKE= yes USE_OPENSSL= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-ssl-includes=-I${OPENSSLBASE}/include \ --with-ssl-libs=-L${OPENSSLBASE}/lib --disable-pcre CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile index ac3c307..4a1e6a5 100644 --- a/devel/rvm/Makefile +++ b/devel/rvm/Makefile @@ -18,6 +18,6 @@ LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.mk> diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index eb027f9..c5ba077 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm INSTALLS_SHLIB= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 WANT_GNOME= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ diff --git a/devel/sdlmm/Makefile b/devel/sdlmm/Makefile index d4232a6..576335d 100644 --- a/devel/sdlmm/Makefile +++ b/devel/sdlmm/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A C++ Wrapper for the SDL (Simple DirectMedia Layer) USE_SDL= sdl -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index 0c5c2d1..d62d36f 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include diff --git a/devel/shapelib/Makefile b/devel/shapelib/Makefile index d1417147..ee2aadc 100644 --- a/devel/shapelib/Makefile +++ b/devel/shapelib/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://dl.maptools.org/dl/shapelib/ MAINTAINER= ports@FreeBSD.org COMMENT= C API for reading and writing ArcView Shapefiles -WANT_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:env ALL_TARGET= lib INSTALLS_SHLIB= yes diff --git a/devel/shmap/Makefile b/devel/shmap/Makefile index e9e9247..417ed03 100644 --- a/devel/shmap/Makefile +++ b/devel/shmap/Makefile @@ -18,7 +18,7 @@ COMMENT= Shared-memory-based hashmaps LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/soup/Makefile b/devel/soup/Makefile index 8649300..ac5566c9 100644 --- a/devel/soup/Makefile +++ b/devel/soup/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_GNOME= gnomehack glib12 libxml INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/str/Makefile b/devel/str/Makefile index 3831900..4768579 100644 --- a/devel/str/Makefile +++ b/devel/str/Makefile @@ -16,7 +16,7 @@ COMMENT= Generic String Library GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= str-config.1 diff --git a/devel/styx/Makefile b/devel/styx/Makefile index 63fb3c3..3873c22 100644 --- a/devel/styx/Makefile +++ b/devel/styx/Makefile @@ -17,7 +17,7 @@ COMMENT= A scanner/parser generator USE_ICONV= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile index c35ccc4..a6f9183 100644 --- a/devel/subversion-devel/Makefile +++ b/devel/subversion-devel/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index c35ccc4..a6f9183 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index c35ccc4..a6f9183 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index c35ccc4..a6f9183 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 925aa51..49fb4d3 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= xride@x12.dk COMMENT= Simplified Wrapper and Interface Generator -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env libtool:13 VER= ${PORTVERSION:R} PLIST_SUB+= PORTVERSION=${PORTVERSION} @@ -108,7 +108,6 @@ CONFIGURE_ARGS+= --without-java USE_REINPLACE= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME} -USE_LIBTOOL_VER= 13 CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC -DPIC" ALL_TARGET= swig PLIST_SUB+= VER="${VER}" diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 925aa51..49fb4d3 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= xride@x12.dk COMMENT= Simplified Wrapper and Interface Generator -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env libtool:13 VER= ${PORTVERSION:R} PLIST_SUB+= PORTVERSION=${PORTVERSION} @@ -108,7 +108,6 @@ CONFIGURE_ARGS+= --without-java USE_REINPLACE= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME} -USE_LIBTOOL_VER= 13 CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC -DPIC" ALL_TARGET= swig PLIST_SUB+= VER="${VER}" diff --git a/devel/sysconftool/Makefile b/devel/sysconftool/Makefile index b43bfcb..b7cc4b7 100644 --- a/devel/sysconftool/Makefile +++ b/devel/sysconftool/Makefile @@ -18,9 +18,7 @@ USE_BZIP2= yes USE_PERL5= yes HAS_CONFIGURE= yes -USE_AUTOMAKE_VER= 19 -USE_ACLOCAL_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259 MAN1= sysconftool.1 sysconftoolcheck.1 MAN7= sysconftool.7 diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile index 744d93d..b634862 100644 --- a/devel/t1lib/Makefile +++ b/devel/t1lib/Makefile @@ -18,7 +18,7 @@ COMMENT= A Type 1 Rasterizer Library for UNIX/X11 USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ALL_TARGET= without_doc INSTALLS_SHLIB= yes diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index d1a9dd5..50f0679 100644 --- a/devel/tclreadline/Makefile +++ b/devel/tclreadline/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= tclreadline MAINTAINER= darius@dons.net.au COMMENT= GNU readline for TCL -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes MANN= tclreadline.n diff --git a/devel/titano/Makefile b/devel/titano/Makefile index 4efbc4b0..dab3d66 100644 --- a/devel/titano/Makefile +++ b/devel/titano/Makefile @@ -20,7 +20,7 @@ USE_REINPLACE= yes USE_GNOME= gnomelibs libglade USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 .include <bsd.port.pre.mk> diff --git a/devel/vstr/Makefile b/devel/vstr/Makefile index 05a27db..db56450 100644 --- a/devel/vstr/Makefile +++ b/devel/vstr/Makefile @@ -14,7 +14,7 @@ MAINTAINER= robert@rs.tarrant.tx.us COMMENT= General purpose string library for C GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile index 0101b00..d946c4d 100644 --- a/devel/wftk/Makefile +++ b/devel/wftk/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ OPTIONS= SDL_MIXER "music and sound support" off USE_FREETYPE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_SDL= sdl GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/devel/xfc/Makefile b/devel/xfc/Makefile index 440e207..7e3d576 100644 --- a/devel/xfc/Makefile +++ b/devel/xfc/Makefile @@ -22,7 +22,7 @@ USE_GETTEXT= yes USE_GCC= 3.4+ USE_GNOME= glib20 gtk20 atk pango pkgconfig libglade2 gnomehack USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile index b1f4f18..64b8ca0 100644 --- a/devel/xparam/Makefile +++ b/devel/xparam/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A general-purpose tool for parameter handling in C++ USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/xxl/Makefile b/devel/xxl/Makefile index ba13623..67ae0e6 100644 --- a/devel/xxl/Makefile +++ b/devel/xxl/Makefile @@ -15,7 +15,7 @@ COMMENT= C and C++ that provides exception handling and asset management GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-threads -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index 6145ac5..6092ec4 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -16,8 +16,7 @@ COMMENT= A complete rewrite of the NASM assembler USE_REINPLACE= yes USE_ICONV= yes -USE_LIBLTDL= yes -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 libltdl:15 USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile index 34f0842..a50e82a 100644 --- a/devel/zthread/Makefile +++ b/devel/zthread/Makefile @@ -15,7 +15,7 @@ DISTNAME= ZThread-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A platform-independent object-oriented C++ threading library -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-ftime --disable-static USE_GMAKE= yes diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index 577babb..c89cc82 100644 --- a/devel/zziplib/Makefile +++ b/devel/zziplib/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GNOME= gnomehack -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFLAGS= --disable-ltlibs --release-ignore GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 8277a21..6c1bc46 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -23,8 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include" \ PERL=${PERL} -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 # Default to db3 WITH_BDB_VER?= 3 diff --git a/dns/idnkit/Makefile b/dns/idnkit/Makefile index 6b8e5f9..6060ec5 100644 --- a/dns/idnkit/Makefile +++ b/dns/idnkit/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library to handle internationalized domain names USE_ICONV= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \ --enable-runidn \ diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 1f122d7..fd8f259 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -18,7 +18,7 @@ COMMENT= Internationalized Domain Names command line tool USE_GETOPT_LONG= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_ICONV= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes USE_REINPLACE= yes diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile index 90632e6..1114b58 100644 --- a/dns/mydns-ng/Makefile +++ b/dns/mydns-ng/Makefile @@ -16,7 +16,7 @@ COMMENT= DNS server designed to utilize the MySQL database GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc USE_ICONV= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_RC_SUBR= mydns.sh diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 90632e6..1114b58 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -16,7 +16,7 @@ COMMENT= DNS server designed to utilize the MySQL database GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc USE_ICONV= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_RC_SUBR= mydns.sh diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index bcd290a..6eb2ea9 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -17,9 +17,7 @@ COMMENT= Domain Name Server (DNS) implementation LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib -USE_AUTOCONF_VER= 259 -USE_LIBTOOL_VER= 15 -USE_LIBLTDL= yes +USE_AUTOTOOLS= autoconf:259 libltdl:15 libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index dad9882..14aa741 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost USE_GMAKE= YES USE_SUBMAKE= YES USE_REINPLACE= YES -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= YES CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index dad9882..14aa741 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost USE_GMAKE= YES USE_SUBMAKE= YES USE_REINPLACE= YES -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= YES CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 614747c..657c9193 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gnometarget gtk20 WANT_GNOME= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-all diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile index b17b2d1..6c3c823 100644 --- a/editors/beaver/Makefile +++ b/editors/beaver/Makefile @@ -17,7 +17,7 @@ COMMENT= A programmer's text editor for GTK+ 2.0 USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix gtk20 gtksourceview lthack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 60146a2..38084bf 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 4501c55..8e105eb 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -19,7 +19,7 @@ USE_PYTHON= yes USE_GETTEXT= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index b12417c..4e035ab 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -35,7 +35,7 @@ PATCHFILES= emacs-21.1-fontset.patch emacs-21.2-menu-encode.patch PATCH_DIST_STRIP= -p1 .endif -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index 26772a0..621c5e6 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20 WRKSRC= ${WRKDIR}/emacs-${EMACS_VER} -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" EMACS_VER= 20.7 diff --git a/editors/emacs20-mule-devel/Makefile b/editors/emacs20-mule-devel/Makefile index f47ed88..011bc7e 100644 --- a/editors/emacs20-mule-devel/Makefile +++ b/editors/emacs20-mule-devel/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20 WRKSRC= ${WRKDIR}/emacs-${EMACS_VER} -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" EMACS_VER= 20.7 diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 5313362..c4ceb55 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -27,7 +27,7 @@ CONFLICTS= emacs-19.* emacs-21.* \ ONLY_FOR_ARCHS= i386 alpha DEPRECATED= "editors/emacs is recommended instead for new installations" -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes EMACS_VER= 20.7 LATEST_LINK?= ${PKGNAMEPREFIX}emacs20 diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index b12417c..4e035ab 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -35,7 +35,7 @@ PATCHFILES= emacs-21.1-fontset.patch emacs-21.2-menu-encode.patch PATCH_DIST_STRIP= -p1 .endif -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index b12417c..4e035ab 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -35,7 +35,7 @@ PATCHFILES= emacs-21.1-fontset.patch emacs-21.2-menu-encode.patch PATCH_DIST_STRIP= -p1 .endif -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index f6d1dce..36c721d 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 1baf6ec..67d98b0 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -26,7 +26,7 @@ USE_REINPLACE= yes USE_XPM= yes WANT_GNOME= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index b324928..8b0840d 100644 --- a/editors/gphpedit/Makefile +++ b/editors/gphpedit/Makefile @@ -19,7 +19,7 @@ COMMENT= PHP, HTML and CSS development environment for GNOME 2.x USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 05a799f..1438988 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include" \ LIBS="-ltermcap" diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 4daacce..9e833bc 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -18,10 +18,9 @@ COMMENT= A tree oriented XML editor for Gnome USE_BZIP2= yes USE_X_PREFIX= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_GNOME= eel2 gnomehack gnomeprefix gtksourceview USE_GMAKE= yes -USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" USE_REINPLACE= yes diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 7e496e4..59ad7de 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -109,7 +109,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ Xvfb:${X_VFBSERVER_PORT} \ ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz:${X_FONTS_MISC_PORT} GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 WRKSRC= ${WRKDIR}/oo_${PORTVERSION}_src CONFIGURE_WRKSRC= ${WRKSRC}/config_office TCSH?= /bin/tcsh diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile index d5f4f97..6d0d51d 100644 --- a/editors/xemacs-devel-mule/Makefile +++ b/editors/xemacs-devel-mule/Makefile @@ -53,7 +53,7 @@ XEMACS_ARCH= ${MACHINE_ARCH}--freebsd WRKSRC= ${WRKDIR}/xemacs-${XEMACS_VER:S/-b/./} STRIP= -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_TARGET=--build=${XEMACS_ARCH} CONFIGURE_ARGS= --enable-mule \ diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 1bb237a..6e8769d 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -39,7 +39,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} WRKSRC= ${WRKDIR}/xemacs-${XEMACS_VER:S/-b/./} STRIP= -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS?=--enable-clash-detection \ diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index f91e853..e5d352c 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -28,7 +28,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} USE_BZIP2= yes WANT_GNOME= yes STRIP= -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS?=--with-clash-detection \ diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 3fb92a6..f9b64a9 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -51,7 +51,7 @@ USE_GETTEXT= yes USE_XLIB= yes USE_XPM= yes STRIP= -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS= --with-x11 \ diff --git a/editors/xmleditor/Makefile b/editors/xmleditor/Makefile index e18592d..bcecf08 100644 --- a/editors/xmleditor/Makefile +++ b/editors/xmleditor/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes USE_GNOME= gnomehack libglade USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 8eef9a5..02bafaa 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib USE_SDL= sdl USE_REINPLACE= yes USE_XLIB= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --with-sdl diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index 28d808a..4c44c97 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/ MAINTAINER= kemm@in-line.ru COMMENT= Emulation of uPD765a Floppy Disc Controller -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes .if !defined(NOPORTDOCS) diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 68a2289..f130c8e 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -17,7 +17,7 @@ COMMENT= Handling of ZX-Spectrum emulator files formats USE_PERL5_BUILD= yes WANT_GNOME= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN3= libspectrum.3 diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile index ffc38de..0e6ee21 100644 --- a/emulators/libvm68k/Makefile +++ b/emulators/libvm68k/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= M68000 virtual machine library -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/emulators/mupen64-sdlinput/Makefile b/emulators/mupen64-sdlinput/Makefile index a692d33..221514d 100644 --- a/emulators/mupen64-sdlinput/Makefile +++ b/emulators/mupen64-sdlinput/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl USE_GCC= 3.4 -USE_AUTOHEADER_VER= 259 +USE_AUTOTOOLS= autoheader:259 ONLY_FOR_ARCHS= i386 PLUGIN_NAME= blight_input diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 0da7cd1..2329b62 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_XLIB= yes USE_REINPLACE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes .if ${MACHINE_ARCH} == "alpha" CONFIGURE_ARGS+=--disable-intp diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index f85ab2e..5753eb9 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -19,7 +19,7 @@ CONFLICTS= e-uae-* USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga USE_XLIB= yes USE_GNOME= gtk20 diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index 120c819..d6f8d1d 100644 --- a/emulators/visualos/Makefile +++ b/emulators/visualos/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libglade USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile index dd63155..99c4175 100644 --- a/emulators/vx68k/Makefile +++ b/emulators/vx68k/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= vm68k.4:${PORTSDIR}/emulators/libvm68k USE_GL= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes LIBTOOLFILES= configure vx68k-gtk/configure #LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 3368978..902945d 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -16,8 +16,7 @@ COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_AUTOCONF_VER= 259 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk12 diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index 8aa648e..728b9cf 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -21,7 +21,7 @@ OPTIONS= OFX "LibOFX support" off \ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETTEXT= yes diff --git a/finance/emma/Makefile b/finance/emma/Makefile index 8db3217..5b48d80 100644 --- a/finance/emma/Makefile +++ b/finance/emma/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_PYTHON= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index a29ab9b..2e95a74 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -18,7 +18,7 @@ COMMENT= Light-weight GNOME based financial management program USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/finance/khacc/Makefile b/finance/khacc/Makefile index 63eb1d1..5afbdaa 100644 --- a/finance/khacc/Makefile +++ b/finance/khacc/Makefile @@ -20,8 +20,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_KDELIBS_VER= 3 USE_PERL5_BUILD= yes USE_GMAKE= yes -WANT_AUTOMAKE_VER= 19 -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19:env autoconf:259:env GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-qhacc-config=${X11BASE}/bin diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 54493fe..a81bd07 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_PERL5= yes USE_BZIP2= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= kmymoney2.1 diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index 54493fe..a81bd07 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_PERL5= yes USE_BZIP2= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= kmymoney2.1 diff --git a/finance/ktoblzcheck/Makefile b/finance/ktoblzcheck/Makefile index 5f62c1f..9a4673a 100644 --- a/finance/ktoblzcheck/Makefile +++ b/finance/ktoblzcheck/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Check bank codes of German banks USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 54824f8..23041008 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ USE_GMAKE= yes USE_GNOME= gnometarget USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \ --with-opensp-includes=${LOCALBASE}/include/OpenSP diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile index 61a6b73..3d039a5 100644 --- a/finance/openhbci/Makefile +++ b/finance/openhbci/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.17 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc .include <bsd.port.pre.mk> diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile index c6296ad..c40ae04 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -21,7 +21,7 @@ USE_QT_VER= 3 USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-qt-moc=${QT_PREFIX}/bin \ --with-qt-libs=${QT_PREFIX}/lib diff --git a/french/dico/Makefile b/french/dico/Makefile index 5d9e69d..9e74c3f 100644 --- a/french/dico/Makefile +++ b/french/dico/Makefile @@ -28,8 +28,7 @@ USE_REINPLACE= true USE_ZIP= true EXTRACT_CMD= UNZIP= unzip WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOMAKE_VER=14 -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_GMAKE= true AUTOMAKE_ARGS= --add-missing --foreign --include-deps MAKE_ARGS= prefix=${PREFIX} diff --git a/french/med/Makefile b/french/med/Makefile index 7d414b2..bdb30eb 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -24,7 +24,7 @@ SHORT_TK_VER= ${TK_VER:S/.//} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= HDF5HOME=${LOCALBASE} CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile index 3bf604f..310e7cd 100644 --- a/ftp/gwget/Makefile +++ b/ftp/gwget/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index 103b43c..a50dfe0 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= clement MAINTAINER= clement@FreeBSD.org COMMENT= A powerful FTP server supporting IPv6, TLS, and much more -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 USE_GMAKE= yes USE_RC_SUBR= yes USE_PERL5_BUILD=yes diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index ee487f4..f9865ea 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -23,7 +23,7 @@ COMMENT= A replacement ftp server for Un*x systems CONFLICTS= wu-ftpd-[0-9]* heimdal-[0-9]* -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \ --enable-noop --disable-numericuid --enable-nlst-dirs \ --enable-ipv6 \ diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index f38e1ee..5de6260 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -20,7 +20,7 @@ COMMENT= A replacement ftp server for Un*x systems CONFLICTS= wu-ftpd+ipv6-[0-9]* heimdal-[0-9]* -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \ --enable-noop --disable-numericuid --enable-nlst-dirs \ --prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index fd0236d..183a70a8 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -19,7 +19,7 @@ USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS+= --without-pam --without-pgsql CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 98e037d..0813aaf 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_SDL= sdl USE_XPM= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/asc/Makefile b/games/asc/Makefile index bb611ff..9468c86 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG= yes CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ CXXFLAGS="-D_UNICODE_BROKEN_" \ diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index 58b0c9b..b40aa6a 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -33,8 +33,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-sound CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ SDL_CONFIG="${SDL_CONFIG}" -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile index df46e73..6950b2a 100644 --- a/games/bomberinstinct/Makefile +++ b/games/bomberinstinct/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_SDL= mixer sdl USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl" diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile index 1beea8c..41371bf 100644 --- a/games/bombermaze/Makefile +++ b/games/bombermaze/Makefile @@ -18,7 +18,7 @@ COMMENT= A Bomberman clone for GNOME USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index 28cbf84..5948c9c 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -24,7 +24,7 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 345f213..0c97f91 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -17,7 +17,7 @@ COMMENT= Internet Go Server client and game editor USE_X_PREFIX= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/games/deng/Makefile b/games/deng/Makefile index 58f25b9..7b92eb6 100644 --- a/games/deng/Makefile +++ b/games/deng/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity USE_REINPLACE= yes REINPLACE_ARGS= -i "" -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -I${X11BASE}/include" \ CPPFLAGS="`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -I${X11BASE}/include" diff --git a/games/ember/Makefile b/games/ember/Makefile index b21b85d..09046df 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ openal.0:${PORTSDIR}/audio/openal CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} --enable-binreloc --program-transform-name= --disable-cppunit -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_SDL= sdl image USE_REINPLACE= YES GNU_CONFIGURE= YES diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index 33e0f7b..3e8dca0 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -22,8 +22,7 @@ LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 USE_SDL= mixer sdl USE_GL= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 AUTOMAKE_ARGS= -a CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}" MAKE_ENV= ${CONFIGURE_ENV} diff --git a/games/euchre/Makefile b/games/euchre/Makefile index a4e1d1a..dffa9d9 100644 --- a/games/euchre/Makefile +++ b/games/euchre/Makefile @@ -16,8 +16,7 @@ MAINTAINER= laszlof@vonostingroup.com COMMENT= Very popular card game with variable skill levels PLIST_FILES= bin/euchre -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_GNOME= gtk12 .include <bsd.port.mk> diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index 538056d..2526c45 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://download.berlios.de/fc-solve/ MAINTAINER= ports@FreeBSD.org COMMENT= A program that automatically solves games of Freecell -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 03510a1..71848e8 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess \ USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes USE_SDL= mixer USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2 diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile index f391815..63dc076 100644 --- a/games/ggz-client-libs/Makefile +++ b/games/ggz-client-libs/Makefile @@ -23,7 +23,7 @@ USE_GNOME= gnometarget USE_GETOPT_LONG= yes USE_GETTEXT= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-debug INSTALLS_SHLIB= yes diff --git a/games/glchess/Makefile b/games/glchess/Makefile index 0cd1e8b..4fc7a81 100644 --- a/games/glchess/Makefile +++ b/games/glchess/Makefile @@ -24,8 +24,7 @@ USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_REINPLACE= yes MAN6= ${PORTNAME}.6 diff --git a/games/glife/Makefile b/games/glife/Makefile index 6dfae69..5c3084b 100644 --- a/games/glife/Makefile +++ b/games/glife/Makefile @@ -18,7 +18,7 @@ COMMENT= Conway's Game of Life for GNOME USE_REINPLACE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack libglade CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index e7230ff..90a1b6b 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -20,7 +20,7 @@ USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/gnome-music-quiz/Makefile b/games/gnome-music-quiz/Makefile index 126bd7b..8381eb3 100644 --- a/games/gnome-music-quiz/Makefile +++ b/games/gnome-music-quiz/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox USE_X_PREFIX= yes USE_GNOME= gnomeprefix libgnomeui USE_GSTREAMER= gconf -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 pre-configure: @${RM} -f \ diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile index adf1999..bf12ad3 100644 --- a/games/gnomememoryblocks/Makefile +++ b/games/gnomememoryblocks/Makefile @@ -19,7 +19,7 @@ COMMENT= Memory Blocks game for GNOME USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 3168fd4..e3bcccc 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ USE_MESA= YES USE_PERL5_BUILD=yes -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include/tcl8.2 \ -I${X11BASE}/include" \ diff --git a/games/gtkatlantic/Makefile b/games/gtkatlantic/Makefile index 082edaa..7ffb145 100644 --- a/games/gtkatlantic/Makefile +++ b/games/gtkatlantic/Makefile @@ -16,7 +16,7 @@ COMMENT= GtkAtlantic is a game like Monopoly(tm) USE_BZIP2= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 98eceea..e72b670 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -17,7 +17,7 @@ COMMENT= A simple turing machine simulator for GNOME 2 USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" INSTALLS_OMF= yes diff --git a/games/libggz/Makefile b/games/libggz/Makefile index 9dfa292..cad83cc 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -17,7 +17,7 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= The GGZ Gaming Zone - Base Library USE_GNOME= gnomehack gnometarget -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-debug INSTALLS_SHLIB= yes diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile index b4ec868..9baf444 100644 --- a/games/libmaitretarot/Makefile +++ b/games/libmaitretarot/Makefile @@ -16,7 +16,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Core library of MaitreTarot, a Tarot card game USE_BZIP2= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= glib20 libxml2 lthack INSTALLS_SHLIB= yes diff --git a/games/libmt_client/Makefile b/games/libmt_client/Makefile index ff7129e..cdd80d9 100644 --- a/games/libmt_client/Makefile +++ b/games/libmt_client/Makefile @@ -18,7 +18,7 @@ COMMENT= Client-side library of MaitreTarot, a Tarot card game LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot USE_BZIP2= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= glib20 libxml2 lthack INSTALLS_SHLIB= yes diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 923b345..e2911be 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes HAS_MONKEYS= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GSTREAMER= ogg gconf USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile index fc7ebcf..6ec1497 100644 --- a/games/moon-buggy/Makefile +++ b/games/moon-buggy/Makefile @@ -23,7 +23,7 @@ COMMENT= Drive a buggy across the moons surface LIB_DEPENDS= esd:${PORTSDIR}/audio/esound:install .endif -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --prefix=${PREFIX} \ --sharedstatedir=/var/games\ --with-setgid=games diff --git a/games/pinball/Makefile b/games/pinball/Makefile index bedc2f9..128560f 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -27,7 +27,7 @@ USE_SDL= image mixer sdl USE_X_PREFIX= yes USE_GMAKE= yes USE_GL= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 88ec0b1..c200d85 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -18,7 +18,7 @@ COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile index f087a3f..5324ca7 100644 --- a/games/quake2forge/Makefile +++ b/games/quake2forge/Makefile @@ -17,8 +17,7 @@ COMMENT= First Person Shooter with many addons available USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_REINPLACE= yes WANT_SDL= yes diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 3723b9c..5f0efae 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -30,7 +30,7 @@ WADFILE= quakesw-1.0.6.tar.gz PROGFILE= qwsv-2.30-glibc-i386-unknown-linux2.0.tar.gz SKINFILES= skinbase.zip qw_skins.zip -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_XLIB= yes USE_REINPLACE= yes diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index de77d54..aef8511 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -32,8 +32,7 @@ USE_SDL= mixer net sdl GNU_CONFIGURE= yes USE_GL= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:15 autoconf:253 USE_REINPLACE= yes WRKSRC= ${WRKDIR}/scorched diff --git a/games/teg/Makefile b/games/teg/Makefile index 551b87d..54c9f08 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -18,7 +18,7 @@ COMMENT= A turn-based strategy game for GNOME USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui lthack USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/thevalley/Makefile b/games/thevalley/Makefile index aa27473..eaa8580 100644 --- a/games/thevalley/Makefile +++ b/games/thevalley/Makefile @@ -13,7 +13,7 @@ DISTNAME= valley-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= The Valley is a rewrite of an old RPG from the early 1980s -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_X= yes HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/games/tractorgen/Makefile b/games/tractorgen/Makefile index d0059e8..7061bbd 100644 --- a/games/tractorgen/Makefile +++ b/games/tractorgen/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= elfrink@introweb.nl COMMENT= Generates ASCII tractors -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 MAN6= tractorgen.6 PLIST_FILES= bin/tractorgen diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index 33e0f7b..3e8dca0 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -22,8 +22,7 @@ LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 USE_SDL= mixer sdl USE_GL= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 AUTOMAKE_ARGS= -a CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}" MAKE_ENV= ${CONFIGURE_ENV} diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index 155ee79..c5e4a75 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -18,8 +18,7 @@ COMMENT= An educational typing tutor starring Tux the Linux Penguin USE_SDL= image mixer sdl USE_BZIP2= yes USE_X_PREFIX= yes -USE_AUTOMAKE_VER=14 -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_GMAKE= yes USE_PERL5_BUILD=yes diff --git a/games/vamos/Makefile b/games/vamos/Makefile index df03d8f..fac86bb 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -25,7 +25,7 @@ USE_GL= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" diff --git a/games/xfce4-toys/Makefile b/games/xfce4-toys/Makefile index 58e072d..b503ece 100644 --- a/games/xfce4-toys/Makefile +++ b/games/xfce4-toys/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 1cd0906..47f9c07 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -21,8 +21,7 @@ NO_CDROM= "don't sell for profit" USE_GETTEXT= yes USE_X_PREFIX= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 AUTOMAKE_ARGS= --include-deps CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index e4bf746..52bcc48 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -17,7 +17,7 @@ COMMENT= A puzzle game, somewhat like Tetris USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GNOME= gtk12 WANT_GNOME= yes diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 1dfb0bf..fd4f9af 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_XLIB= yes USE_MESA= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --disable-esd diff --git a/games/zangband/Makefile b/games/zangband/Makefile index 34cf9df..e311c3e 100644 --- a/games/zangband/Makefile +++ b/games/zangband/Makefile @@ -18,8 +18,7 @@ COMMENT= Zangband (Zelazny Angband) with color, X11 support USE_XLIB= yes USE_GMAKE= yes -USE_AUTOMAKE_VER=14 -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_PERL5_BUILD=yes CONFIGURE_ARGS= --datadir=${PREFIX}/lib \ --with-setgid=${SHAREGRP} diff --git a/german/ksteak/Makefile b/german/ksteak/Makefile index 21b9c24..f9f22a6 100644 --- a/german/ksteak/Makefile +++ b/german/ksteak/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= steak:${PORTSDIR}/german/steak USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index c249433..ff247f1 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ USE_GL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \ --enable-3ds-import --enable-sound diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index b2f29fd..2dbd0b4 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -29,7 +29,7 @@ OPTIONS+= FPX "Build FPX backend -- broken on non-i386 systems" \ USE_BZIP2= yes USE_GHOSTSCRIPT=yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 MAN1= GraphicsMagick++-config.1 \ GraphicsMagick-config.1 \ diff --git a/graphics/GraphicsMagick12/Makefile b/graphics/GraphicsMagick12/Makefile index b2f29fd..2dbd0b4 100644 --- a/graphics/GraphicsMagick12/Makefile +++ b/graphics/GraphicsMagick12/Makefile @@ -29,7 +29,7 @@ OPTIONS+= FPX "Build FPX backend -- broken on non-i386 systems" \ USE_BZIP2= yes USE_GHOSTSCRIPT=yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 MAN1= GraphicsMagick++-config.1 \ GraphicsMagick-config.1 \ diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index b2f29fd..2dbd0b4 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -29,7 +29,7 @@ OPTIONS+= FPX "Build FPX backend -- broken on non-i386 systems" \ USE_BZIP2= yes USE_GHOSTSCRIPT=yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 MAN1= GraphicsMagick++-config.1 \ GraphicsMagick-config.1 \ diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 7acb87a..1f790f3 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -18,7 +18,7 @@ COMMENT= Fast pixel formats conversion library USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 0fea22e..fe7e00f 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -21,8 +21,7 @@ USE_PERL5= yes USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes -USE_LIBTOOL_VER=15 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shared diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index eda4542..7e9f590 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= openexr MAINTAINER= nork@FreeBSD.org COMMENT= A high dynamic-range (HDR) image file format -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= YES USE_GMAKE= yes USE_GNOME= pkgconfig diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 234774f..0fe51d0 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -18,7 +18,7 @@ COMMENT= An ascii art library WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0 USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .if !defined(WITHOUT_X11) diff --git a/graphics/allegrogl/Makefile b/graphics/allegrogl/Makefile index a57dd87..8c2b737 100644 --- a/graphics/allegrogl/Makefile +++ b/graphics/allegrogl/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_GL= yes USE_X_PREFIX= yes -USE_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253 GNU_CONFIGURE= yes MAKEFILE= makefile ALL_TARGET= lib diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 45e74f6..5d35e36 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming" USE_XLIB= yes diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index a9c7cd8..cdb3690 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -25,7 +25,7 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 .include <bsd.port.pre.mk> diff --git a/graphics/cal3d-devel/Makefile b/graphics/cal3d-devel/Makefile index e203abf..f0a4dc5 100644 --- a/graphics/cal3d-devel/Makefile +++ b/graphics/cal3d-devel/Makefile @@ -23,10 +23,8 @@ CONFLICTS= cal3d-[0-9]* USE_BZIP2= yes USE_GNOME= pkgconfig USE_GCC= 3.2+ -USE_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19 autoheader:259 libtool:15:inc AUTOMAKE_ARGS= "--add-missing" -USE_AUTOHEADER_VER= 259 -USE_INC_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 4e4275c..ce98c76ec 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -19,10 +19,8 @@ CONFLICTS= cal3d-devel-[0-9]* USE_BZIP2= yes USE_GNOME= pkgconfig -USE_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19 autoheader:259 libtool:15:inc AUTOMAKE_ARGS= "--add-missing" -USE_AUTOHEADER_VER= 259 -USE_INC_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --disable-static diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 068fb80..79abdee 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil WRKSRC= ${WRKDIR}/${PORTNAME}_mk2 CONFIGURE_ARGS= --without-xerces-c USE_REINPLACE= YES -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 diff --git a/graphics/cegui04/Makefile b/graphics/cegui04/Makefile index 068fb80..79abdee 100644 --- a/graphics/cegui04/Makefile +++ b/graphics/cegui04/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil WRKSRC= ${WRKDIR}/${PORTNAME}_mk2 CONFIGURE_ARGS= --without-xerces-c USE_REINPLACE= YES -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 359f718..aa2774e 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_PYTHON= yes USE_GMAKE= yes USE_GNOME= gtk12 diff --git a/graphics/corona/Makefile b/graphics/corona/Makefile index 18cf15e..c6ee44d 100644 --- a/graphics/corona/Makefile +++ b/graphics/corona/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ GNU_CONFIGURE= yes USE_GNOME= gnometarget lthack -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/graphics/demeter/Makefile b/graphics/demeter/Makefile index 5f9de0a1..553b81d 100644 --- a/graphics/demeter/Makefile +++ b/graphics/demeter/Makefile @@ -24,9 +24,7 @@ USE_GL= yes USE_X_PREFIX= yes WANT_GNOME= yes WANT_SDL= yes -USE_AUTOCONF_VER= 253 -USE_AUTOMAKE_VER= 15 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:15 autoconf:253 libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index 4b8d1e4..e9128f1 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -33,7 +33,7 @@ CFLAGS+= "-I${LOCALBASE}/include/SDL11" .endif INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -L${X11BASE}/lib" diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index e59dc07..5e99649 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 gnomehack gnomeprefix libxslt libartlgpl2 intlhack WANT_GNOME= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" \ LOCALBASE="${LOCALBASE}" diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile index 2d00c01..6f5fa79 100644 --- a/graphics/diacanvas2/Makefile +++ b/graphics/diacanvas2/Makefile @@ -20,7 +20,7 @@ USE_GNOME= gnomehack gnometarget pygnome2 USE_PYTHON= 2.2+ USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index 9392d1b..2d026b9a 100644 --- a/graphics/divxcalc/Makefile +++ b/graphics/divxcalc/Makefile @@ -17,8 +17,7 @@ COMMENT= DivX Calculator USE_BZIP2= yes USE_QT_VER= 3 USE_GMAKE= yes -WANT_AUTOMAKE_VER= 15 -WANT_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:15:env autoconf:253:env GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index f97ba7d..7fe640b 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -26,8 +26,7 @@ PKGNAMESUFFIX= -nox11 USE_ICONV= yes USE_PERL5_BUILD=yes -USE_AUTOCONF_VER=259 -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= autoconf:259 libtool:15:inc INSTALLS_SHLIB= yes DATADIR= ${PREFIX}/share/djvu CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 0fff7cf..36a8458 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= embryo.9:${PORTSDIR}/lang/embryo \ evas.1:${PORTSDIR}/graphics/evas \ ecore.1:${PORTSDIR}/x11/ecore -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GCC= 3.4 USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index a3a82cd..51b3c52 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -19,7 +19,7 @@ COMMENT= A graphic view base imlib & gtk USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 9bb00c0..5c8813c 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 USE_BZIP2= yes USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_PERL5_BUILD=yes CONFIGURE_ARGS= --enable-all-plugins \ --enable-plugins-dir \ diff --git a/graphics/entice/Makefile b/graphics/entice/Makefile index d0e9de6..3cf6fb4 100644 --- a/graphics/entice/Makefile +++ b/graphics/entice/Makefile @@ -17,7 +17,7 @@ COMMENT= An image viewer written using libraries for Enlightenment 0.17 developm LIB_DEPENDS= esmart_thumb.0:${PORTSDIR}/graphics/esmart USE_X_PREFIX= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index 3f3f226..5b1d5cdc 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -15,7 +15,7 @@ COMMENT= An IMMENSELY FAST JPEG thumbnailer library API LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/epsilon/Makefile b/graphics/epsilon/Makefile index 3181620..7e484c0 100644 --- a/graphics/epsilon/Makefile +++ b/graphics/epsilon/Makefile @@ -16,7 +16,7 @@ COMMENT= A small, display independent, and quick thumbnailing library LIB_DEPENDS= epeg.9:${PORTSDIR}/graphics/epeg \ edje.5:${PORTSDIR}/graphics/edje -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/graphics/esmart/Makefile b/graphics/esmart/Makefile index 32276db..dfef106 100644 --- a/graphics/esmart/Makefile +++ b/graphics/esmart/Makefile @@ -17,8 +17,7 @@ COMMENT= Evas smart objects development libraries LIB_DEPENDS= epsilon.0:${PORTSDIR}/graphics/epsilon USE_X_PREFIX= yes -USE_LIBTOOL_VER= 15 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 0cae41f..41e31ff 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ eet.9:${PORTSDIR}/devel/eet USE_X_PREFIX= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_FREETYPE2= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig gnometarget diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index ca7f0e8..930d3ad 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -17,7 +17,7 @@ COMMENT= Command line utility to read and manipulate EXIF data LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ popt.0:${PORTSDIR}/devel/popt -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE} MAN1= exif.1 diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 5acc754..97cdd59 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -17,7 +17,7 @@ COMMENT= Exif and Iptc metadata manipulation library and tools BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen .endif -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index e4e9e86..713965d 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= Half:${PORTSDIR}/graphics/OpenEXR \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_GMAKE= yes USE_REINPLACE= yes USE_GETOPT_LONG=yes diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index 2416ad5..06626b8 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 9db8315..4f374b0 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -18,7 +18,7 @@ COMMENT= Fonts and font libraries necessary for Enlightenment USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= imlib -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index 0843819..144b842 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An alternative to the OpenGL Utility Toolkit (GLUT) library -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_XLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index e492449..b899c3f 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -19,7 +19,7 @@ USE_MOTIF= yes USE_X_PREFIX= yes USE_MESA= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-opengl=${X11BASE} diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 01f51a1..6cd91e8 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -16,7 +16,7 @@ COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= YES -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= YES CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/graphics/giblib/Makefile b/graphics/giblib/Makefile index 7036425..5f1551a 100644 --- a/graphics/giblib/Makefile +++ b/graphics/giblib/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes post-patch: diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index ca3921c..aea4a8c 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tools and library routines for working with GIF images USE_BZIP2= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 4c5a423..d9e03cd 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 WANT_GNOME= yes INSTALLS_SHLIB= yes diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 4c5a423..d9e03cd 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 WANT_GNOME= yes INSTALLS_SHLIB= yes diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 442e451..7a3abc7 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -41,7 +41,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 4c5a423..d9e03cd 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 WANT_GNOME= yes INSTALLS_SHLIB= yes diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index effea9e..4542d30 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_PERL5_BUILD= yes USE_GNOME= gtk20 USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index d15f593..c1c2703 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_MESA= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= "LIBS=-L${X11BASE}/lib -lXext ${PTHREAD_LIBS}" MAN3= gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle \ diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 8acddcb..63c42a6 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -21,9 +21,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/Glide3 USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:14 autoconf:253 libtool:13:inc AUTOMAKE_ARGS= -a USE_GMAKE= yes MAKEFILE= makefile.autoconf diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index 2c0620c..dc7ce9f 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_MESA= yes USE_FREETYPE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" diff --git a/graphics/gnomeiconedit/Makefile b/graphics/gnomeiconedit/Makefile index d2622b1..e2a23a4 100644 --- a/graphics/gnomeiconedit/Makefile +++ b/graphics/gnomeiconedit/Makefile @@ -20,7 +20,7 @@ USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack bonobo gnomeprint USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index a719e49..c2b38d1 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|} USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes USE_GCC= 3.4 -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-sdltest --enable-static diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index 0946cb1..7ea93a3 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \ desktopfileutils USE_X_PREFIX= yes INSTALLS_OMF= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 4bbf930..f14a101 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/gtkcairo/Makefile b/graphics/gtkcairo/Makefile index 83d155b..46454a8 100644 --- a/graphics/gtkcairo/Makefile +++ b/graphics/gtkcairo/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GNOME= gtk20 gnometarget gnomehack INSTALLS_SHLIB= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index fbcb7ed..0de8e17 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs RUN_DEPENDS= pswrap:${PORTSDIR}/x11/dgs USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index da600bd..3452b85 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -17,7 +17,7 @@ COMMENT= A very simple GUI framework for use with SDL USE_SDL= sdl USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 9e5d49a..055be5a 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 gnomehack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 8136bff..a671181 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -20,12 +20,10 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ freetype.9:${PORTSDIR}/print/freetype2 -USE_LIBLTDL= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= autoconf:259 libltdl:15 libtool:15 USE_GNOME= gnomehack pkgconfig gnometarget USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" INSTALLS_SHLIB= yes diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile index 67465e7..0b555cd 100644 --- a/graphics/imlib2_loaders/Makefile +++ b/graphics/imlib2_loaders/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ edb.1:${PORTSDIR}/databases/edb \ eet.9:${PORTSDIR}/devel/eet -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \ LIBS="-L${PREFIX}/lib" diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 8adc3fe..ceefc95 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libxslt USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GCC= 3.4 CONFIGURE_ARGS= --with-popt \ --with-gnome-print diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 79f0273..e4d1da1 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_ZIP= yes USE_GNOME= gnometarget lthack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index a335ceb..a6d5bb9 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/jpeg-mmx USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 259eb60..3dda0d1 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -24,7 +24,7 @@ COMMENT= IJG's jpeg compression utilities WRKSRC= ${WRKDIR}/jpeg-6b -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index db90cd0..96a7f8e 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \ CONFLICTS= atlas-3* superlu-3* -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GL= yes USE_GNOME= gnometarget gtk12 libxslt GNU_CONFIGURE= yes diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index da51f21..151b803 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -24,7 +24,7 @@ USE_GL= yes USE_GNOME= gnometarget gtk20 USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-lib-GL diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 3960371..173625b 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -18,7 +18,7 @@ COMMENT= Light Color Management System -- a color management library USE_GNOME= gnomehack gnometarget lthack USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-jpeg --without-tiff INSTALLS_SHLIB= yes diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index 30a8fa8..063727b 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -19,7 +19,7 @@ COMMENT= Library for high-performance 2D graphics USE_BZIP2= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFLICTS= libart-[0-9]* diff --git a/graphics/libart_lgpl2/Makefile b/graphics/libart_lgpl2/Makefile index 30a8fa8..063727b 100644 --- a/graphics/libart_lgpl2/Makefile +++ b/graphics/libart_lgpl2/Makefile @@ -19,7 +19,7 @@ COMMENT= Library for high-performance 2D graphics USE_BZIP2= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFLICTS= libart-[0-9]* diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 6efc996..9953773 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -16,7 +16,7 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= Library to read digital camera file meta-data USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" INSTALLS_SHLIB= yes diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile index f0c3348..0f4aaa9 100644 --- a/graphics/libflash/Makefile +++ b/graphics/libflash/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ jpeg.9:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${DISTNAME}/lib -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile index 435e438..0efddb8 100644 --- a/graphics/libgdgeda/Makefile +++ b/graphics/libgdgeda/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index 4cb83ea..6892e1d 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= gii.0:${PORTSDIR}/devel/libgii USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/graphics/libggigcp/Makefile b/graphics/libggigcp/Makefile index 734b853..e136bc4 100644 --- a/graphics/libggigcp/Makefile +++ b/graphics/libggigcp/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/graphics/libggimisc/Makefile b/graphics/libggimisc/Makefile index 1426279..052f082 100644 --- a/graphics/libggimisc/Makefile +++ b/graphics/libggimisc/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/graphics/libggiwmh/Makefile b/graphics/libggiwmh/Makefile index cb084fd..ea206aa 100644 --- a/graphics/libggiwmh/Makefile +++ b/graphics/libggiwmh/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/graphics/libgnomecanvasmm/Makefile b/graphics/libgnomecanvasmm/Makefile index 8784f71..a0057e9 100644 --- a/graphics/libgnomecanvasmm/Makefile +++ b/graphics/libgnomecanvasmm/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomecanvas -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index cfb591a..7c1eb3a 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnometarget pkgconfig USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure libgphoto2_port/configure CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/graphics/libgrass5/Makefile b/graphics/libgrass5/Makefile index 70b71c9..3784474 100644 --- a/graphics/libgrass5/Makefile +++ b/graphics/libgrass5/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library of functions from the GRASS GIS application for use by non-GRASS programs USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} INSTALLS_SHLIB= yes diff --git a/graphics/libmorph/Makefile b/graphics/libmorph/Makefile index 19c58b7..dd869ad 100644 --- a/graphics/libmorph/Makefile +++ b/graphics/libmorph/Makefile @@ -15,7 +15,7 @@ COMMENT= A library for loading (and saving) 3d modeller object files CONFLICTS= xmorph* -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index a5d616a..c3750b7 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomelibs gdkpixbuf INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index ca3921c..aea4a8c 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tools and library routines for working with GIF images USE_BZIP2= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/graphics/libvisual-plugins/Makefile b/graphics/libvisual-plugins/Makefile index 25bf437..84edd3e 100644 --- a/graphics/libvisual-plugins/Makefile +++ b/graphics/libvisual-plugins/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= visual.0:${PORTSDIR}/graphics/libvisual WANT_GNOME= yes USE_GNOME= gnometarget pkgconfig USE_XLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-alsa CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index ce78205..c8d61cb 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -20,7 +20,7 @@ COMMENT= Abstraction library that sits between apps and visual plugin USE_XLIBS= yes USE_GNOME= gnomehack pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index ce78205..c8d61cb 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -20,7 +20,7 @@ COMMENT= Abstraction library that sits between apps and visual plugin USE_XLIBS= yes USE_GNOME= gnomehack pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/graphics/lodju/Makefile b/graphics/lodju/Makefile index 84deff2..75808c6 100644 --- a/graphics/lodju/Makefile +++ b/graphics/lodju/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= glade-gnome:${PORTSDIR}/x11-toolkits/rep-gtk MAN1= lodju-create.1 lodju-gallery.1 lodju.1 MANCOMPRESSED= yes -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env HAS_CONFIGURE= yes USE_GETTEXT= yes USE_GNOME= gtk12 gdkpixbuf diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index a3b8b0b..74fb145 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+=--with-ggi=${LOCALBASE} .endif USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV+= GLVER="${GLVER}" LIBS="-lm" SUB_GL= src si-glu src-glu diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 0102bdb..6d3cdac 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= vips.14:${PORTSDIR}/graphics/vips \ USE_GMAKE= yes USE_GNOME= gnomemimedata glib20 pkgconfig gtk20 GNU_CONFIGURE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes MAN1= nip2.1 diff --git a/graphics/nurbs++/Makefile b/graphics/nurbs++/Makefile index e76e614..4255a52 100644 --- a/graphics/nurbs++/Makefile +++ b/graphics/nurbs++/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A C++ library for representing curves or surfaces USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ARGS= --program-transform-name="s/x/x/" INSTALLS_SHLIB= yes diff --git a/graphics/ogre312/Makefile b/graphics/ogre312/Makefile index ddaed42..b1a9f95 100644 --- a/graphics/ogre312/Makefile +++ b/graphics/ogre312/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= zzip.10:${PORTSDIR}/devel/zziplib \ WRKSRC= ${WRKDIR}/ogrenew CONFIGURE_ARGS= --disable-cg --program-transform-name= USE_REINPLACE= YES -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index ddaed42..b1a9f95 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= zzip.10:${PORTSDIR}/devel/zziplib \ WRKSRC= ${WRKDIR}/ogrenew CONFIGURE_ARGS= --disable-cg --program-transform-name= USE_REINPLACE= YES -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 diff --git a/graphics/ogre3d12/Makefile b/graphics/ogre3d12/Makefile index ddaed42..b1a9f95 100644 --- a/graphics/ogre3d12/Makefile +++ b/graphics/ogre3d12/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= zzip.10:${PORTSDIR}/devel/zziplib \ WRKSRC= ${WRKDIR}/ogrenew CONFIGURE_ARGS= --disable-cg --program-transform-name= USE_REINPLACE= YES -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile index 13edd44..0abf4d7 100644 --- a/graphics/paintlib/Makefile +++ b/graphics/paintlib/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ tiff:${PORTSDIR}/graphics/tiff \ ungif:${PORTSDIR}/graphics/libungif -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-SDL --disable-dfb diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 26c7d5b..9c5c2dc 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CFALGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index 32f0f3d..0ff6978 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -22,9 +22,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ USE_REINPLACE= yes USE_GL= yes USE_X_PREFIX= yes -WANT_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 213 -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= automake:15:env autoconf:213 libtool:13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} -O -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ CXXFLAGS="${CXXFLAGS} -O -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 8b06635..4a3842c 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_BZIP2= yes .include <bsd.port.pre.mk> diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index df5096d..8f48173 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -17,7 +17,7 @@ COMMENT= A plotting library and toolkit LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_MOTIF= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MOTIFLIB="${MOTIFLIB}" \ diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 5f21a21..28439d7 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -33,7 +33,7 @@ USE_XLIB= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 LATEST_LINK= ${PORTNAME}36 .if defined(WITH_OPTIMIZED_FLAGS) diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 5f21a21..28439d7 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -33,7 +33,7 @@ USE_XLIB= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 LATEST_LINK= ${PORTNAME}36 .if defined(WITH_OPTIMIZED_FLAGS) diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 5f21a21..28439d7 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -33,7 +33,7 @@ USE_XLIB= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 LATEST_LINK= ${PORTNAME}36 .if defined(WITH_OPTIMIZED_FLAGS) diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile index e373d22..bde0515 100644 --- a/graphics/proj/Makefile +++ b/graphics/proj/Makefile @@ -17,7 +17,7 @@ COMMENT= Cartographic Projections library NADFILES= proj-nad27-1.2.tar.gz -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 41f4c84..e8f7c6d 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -22,7 +22,7 @@ OPTIONS= IMAGEMAGICK "Enable magick++ interface" on \ USE_GNOME= gnomehack gnometarget pkgconfig USE_GHOSTSCRIPT= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/graphics/py-visual/Makefile b/graphics/py-visual/Makefile index 9d086ac..83ef7b8 100644 --- a/graphics/py-visual/Makefile +++ b/graphics/py-visual/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYNUMERIC} USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_PYTHON= 2.3+ USE_REINPLACE= yes USE_XLIB= yes diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile index 53bb81d..6885ab6 100644 --- a/graphics/qglviewer/Makefile +++ b/graphics/qglviewer/Makefile @@ -18,7 +18,7 @@ COMMENT= Use OpenGL to play around with three dimensional scenes USE_QT_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= QTDIR="${X11BASE}" INSTALLS_SHLIB= yes diff --git a/graphics/qtutils/Makefile b/graphics/qtutils/Makefile index 6ee8f06..2cdd0d1 100644 --- a/graphics/qtutils/Makefile +++ b/graphics/qtutils/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ USE_GNOME= glib12 USE_GETOPT_LONG=yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index ca7ccdd..1a6b3bf 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -20,7 +20,7 @@ MAINTAINER= ip@doom.homeunix.org COMMENT= High level 3D graphics library compatible with Apple's QuickDraw(TM) USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GL= yes USE_X_PREFIX= yes diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index 060f8a8..4ba3568 100644 --- a/graphics/sage/Makefile +++ b/graphics/sage/Makefile @@ -16,7 +16,7 @@ COMMENT= OpenGL extension library USE_SDL= sdl USE_GL= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 4691a40..45a5a96 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -29,7 +29,7 @@ OPTIONS= USB "USB support" on \ USE_GNOME= gnometarget USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --disable-locking diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index cbbc069..9ea8778 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -19,7 +19,7 @@ COMMENT= SDL graphics drawing primitives and other support functions USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \ --disable-mmx diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index b5319a2..96a0711 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_SDL= sdl USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 2ec047a..67d6eca 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -20,7 +20,7 @@ USE_SDL= sdl USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 92920dc..18b2159 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ png.5:${PORTSDIR}/graphics/png USE_XLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 164534b..1a1e153 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 libartlgpl2 desktopfileutils USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-gnome-print \ --with-popt CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \ diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile index a58dda8..79c4138 100644 --- a/graphics/sswf/Makefile +++ b/graphics/sswf/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/sswf-${PORTVERSION} USE_ICONV= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/utah-glx/Makefile b/graphics/utah-glx/Makefile index cb131f1..d1b48ab 100644 --- a/graphics/utah-glx/Makefile +++ b/graphics/utah-glx/Makefile @@ -24,7 +24,7 @@ EXPIRATION_DATE= 2005-12-05 BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env USE_X_PREFIX= yes USE_PERL5_BUILD=yes USE_GMAKE= yes diff --git a/graphics/view3ds/Makefile b/graphics/view3ds/Makefile index f7a5425..4467d697 100644 --- a/graphics/view3ds/Makefile +++ b/graphics/view3ds/Makefile @@ -29,7 +29,7 @@ USE_QT_VER= 3 USE_MESA= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= QTDIR="${QT_PREFIX}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index b3ffa56..e6e8072 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 \ USE_GMAKE= yes USE_GNOME= gnomehack glib20 pkgconfig pango GNU_CONFIGURE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index a78b5154..8f74a1e 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -15,7 +15,7 @@ COMMENT= An image viewer for X USE_SDL= image USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index c818c3c..e79f606 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tdv94ped@cs.umu.se COMMENT= A medical image conversion utility and library -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_SUBMAKE= yes diff --git a/graphics/xmms-iris/Makefile b/graphics/xmms-iris/Makefile index 5a76864..02f251b 100644 --- a/graphics/xmms-iris/Makefile +++ b/graphics/xmms-iris/Makefile @@ -22,7 +22,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PLIST_FILES= lib/xmms/Visualization/libiris.so USE_GNOME= gtk12 USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GL= yes USE_X_PREFIX= yes USE_REINPLACE= yes diff --git a/graphics/xmms-nebulus/Makefile b/graphics/xmms-nebulus/Makefile index a97d544..aab99a0 100644 --- a/graphics/xmms-nebulus/Makefile +++ b/graphics/xmms-nebulus/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_MESA= yes USE_GNOME= gtk12 USE_BZIP2= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" diff --git a/graphics/xmms-plazma/Makefile b/graphics/xmms-plazma/Makefile index 4aebbb4..ae9e407 100644 --- a/graphics/xmms-plazma/Makefile +++ b/graphics/xmms-plazma/Makefile @@ -20,7 +20,7 @@ USE_GL= yes USE_GNOME= gtk12 USE_SDL= sdl -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc PLIST_FILES= lib/xmms/Visualization/libplazma.so diff --git a/graphics/xmms-scivi/Makefile b/graphics/xmms-scivi/Makefile index 1769ed7..bf05c82 100644 --- a/graphics/xmms-scivi/Makefile +++ b/graphics/xmms-scivi/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes USE_GL= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ diff --git a/graphics/xmms-vumeter/Makefile b/graphics/xmms-vumeter/Makefile index 0a57ae1..b210ea8 100644 --- a/graphics/xmms-vumeter/Makefile +++ b/graphics/xmms-vumeter/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gdkpixbuf -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes DATADIR= ${PREFIX}/share/xmms/VU_Meter_skins diff --git a/graphics/xmms-waterfall/Makefile b/graphics/xmms-waterfall/Makefile index 557c0b9..cf3dad5 100644 --- a/graphics/xmms-waterfall/Makefile +++ b/graphics/xmms-waterfall/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gtk12 USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc PLIST_FILES= lib/xmms/Visualization/libwaterfall.so diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index 51a98ed..5c131dd 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -23,7 +23,7 @@ CONFLICTS= libmorph* USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnometarget lthack -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" INSTALLS_SHLIB= yes diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 04e2b48..69089f5 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -25,7 +25,7 @@ USE_X_PREFIX= yes USE_MOTIF= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index 931da68..076b2a2 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_GETOPT_LONG=yes USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" \ diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index 931da68..076b2a2 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_GETOPT_LONG=yes USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" \ diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index cc35f40..d4ce022 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -18,7 +18,7 @@ COMMENT= An editor for editing (primarily LaTeX) Hebrew files RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 post-install: @${CAT} ${PKGMESSAGE} diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 82e07ee..1df0a47 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -74,7 +74,7 @@ LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms .endif .if defined(WITH_IPV6) -USE_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253 .endif .if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "amd64" diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile index 7946a39..886ec95 100644 --- a/irc/dancer-services/Makefile +++ b/irc/dancer-services/Makefile @@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The IRC services (nickserv, chanserv, etc.) for dancer-ircd -WANT_AUTOMAKE_VER=15 -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= automake:15:env autoconf:253:env USE_RC_SUBR= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index 5c945ff..6f67724 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/Makefile @@ -20,7 +20,7 @@ CONFLICTS= irssi-0.8* GNU_CONFIGURE= yes USE_GNOME= glib20 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GMAKE= yes diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index eb7d296..f0d1f41 100644 --- a/irc/kvirc-devel/Makefile +++ b/irc/kvirc-devel/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_TARGET= CONFIGURE_ARGS+= --mandir=${PREFIX}/man PLIST_SUB= VER=${PORTVERSION} diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index eb7d296..f0d1f41 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_TARGET= CONFIGURE_ARGS+= --mandir=${PREFIX}/man PLIST_SUB= VER=${PORTVERSION} diff --git a/irc/olirc/Makefile b/irc/olirc/Makefile index 7f163d8..69e017a 100644 --- a/irc/olirc/Makefile +++ b/irc/olirc/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/olirc USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} do-install: diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 2c12159..1d3e57c 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-nls \ diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index e33d70c..a724f25 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile index c24da35..c2b3593 100644 --- a/japanese/FreeWnn-lib/Makefile +++ b/japanese/FreeWnn-lib/Makefile @@ -20,8 +20,7 @@ WRKSRC= ${WRKDIR}/FreeWnn-1.10-pl020 ALL_TARGET= includes all INSTALL_TARGET= install install.man GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 213 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= autoconf:213 libtool:15 MAKE_ARGS= CDEBUGFLAGS="${CFLAGS}" INSTALLS_SHLIB= yes USE_BZIP2= yes diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile index e494789..53b3865 100644 --- a/japanese/anthy/Makefile +++ b/japanese/anthy/Makefile @@ -18,7 +18,7 @@ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Another kana-kanji conversion system USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_GNOME= gnometarget lthack pkgconfig diff --git a/japanese/aterm/Makefile b/japanese/aterm/Makefile index 8a73c34..d7cad69 100644 --- a/japanese/aterm/Makefile +++ b/japanese/aterm/Makefile @@ -21,7 +21,7 @@ COMMENT= A color vt102 terminal emulator with transparency support LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes diff --git a/japanese/balsa/Makefile b/japanese/balsa/Makefile index 2eb7c3b..2a8c3a4 100644 --- a/japanese/balsa/Makefile +++ b/japanese/balsa/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/balsa-0.8.0ja USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_PERL5_BUILD=yes USE_GMAKE= yes LIBTOOLFILES= configure libmutt/configure diff --git a/japanese/celrw/Makefile b/japanese/celrw/Makefile index 92b0863..152f3bf 100644 --- a/japanese/celrw/Makefile +++ b/japanese/celrw/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.nurs.or.jp/~kurati/celrw/ MAINTAINER= shuna@pop16.odn.ne.jp COMMENT= Cellular phone-number read/write tool (in Japan only) -WANT_AUTOMAKE_VER=15 +USE_AUTOTOOLS= automake:15:env USE_BZIP2= yes HAS_CONFIGURE= yes ALL_TARGET= diff --git a/japanese/dvipdfm/Makefile b/japanese/dvipdfm/Makefile index fcc3494..031a63c 100644 --- a/japanese/dvipdfm/Makefile +++ b/japanese/dvipdfm/Makefile @@ -30,7 +30,7 @@ BROKEN= Incorrect pkg-plist MAN1= dvipdfm.1 WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${PREFIX}/include" \ CFLAGS="${CFLAGS} -I${PREFIX}/include" \ LDFLAGS=-L${PREFIX}/lib diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 777efea..1a35d90 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -61,7 +61,7 @@ DIST_SUBDIR= eb USE_BZIP2= yes USE_GETTEXT= yes USE_PERL5= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-nls \ diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile index 526ba5a..63a153a 100644 --- a/japanese/eb3/Makefile +++ b/japanese/eb3/Makefile @@ -61,7 +61,7 @@ DIST_SUBDIR= eb USE_GETTEXT= yes USE_PERL5= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-nls \ diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index bd7197b..79185b7 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -22,7 +22,7 @@ CONFLICTS= ja-ebview-gtk2-* USE_GETOPT_LONG= yes USE_GNOME= imlib USE_GMAKE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile index b50ea11..6475d53 100644 --- a/japanese/emacs-emcws/Makefile +++ b/japanese/emacs-emcws/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs WRKSRC= ${WRKDIR}/emacs-${EMACS_VER} -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= YES EMACS_VER= 21.3 diff --git a/japanese/emacs20-dl-canna/Makefile b/japanese/emacs20-dl-canna/Makefile index 640a83a..3f08593 100644 --- a/japanese/emacs20-dl-canna/Makefile +++ b/japanese/emacs20-dl-canna/Makefile @@ -43,7 +43,7 @@ DLCANNA_VER= 1.4 # hack to allow parallel build to work .if defined(PACKAGE_BUILDING) USE_GMAKE= yes -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env .endif post-install: diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile index 297bf2d..0775311 100644 --- a/japanese/emacs20-dl-wnn6/Makefile +++ b/japanese/emacs20-dl-wnn6/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} \ ${NONEXISTENT}:${EMACSDL_DIR}:configure RUN_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wnn6 \ @@ -38,7 +38,6 @@ EMACSDL_SRCDIR= ${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER} # hack to allow parallel build to work .if defined(PARALLEL_PACKAGE_BUILD) USE_GMAKE= yes -WANT_AUTOCONF_VER=253 .endif post-install: diff --git a/japanese/emacs20-emcws/Makefile b/japanese/emacs20-emcws/Makefile index fbe86e2..2419978 100644 --- a/japanese/emacs20-emcws/Makefile +++ b/japanese/emacs20-emcws/Makefile @@ -29,7 +29,7 @@ WRKSRC= ${WRKDIR}/emacs-${EMACS_VER} LATEST_LINK= ja-emcws20 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= YES EMACS_VER= 20.7 diff --git a/japanese/epic4/Makefile b/japanese/epic4/Makefile index b381fe4..27cb3d2 100644 --- a/japanese/epic4/Makefile +++ b/japanese/epic4/Makefile @@ -27,7 +27,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient with Japanese support USE_BZIP2= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 DISTFILE_HELP= ${PORTNAME}pre2-help.tar.gz diff --git a/japanese/esecanna-module-vje25/Makefile b/japanese/esecanna-module-vje25/Makefile index 0217d47..de05044 100644 --- a/japanese/esecanna-module-vje25/Makefile +++ b/japanese/esecanna-module-vje25/Makefile @@ -19,7 +19,7 @@ COMMENT= Esecanna module for VJE-Delta 2.5 RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes DIST_SUBDIR= esecanna diff --git a/japanese/esecanna-module-vje30/Makefile b/japanese/esecanna-module-vje30/Makefile index 42909c0..b460d8d 100644 --- a/japanese/esecanna-module-vje30/Makefile +++ b/japanese/esecanna-module-vje30/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna USE_PERL5= yes USE_REINPLACE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes # VJE-Delta 3.0 is installed under /usr/local fixedly CONFIGURE_ARGS= --with-vjecfgfile="/usr/local/etc/vje30/vje.cfg" diff --git a/japanese/esecanna-module-wnn6/Makefile b/japanese/esecanna-module-wnn6/Makefile index 40849aa..7fac385 100644 --- a/japanese/esecanna-module-wnn6/Makefile +++ b/japanese/esecanna-module-wnn6/Makefile @@ -20,7 +20,7 @@ COMMENT= Esecanna module for Wnn6 LIB_DEPENDS= wnn6.2:${PORTSDIR}/japanese/Wnn6-lib RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/wnn6" \ LDFLAGS="${LDFLAGS} -L${PREFIX}/lib" diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile index 6f42147..9cb1d93 100644 --- a/japanese/esecanna/Makefile +++ b/japanese/esecanna/Makefile @@ -21,7 +21,7 @@ COMMENT= Pseudo cannaserver which wraps some other input engines USE_RC_SUBR= yes USE_REINPLACE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes CONFIGURE_ARGS= --with-piddir="${PIDDIR}" diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index ea5ef37..3f9e166 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -15,7 +15,7 @@ COMMENT= A sophisticated scripter based on Japanized tcl/tk LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl8.0jp \ --with-tkconfig=${PREFIX}/lib/tk8.0jp \ diff --git a/japanese/iiimf-le-canna/Makefile b/japanese/iiimf-le-canna/Makefile index 37f8435..f4ce059 100644 --- a/japanese/iiimf-le-canna/Makefile +++ b/japanese/iiimf-le-canna/Makefile @@ -29,10 +29,8 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gtk20 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/japanese/iiimf-le-freewnn/Makefile b/japanese/iiimf-le-freewnn/Makefile index 0a98be9..3861e7c 100644 --- a/japanese/iiimf-le-freewnn/Makefile +++ b/japanese/iiimf-le-freewnn/Makefile @@ -28,10 +28,8 @@ USE_BZIP2= yes USE_ICONV= yes USE_REINPLACE= yes USE_GMAKE= 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/japanese/im-ja/Makefile b/japanese/im-ja/Makefile index f972a85..a442e52 100644 --- a/japanese/im-ja/Makefile +++ b/japanese/im-ja/Makefile @@ -21,7 +21,7 @@ OPTIONS+= WNN "Use FreeWnn" on USE_PERL5_BUILD= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack gnomepanel lthack GNU_CONFIGURE= yes diff --git a/japanese/ipadic/Makefile b/japanese/ipadic/Makefile index e09cdea..c63f521 100644 --- a/japanese/ipadic/Makefile +++ b/japanese/ipadic/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 post-install: ${INSTALL_DATA} ${WRKSRC}/chasenrc \ diff --git a/japanese/less/Makefile b/japanese/less/Makefile index eec5ea2..9111942 100644 --- a/japanese/less/Makefile +++ b/japanese/less/Makefile @@ -26,7 +26,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sf@FreeBSD.org COMMENT= Less + zcat + ISO-2022 - a pager similar to more and pg -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cs-regex MAN1= jless.1 jlesskey.1 diff --git a/japanese/libicq/Makefile b/japanese/libicq/Makefile index 398af93..de5b938 100644 --- a/japanese/libicq/Makefile +++ b/japanese/libicq/Makefile @@ -22,7 +22,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library to add ICQ communication support to your software USE_GNOME= glib12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/japanese/mecab-razil/Makefile b/japanese/mecab-razil/Makefile index c424f5f..8d359a14 100644 --- a/japanese/mecab-razil/Makefile +++ b/japanese/mecab-razil/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= mecab.0:${MECAB_PORTDIR} USE_PERL5_BUILD= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index 9740dbc..087a47d 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -21,7 +21,7 @@ IPADIC_DISTNAME= ipadic-2.5.1 USE_PERL5_BUILD= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" diff --git a/japanese/mell/Makefile b/japanese/mell/Makefile index 1e3cafa..7891697 100644 --- a/japanese/mell/Makefile +++ b/japanese/mell/Makefile @@ -14,9 +14,8 @@ MAINTAINER= otsuji@users.sourceforge.jp COMMENT= Emacs Lisp for taiyaki-elisp, especially for the prime GNU_CONFIGURE= yes -USE_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19 autoconf:259 AUTOMAKE_ARGS= -af -USE_AUTOCONF_VER= 259 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/japanese/migemo/Makefile b/japanese/migemo/Makefile index f9b083e..c0cb190 100644 --- a/japanese/migemo/Makefile +++ b/japanese/migemo/Makefile @@ -20,8 +20,7 @@ MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Japanese incremental search tool .if !defined(EMACS_PORT_NAME) -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.am ${FILESDIR}/extra-patch-configure.in PLIST_SUB= MIGEMO="" ELISP="@comment " .endif diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index ca31ada..7a8c8d7 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -60,8 +60,7 @@ NO_LATEST_LINK= yes USE_REINPLACE= yes USE_GMAKE= yes USE_ICONV= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/mutt-${VERSION} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile index 1909da6..f20ca4b 100644 --- a/japanese/mutt/Makefile +++ b/japanese/mutt/Makefile @@ -41,8 +41,7 @@ FETCH_BEFORE_ARGS= -A # ha4.seikyou.ne.jp is running broken httpd USE_REINPLACE= yes USE_GMAKE= yes USE_ICONV= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/japanese/prime-dict/Makefile b/japanese/prime-dict/Makefile index ad2a6c5..1a7eeca 100644 --- a/japanese/prime-dict/Makefile +++ b/japanese/prime-dict/Makefile @@ -19,8 +19,7 @@ USE_RUBY= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/japanese/prime-el/Makefile b/japanese/prime-el/Makefile index e2a1b6f..ebd9f855 100644 --- a/japanese/prime-el/Makefile +++ b/japanese/prime-el/Makefile @@ -21,8 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/emacs/site-lisp/init-mell.el:${PORTSDIR}/japane prime:${PORTSDIR}/japanese/prime GNU_CONFIGURE= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile index 780370b..73093ea 100644 --- a/japanese/prime/Makefile +++ b/japanese/prime/Makefile @@ -25,8 +25,7 @@ RUBY_WITH_PTHREAD= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 PLIST_SUB= X11BASE=${X11BASE} diff --git a/japanese/rskkserv/Makefile b/japanese/rskkserv/Makefile index edb5fd5..4a3e335 100644 --- a/japanese/rskkserv/Makefile +++ b/japanese/rskkserv/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/eb.so:${PORTSDIR}/japanese/ruby-eb .endif USE_RUBY= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes USE_RC_SUBR= rskkserv.sh diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile index e8840b6..6b732de 100644 --- a/japanese/samba/Makefile +++ b/japanese/samba/Makefile @@ -27,7 +27,7 @@ SAMBA_JA_VERSION= 1.0beta1 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 # directories .if !defined(BATCH) && !defined(PACKAGE_BUILDING) diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index 8b7d8ef..27a7725 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -24,7 +24,7 @@ USE_GNOME= lthack 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}" diff --git a/japanese/scim-canna/Makefile b/japanese/scim-canna/Makefile index eb57d1c..fafbb73 100644 --- a/japanese/scim-canna/Makefile +++ b/japanese/scim-canna/Makefile @@ -23,7 +23,7 @@ USE_GNOME= lthack USE_X_PREFIX= yes USE_ICONV= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.pre.mk> diff --git a/japanese/scim-prime/Makefile b/japanese/scim-prime/Makefile index b9db6ff..8d176ba 100644 --- a/japanese/scim-prime/Makefile +++ b/japanese/scim-prime/Makefile @@ -23,7 +23,7 @@ USE_GNOME= lthack USE_X_PREFIX= yes USE_ICONV= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.pre.mk> diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile index 6c21ac8..6818d0f 100644 --- a/japanese/scim-skk/Makefile +++ b/japanese/scim-skk/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_ICONV= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/japanese/scim-uim/Makefile b/japanese/scim-uim/Makefile index 3d5720e..c7ea9f1 100644 --- a/japanese/scim-uim/Makefile +++ b/japanese/scim-uim/Makefile @@ -24,7 +24,7 @@ USE_GNOME= lthack 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}" diff --git a/japanese/suikyo/Makefile b/japanese/suikyo/Makefile index 74246bc..2efc041 100644 --- a/japanese/suikyo/Makefile +++ b/japanese/suikyo/Makefile @@ -17,8 +17,7 @@ USE_RUBY= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 2c030cb..2174bed 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -18,7 +18,7 @@ MAINTAINER= taguchi@tohoku.iij.ad.jp COMMENT= Japanized Tcl (Tool Command Language) WRKSRC= ${WRKDIR}/${DISTNAME}/unix -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile index 5f3f117..5a2deb4 100644 --- a/japanese/tcl80/Makefile +++ b/japanese/tcl80/Makefile @@ -26,7 +26,7 @@ PATCH_DIST_ARGS=-d ${TOPDIR} -E ${PATCH_DIST_STRIP} .else PATCH_DIST_ARGS=-d ${TOPDIR} --forward --quiet -E ${PATCH_DIST_STRIP} .endif -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS= --enable-shared RANLIB= ranlib PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh diff --git a/japanese/tk42/Makefile b/japanese/tk42/Makefile index 936f587..1d32ddf 100644 --- a/japanese/tk42/Makefile +++ b/japanese/tk42/Makefile @@ -20,7 +20,7 @@ COMMENT= Japanized TK (Tcl Tool Kit) LIB_DEPENDS= tcl76jp.1:${PORTSDIR}/japanese/tcl76 WRKSRC= ${WRKDIR}/${DISTNAME}/unix -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_XLIB= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile index 14ec51b..69910c1 100644 --- a/japanese/tk80/Makefile +++ b/japanese/tk80/Makefile @@ -28,7 +28,7 @@ PATCH_DIST_ARGS=-d ${TOPDIR} -E ${PATCH_DIST_STRIP} .else PATCH_DIST_ARGS=-d ${TOPDIR} --forward --quiet -E ${PATCH_DIST_STRIP} .endif -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_XLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl${VERSION}jp \ diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile index b0159eb..62bdb2a 100644 --- a/japanese/tkstep80/Makefile +++ b/japanese/tkstep80/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80 USE_REINPLACE= yes USE_XLIB= yes USE_XPM= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 HAS_CONFIGURE= yes CONFIGURE_ARGS= --enable-gcc --enable-shared --enable-step \ --with-tcl=${PREFIX}/lib/tcl${TCLVERSION}jp \ diff --git a/japanese/uim/Makefile b/japanese/uim/Makefile index ee2add5..105f2e2 100644 --- a/japanese/uim/Makefile +++ b/japanese/uim/Makefile @@ -25,7 +25,7 @@ WANT_GNOME= yes USE_GNOME= lthack gnometarget glib20 USE_GMAKE= yes USE_ICONV= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" DOCSDIR_JA= ${PREFIX}/share/doc/ja/uim diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 07ebf8f..3e350e6 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -25,7 +25,7 @@ PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} USE_FREETYPE= yes USE_GETTEXT= yes USE_XLIB= yes -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-freetype \ --with-freetype-includedir=${LOCALBASE}/include/freetype1/freetype \ diff --git a/japanese/xyaku/Makefile b/japanese/xyaku/Makefile index bec1be8..f679c68 100644 --- a/japanese/xyaku/Makefile +++ b/japanese/xyaku/Makefile @@ -19,8 +19,7 @@ RUN_DEPENDS= ${EDICT_FILE}:${PORTSDIR}/japanese/edict \ USE_X_PREFIX= yes USE_RUBY= yes -USE_AUTOCONF_VER= 213 -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= autoconf:213 libtool:13 CONFIGURE_ARGS= --with-edict="${EDICT_FILE}" \ --with-ruby="${RUBY}" \ --with-netscape="${LOCALBASE}/bin/netscape" diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 4398f6e..c86eb66 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -18,7 +18,7 @@ COMMENT= A GNU project to create a free Java class library BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gtk20 libartlgpl2 pkgconfig USE_JAVA= yes USE_JIKES= yes diff --git a/java/jc/Makefile b/java/jc/Makefile index 0925d50..9c88220 100644 --- a/java/jc/Makefile +++ b/java/jc/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt MAN1= jc.1 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_JAVA= yes USE_GMAKE= yes JAVA_BUILD= jre diff --git a/java/jmp/Makefile b/java/jmp/Makefile index 6024d39..1633299 100644 --- a/java/jmp/Makefile +++ b/java/jmp/Makefile @@ -37,7 +37,7 @@ CFLAGS+= -DJMPDEBUG -g CFLAGS+= -O3 .endif -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_JAVA= yes JAVA_VERSION= 1.2+ diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index a4bfa54..064e59f 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/kaffe-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_ICONV= yes LIBTOOLFLAGS= diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile index aa0c763..236e4eb 100644 --- a/java/sablevm/Makefile +++ b/java/sablevm/Makefile @@ -23,11 +23,9 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 libltdl:15 libtool:15 #GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 -USE_LIBLTDL= yes INSTALLS_SHLIB= yes PLIST_SUB= PORTVERSION=${PORTVERSION} CONFIGURE_ENV= CFLAGS="-I${PREFIX}/include -L${PREFIX}/lib" diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile index 7aecd1f..87330b6 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 d287641..0e4923e 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 060cad5..7deda2d 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 5f5e04c..e2387a9 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}" diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 53713ab..b313756 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -18,7 +18,7 @@ COMMENT= State-event driven class extendible C++ script interpreter LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GCC= 3.4 INSTALL_TARGET= install man INSTALLS_SHLIB= yes diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 3a804f8..684c3e0 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -16,7 +16,7 @@ COMMENT= A Scheme-to-C compiler USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= chicken-config.1 chicken-profile.1 chicken-setup.1 chicken.1 \ diff --git a/lang/cim/Makefile b/lang/cim/Makefile index 9ba94ec..a160abf 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Compiler for the SIMULA programming language USE_PERL5= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/lang/clips/Makefile b/lang/clips/Makefile index 40b6e62..210f899 100644 --- a/lang/clips/Makefile +++ b/lang/clips/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@dougdidit.com COMMENT= CLIPS is a productive development and delivery expert system tool -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index 38693fd..c80c7f4 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -45,7 +45,7 @@ ONLY_FOR_ARCHS= i386 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/dylan/%%DYLANVER%%/%%DYLANARCH%% USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 MAKEFILE= GNUmakefile ALL_TARGET= default diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 0d27fa7..48d9013 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -29,7 +29,7 @@ INFO= ecl ecldev USE_GMAKE= YES USE_PERL5_BUILD=yes GNU_CONFIGURE= YES -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ARGS= --with-asdf --with-tcp --with-system-gmp --enable-boehm=included # We need to tell ECL where to find the GMP includes diff --git a/lang/elk/Makefile b/lang/elk/Makefile index b7139f3..98bf309 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ USE_BZIP2= yes USE_MOTIF= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFLAGS= # none CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/lang/emacs-lisp-intro/Makefile b/lang/emacs-lisp-intro/Makefile index 92d0b56..f649136 100644 --- a/lang/emacs-lisp-intro/Makefile +++ b/lang/emacs-lisp-intro/Makefile @@ -14,6 +14,6 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= amakawa@jp.FreeBSD.org COMMENT= An introduction to Emacs Lisp programming -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 .include <bsd.port.mk> diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index c4791db..8db78b4 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://enlightenment.freedesktop.org/files/ MAINTAINER= vanilla@FreeBSD.org COMMENT= A C like scripting language used in parts of the Enlightenment -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile index a356b08..c42373d 100644 --- a/lang/ferite/Makefile +++ b/lang/ferite/Makefile @@ -17,7 +17,7 @@ COMMENT= An embeddable scripting language LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/lang/forth/Makefile b/lang/forth/Makefile index 31549d5..cdc5332 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BZIP2= yes USE_GMAKE= yes MAKE_ARGS= OPTIM="${CFLAGS}" -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ARGS= --disable-float MAN1= pfe.1 diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile index f21811c..44c1d6b 100644 --- a/lang/gambas/Makefile +++ b/lang/gambas/Makefile @@ -16,11 +16,10 @@ COMMENT= Gambas Almost Means BASic LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ ml.0:${PORTSDIR}/math/ldouble -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_KDELIBS_VER= 3 USE_GETTEXT= yes USE_BZIP2= yes -USE_LIBTOOL_VER= 15 LIBTOOLFILES= configure libltdl/configure LIBTOOLFLAGS= # none USE_GMAKE= yes diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index a980f07..3892457 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_GMAKE= yes USE_XLIB= yes CONFIGURE_ARGS=--prefix=${PREFIX} \ diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 15fe7b9..309b0fc 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -39,7 +39,7 @@ LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x IGNORE= requires newer version of perl .endif -WANT_AUTOCONF_VER=259 # Need this to regenerate patched configure in OpenAL +USE_AUTOTOOLS= autoconf:259:env LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 \ glut.3:${PORTSDIR}/graphics/libglut \ openal.0:${PORTSDIR}/audio/openal \ diff --git a/lang/glade-gpl/Makefile b/lang/glade-gpl/Makefile index ba10cd5..38e3e9b 100644 --- a/lang/glade-gpl/Makefile +++ b/lang/glade-gpl/Makefile @@ -23,8 +23,7 @@ BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat .if ${OSVERSION} >= 500039 WITHOUT_CPU_CFLAGS= yes .endif -USE_AUTOMAKE_VER=14 -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= automake:14 autoconf:213 CONFIGURE_ENV= ADA=adagcc USE_GMAKE= yes USE_PERL5_BUILD=yes diff --git a/lang/gnat-glade/Makefile b/lang/gnat-glade/Makefile index ba10cd5..38e3e9b 100644 --- a/lang/gnat-glade/Makefile +++ b/lang/gnat-glade/Makefile @@ -23,8 +23,7 @@ BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat .if ${OSVERSION} >= 500039 WITHOUT_CPU_CFLAGS= yes .endif -USE_AUTOMAKE_VER=14 -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= automake:14 autoconf:213 CONFIGURE_ENV= ADA=adagcc USE_GMAKE= yes USE_PERL5_BUILD=yes diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 495619c..dd6d2de 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes ETCDIR= ${LOCALBASE}/etc -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-procfs CONFIGURE_TARGET= diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile index a8765a5..8d8e1bb 100644 --- a/lang/gprolog/Makefile +++ b/lang/gprolog/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}.orig/src/src USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-c-flags="${CFLAGS}" \ --with-doc-dir=none \ diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 99ec957..3ca9229 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= guile MAINTAINER= gnome@FreeBSD.org COMMENT= GNU Ubiquitous Intelligent Language for Extension -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile index aaeb01e..ff1c821 100644 --- a/lang/libjit/Makefile +++ b/lang/libjit/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Libjit implements Just-In-Time compilation functionality USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/lang/libutils/Makefile b/lang/libutils/Makefile index e3cabee..a9ab01a 100644 --- a/lang/libutils/Makefile +++ b/lang/libutils/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Support lib for Tensile/NSL USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= CFLAGS="${CFLAGS}" INSTALLS_SHLIB= yes diff --git a/lang/ml-pnet/Makefile b/lang/ml-pnet/Makefile index 5e10480..fbf849b1 100644 --- a/lang/ml-pnet/Makefile +++ b/lang/ml-pnet/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes .include "${.CURDIR}/../pnet/Makefile.pnet" diff --git a/lang/mono/Makefile b/lang/mono/Makefile index cff7242..44d6991 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -22,7 +22,7 @@ USE_BISON= yes USE_GNOME= gnomehack glib20 USE_GMAKE= yes LIBTOOLFILES= configure libgc/configure -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index e5c0bb6..8860d45 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -32,7 +32,7 @@ USE_BISON= yes USE_GMAKE= yes HAS_CONFIGURE= yes USE_XLIB= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 # magic wand: set INSTALL to some absurd value, or else # mozart's configure will not find the right install # when configuring as root. diff --git a/lang/njs/Makefile b/lang/njs/Makefile index 687299a..1b98e30 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -18,7 +18,7 @@ COMMENT= NJS (NGS) is a standalone JavaScript/ECMAScript interpreter CONFLICTS= js-1.5.* -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc .if defined(NOPORTDOCS) USE_REINPLACE= yes .endif diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 161fdc4..d151d39 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gc4.14.tar.gz MAINTAINER= ob@breuninger.org COMMENT= Optimizing Oberon-2 compiler of University of Kaiserslautern, Germany -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= oo2c.1 oob.1 ooef.1 oocn.1 oowhereis.1 diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index c89a8f8..77227d1 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -17,10 +17,9 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index c89a8f8..77227d1 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -17,10 +17,9 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/lang/osb-jscore/Makefile b/lang/osb-jscore/Makefile index 466f4da..cca566f 100644 --- a/lang/osb-jscore/Makefile +++ b/lang/osb-jscore/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gtk-webcore MAINTAINER= ahze@FreeBSD.org COMMENT= Javascript interpreter port from Apple's KHTML and part of Gtk-Webcore -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GNOME= gtk20 gnomehack INSTALLS_SHLIB= yes diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 129e7f3..f6dc4be 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -16,7 +16,7 @@ COMMENT= MIT Object Tcl LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 INSTALLS_SHLIB= yes diff --git a/lang/pfe-devel/Makefile b/lang/pfe-devel/Makefile index 6a968c3..da56868 100644 --- a/lang/pfe-devel/Makefile +++ b/lang/pfe-devel/Makefile @@ -19,7 +19,7 @@ LATEST_LINK= pfe-devel USE_PERL5_BUILD=yes USE_GNOME= gnometarget lthack USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= pfe/configure LIBTOOLFLAGS= # none CONFIGURE_ARGS= --mandir=${PREFIX}/man diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 6a968c3..da56868 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -19,7 +19,7 @@ LATEST_LINK= pfe-devel USE_PERL5_BUILD=yes USE_GNOME= gnometarget lthack USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= pfe/configure LIBTOOLFLAGS= # none CONFIGURE_ARGS= --mandir=${PREFIX}/man diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index d222d04..56a31f8 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -177,7 +177,7 @@ LIB_DEPENDS+= mcrypt.8:${PORTSDIR}/security/libmcrypt CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE} -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 .endif .if ${PHP_MODNAME} == "mcve" diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 7666667..11eef6f 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -166,7 +166,7 @@ LIB_DEPENDS+= mcrypt.8:${PORTSDIR}/security/libmcrypt CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE} -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 .endif .if ${PHP_MODNAME} == "mcve" diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 7666667..11eef6f 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -166,7 +166,7 @@ LIB_DEPENDS+= mcrypt.8:${PORTSDIR}/security/libmcrypt CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE} -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 .endif .if ${PHP_MODNAME} == "mcve" diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index a24999a..391b040 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -24,7 +24,7 @@ USE_XLIB= yes .endif USE_GCC= 3.4 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/lang/pnetc/Makefile b/lang/pnetc/Makefile index ced10d7..be9fbb3 100644 --- a/lang/pnetc/Makefile +++ b/lang/pnetc/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes .include "${.CURDIR}/../pnet/Makefile.pnet" diff --git a/lang/pnetlib/Makefile b/lang/pnetlib/Makefile index 52f6273..5d974ba 100644 --- a/lang/pnetlib/Makefile +++ b/lang/pnetlib/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ USE_XLIB= yes .endif -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GMAKE= yes diff --git a/lang/sdcc-devel/Makefile b/lang/sdcc-devel/Makefile index 50b35e5..f49ec23 100644 --- a/lang/sdcc-devel/Makefile +++ b/lang/sdcc-devel/Makefile @@ -86,7 +86,7 @@ PLIST_SUB+= HC08="" CONFIGURE_ARGS+= --disable-ucsim PLIST_SUB+= UCSIM="@comment " .else -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= sim/ucsim/aclocal.m4 PLIST_SUB+= UCSIM="" .endif diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index 9bc4aa1..cd23fed 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --disable-pic16-port PLIST_SUB+= PIC16="@comment " .else BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 libtool:15 PLIST_SUB+= PIC16="" .endif @@ -89,7 +89,6 @@ PLIST_SUB+= HC08="" CONFIGURE_ARGS+= --disable-ucsim PLIST_SUB+= UCSIM="@comment " .else -USE_LIBTOOL_VER= 15 LIBTOOLFILES= sim/ucsim/aclocal.m4 PLIST_SUB+= UCSIM="" .endif diff --git a/lang/see-devel/Makefile b/lang/see-devel/Makefile index 05d1525..9c39984 100644 --- a/lang/see-devel/Makefile +++ b/lang/see-devel/Makefile @@ -29,7 +29,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5_BUILD=yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" diff --git a/lang/tensile/Makefile b/lang/tensile/Makefile index 19e1f27..2432776 100644 --- a/lang/tensile/Makefile +++ b/lang/tensile/Makefile @@ -18,10 +18,9 @@ COMMENT= Programming language designed for especially complex processing texts LIB_DEPENDS= utils.1:${PORTSDIR}/lang/libutils -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 LIBTOOLFLAGS= # none CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 0e62ae3..4e838d2 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -32,8 +32,7 @@ USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \ gtkhtml3 USE_REINPLACE= yes USE_GCC= 3.4+ -USE_LIBTOOL_VER=15 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_ICONV= yes CONFIGURE_ARGS= --enable-threads \ --enable-gtkhtml \ diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 829c04b..4887bc1 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -66,7 +66,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_OPENSSL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .if defined(WITH_RCORDER) USE_RCORDER= courier.sh diff --git a/mail/crashecho/Makefile b/mail/crashecho/Makefile index fc1c45c..7786aef 100644 --- a/mail/crashecho/Makefile +++ b/mail/crashecho/Makefile @@ -25,7 +25,7 @@ EXTRACT_CMD= rpm2cpio EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= | ${CPIO} -i -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= crashecho.1 \ diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index e12ca95..a927566 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -176,8 +176,7 @@ CONFIGURE_ARGS+=--enable-netscapehack EXTRA_PATCHES+= ${WRKSRC}/contrib/drac_auth.patch EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aclocal.m4 \ ${FILESDIR}/extra-patch-configure.in -USE_AUTOCONF_VER=259 -USE_AUTOHEADER_VER=259 +USE_AUTOTOOLS= autoconf:259 autoheader:259 CONFIGURE_ARGS+=--with-drac=${LOCALBASE} BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index e12ca95..a927566 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -176,8 +176,7 @@ CONFIGURE_ARGS+=--enable-netscapehack EXTRA_PATCHES+= ${WRKSRC}/contrib/drac_auth.patch EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aclocal.m4 \ ${FILESDIR}/extra-patch-configure.in -USE_AUTOCONF_VER=259 -USE_AUTOHEADER_VER=259 +USE_AUTOTOOLS= autoconf:259 autoheader:259 CONFIGURE_ARGS+=--with-drac=${LOCALBASE} BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index e12ca95..a927566 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -176,8 +176,7 @@ CONFIGURE_ARGS+=--enable-netscapehack EXTRA_PATCHES+= ${WRKSRC}/contrib/drac_auth.patch EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aclocal.m4 \ ${FILESDIR}/extra-patch-configure.in -USE_AUTOCONF_VER=259 -USE_AUTOHEADER_VER=259 +USE_AUTOTOOLS= autoconf:259 autoheader:259 CONFIGURE_ARGS+=--with-drac=${LOCALBASE} BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 096c637..08d6c40 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -88,7 +88,7 @@ OPTIONS+= QMAIL "Play nice with Qmail mail server" off OPTIONS+= CGI "Install CGI (pulls in apache)" off OPTIONS+= TRAIN_SCRIPT "Install trainning script (needs perl)" off -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 8f0d8f1..4a03b23 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -90,7 +90,7 @@ OPTIONS+= QMAIL "Play nice with Qmail mail server" off OPTIONS+= CGI "Install CGI (pulls in apache)" off -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/mail/evolution-sharp/Makefile b/mail/evolution-sharp/Makefile index 17354e0..cafa39a 100644 --- a/mail/evolution-sharp/Makefile +++ b/mail/evolution-sharp/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ USE_GNOME= gnomehack evolutiondataserver USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile index 52e45fb..a6d4d2a 100644 --- a/mail/gmime/Makefile +++ b/mail/gmime/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= YES USE_GMAKE= YES USE_GNOME= glib12 USE_ICONV= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CFLAGS+= -L${LOCALBASE}/lib # req'd to find iconv CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 8fc8e1f..7d137da 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -18,7 +18,7 @@ CONFLICTS= gmime-1.0.* USE_ICONV= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget glib20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --with-libiconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ --enable-mono=no diff --git a/mail/jamlib/Makefile b/mail/jamlib/Makefile index 8a0356f..57131be 100644 --- a/mail/jamlib/Makefile +++ b/mail/jamlib/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A JAM subroutine library CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 NO_INSTALL_MANPAGES= yes INSTALLS_SHLIB= yes diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 0c8e083..39377f2 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -19,7 +19,7 @@ COMMENT= A library for posting electronic mail USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 16c985d..a5de605 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A mail library USE_ICONV= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index d1cc37b..23eefe5 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -17,9 +17,8 @@ COMMENT= Generic mail checking library LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls \ oop.4:${PORTSDIR}/devel/liboop -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/mail/libspf/Makefile b/mail/libspf/Makefile index a628576..ae3edb4 100644 --- a/mail/libspf/Makefile +++ b/mail/libspf/Makefile @@ -15,7 +15,7 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= Sender Policy Framework (SPF) library and client USE_BZIP2= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes OPTIONS= RFC_RECURSION "Change SPF recursion to 20 (as per RFC)" off \ diff --git a/mail/libspf2-10/Makefile b/mail/libspf2-10/Makefile index c940ff4..4bdd70a 100644 --- a/mail/libspf2-10/Makefile +++ b/mail/libspf2-10/Makefile @@ -20,7 +20,7 @@ LATEST_LINK= libspf2-10 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile index 821fbcd..e363815 100644 --- a/mail/libspf2/Makefile +++ b/mail/libspf2/Makefile @@ -19,7 +19,7 @@ CONFLICTS= ${PORTNAME}-1.0.* USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/mail/libsrs2/Makefile b/mail/libsrs2/Makefile index bb65c31..7678c19 100644 --- a/mail/libsrs2/Makefile +++ b/mail/libsrs2/Makefile @@ -16,7 +16,7 @@ COMMENT= Sender Rewriting Scheme 2 C Implementation INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 1a6020f..aafd1ce 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_GCC= 3.3+ -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-debug diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 6f98c7e..025ca7a 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -18,7 +18,7 @@ COMMENT= A mail notification for freedesktop.org-compliant system trays USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack eel2 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index d6a142e..9bb7d56 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -146,8 +146,7 @@ CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS} .endif USE_REINPLACE= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 USE_OPENSSL= yes PLIST= ${WRKDIR}/PLIST diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 0cc6965..4dc6460 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -78,8 +78,7 @@ DIST_SUBDIR= mutt WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} USE_OPENSSL= yes GNU_CONFIGURE= yes -USE_AUTOMAKE_VER= 19 # configure.in is patched by <PATCHFILES> -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 USE_REINPLACE= yes CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 0cc6965..4dc6460 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -78,8 +78,7 @@ DIST_SUBDIR= mutt WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} USE_OPENSSL= yes GNU_CONFIGURE= yes -USE_AUTOMAKE_VER= 19 # configure.in is patched by <PATCHFILES> -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 USE_REINPLACE= yes CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 74283d1..f10856b 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -63,7 +63,7 @@ MAINTAINER= scott+ports@sabami.seaslug.org COMMENT= A cleaned up MH mailer suite USE_REINPLACE= yes -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \ --sysconfdir=${PREFIX}/etc/nmh .ifdef NMH_EDITOR diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index af46a72..bead780 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -24,7 +24,7 @@ MAN8= perdition.8 MANCOMPRESSED= no USE_GETTEXT= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" BDB_LIB=db3 LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= DOCSDIR=${DOCSDIR} diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index b56d383..c10df27 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -15,7 +15,7 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= A console-based tool for handling Postfix 1, Postfix 2 and Exim queues USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" diff --git a/mail/pop3lite/Makefile b/mail/pop3lite/Makefile index 17e776a..941e60d 100644 --- a/mail/pop3lite/Makefile +++ b/mail/pop3lite/Makefile @@ -17,7 +17,7 @@ COMMENT= A flexible, modular RFC-compliant POP3 daemon USE_GNOME= glib12 USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN5= pop3lite.conf.5 diff --git a/mail/pop3proxy/Makefile b/mail/pop3proxy/Makefile index efa94d0..9abcaf2 100644 --- a/mail/pop3proxy/Makefile +++ b/mail/pop3proxy/Makefile @@ -16,7 +16,7 @@ MAINTAINER= mbr@FreeBSD.org COMMENT= POP3 Proxy Server derived from UP IMAP Proxy GNU_CONFIGURE= YES -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 USE_RC_SUBR= YES SAMPLE_EXT= sample diff --git a/mail/popular/Makefile b/mail/popular/Makefile index 3686348..9057e8b 100644 --- a/mail/popular/Makefile +++ b/mail/popular/Makefile @@ -16,7 +16,7 @@ COMMENT= Suite of programs for setting up large POP3 server systems BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes USE_PERL5= yes PDM_MODULES= any master diff --git a/mail/postfix-gps-devel/Makefile b/mail/postfix-gps-devel/Makefile index 376c52a..e09eb9f 100644 --- a/mail/postfix-gps-devel/Makefile +++ b/mail/postfix-gps-devel/Makefile @@ -23,8 +23,7 @@ SCRIPT_FILES= gps-maintain.pl gps-db-update.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_AUTOCONF_VER= 259 -USE_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19 autoconf:259 USE_GCC= 3.4 CONFIGURE_ARGS= --bindir=${PREFIX}/libexec --includedir=${PREFIX}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ diff --git a/mail/postfix-gps/Makefile b/mail/postfix-gps/Makefile index 6725ba1..b0b8578 100644 --- a/mail/postfix-gps/Makefile +++ b/mail/postfix-gps/Makefile @@ -24,8 +24,7 @@ SCRIPT_FILES= gps-maintain.pl gps-db-update.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_AUTOCONF_VER= 259 -USE_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19 autoconf:259 USE_GCC= 3.4 CONFIGURE_ARGS= --bindir=${PREFIX}/libexec --includedir=${PREFIX}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" \ diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index b02ef25..e3162ed 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Berkeley POP 3 server (now maintained by Qualcomm) -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_REINPLACE= yes USE_OPENSSL= yes CONFIGURE_ENV= LIBS="-lcrypt -lmd -lutil -L${LOCALBASE}/lib" \ diff --git a/mail/quickml/Makefile b/mail/quickml/Makefile index 2c66276..80f37da4 100644 --- a/mail/quickml/Makefile +++ b/mail/quickml/Makefile @@ -22,7 +22,7 @@ PKGINSTALL= ${WRKDIR}/pkg-install QUICKML_USER= quickml QUICKML_GROUP= quickml -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes USE_RUBY= yes diff --git a/mail/rabl_client/Makefile b/mail/rabl_client/Makefile index e5939fa..7fb3a7b 100644 --- a/mail/rabl_client/Makefile +++ b/mail/rabl_client/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.nuclearelephant.com/projects/rabl/sources/ \ MAINTAINER= itetcu@people.tecnik93.com COMMENT= Reactive Autonomous Blackhole List client -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/rabl_server/Makefile b/mail/rabl_server/Makefile index 16bee58..58dfc58 100644 --- a/mail/rabl_server/Makefile +++ b/mail/rabl_server/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.nuclearelephant.com/projects/rabl/sources/ \ MAINTAINER= itetcu@people.tecnik93.com COMMENT= Reactive Autonomous Blackhole List server -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/sccmilter/Makefile b/mail/sccmilter/Makefile index b513f1e..2448d6c 100644 --- a/mail/sccmilter/Makefile +++ b/mail/sccmilter/Makefile @@ -20,7 +20,7 @@ IGNORE= requires Sendmail 8.12; upgrade the base system USE_BZIP2= yes USE_GETOPT_LONG= yes USE_RC_SUBR= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index a6f763b..836886f 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -71,7 +71,7 @@ USE_REINPLACE= YES USE_GETTEXT= YES USE_GMAKE= YES USE_RC_SUBR= YES -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \ --enable-imagedir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR} \ diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 7c2a848..ee88ddf 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes NO_LATEST_LINK= yes diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index fb47236..1645dce 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index caa614a..33161b0 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes # Sylpheed needs pthread if GnomeVFS is installed (GtkFileChooser uses it) diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index caa614a..33161b0 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes # Sylpheed needs pthread if GnomeVFS is installed (GtkFileChooser uses it) diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index a261fc0..4f872fa 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ USE_BZIP2= yes USE_GNOME= glib12 USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_X_PREFIX= yes USE_XPM= yes INSTALLS_SHLIB= yes diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 1eec182..6e92638 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -20,8 +20,7 @@ COMMENT= The system Risa/Asir is a general computer algebra system LIB_DEPENDS= pari-2.2:${PORTSDIR}/math/pari-devel GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 253 -USE_AUTOMAKE_VER= 15 +USE_AUTOTOOLS= automake:15 autoconf:253 USE_XLIB= yes CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari ASIR_SRC_VERSION= 20051010 diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index bfaa60a..2b23319 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -25,7 +25,7 @@ MAKE_ARGS= NOPORTDOCS=yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 22df385..c6d40a0 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -24,7 +24,7 @@ FFTW_SUFIX= USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-shared diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 95e15da..fa18c0a 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -22,7 +22,7 @@ FFTW3_FLAVOR?= default FFTW3_SUFX= USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes USE_PERL5_BUILD=yes diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile index eb3f030..e77de7a 100644 --- a/math/fung-calc/Makefile +++ b/math/fung-calc/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut USE_KDELIBS_VER= 3 USE_GL= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/math/geg/Makefile b/math/geg/Makefile index 75747b6..5850454 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -18,8 +18,7 @@ COMMENT= Visualise multiple 2D-functions of one variable USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 AUTOMAKE_ARGS= -a -i CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 0dc5473..ce45cbb 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -17,7 +17,7 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-cxx INSTALLS_SHLIB= yes diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 8d57b93..2f80fae 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_FREETYPE= yes USE_XLIB= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --includedir=${LOCALBASE}/include/ \ diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 880eaaf..6f96c06 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --with-png=${LOCALBASE} PATCH_SITES= http://www.bmsc.washington.edu/people/merritt/gnuplot/ PATCHFILES= datastrings_4.0.patch histograms_4.0.patch PATCH_DIST_STRIP= -p1 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+= --enable-datastrings \ --enable-histograms PLIST_SUB+= HISTOGRAMS="" diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 1a66f34..da0f04a 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -19,7 +19,7 @@ MAINTAINER= jon.drews@gmail.com COMMENT= The GNU Scientific Library - mathematical libs INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' diff --git a/math/koctave/Makefile b/math/koctave/Makefile index 82fa56e..958c3fe 100644 --- a/math/koctave/Makefile +++ b/math/koctave/Makefile @@ -17,7 +17,7 @@ COMMENT= KDEGUI for octave RUN_DEPENDS= octave:${PORTSDIR}/math/octave USE_BZIP2= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_QT_VER= 3 USE_KDELIBS_VER=3 USE_GMAKE= yes diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index 0dc5473..ce45cbb 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -17,7 +17,7 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-cxx INSTALLS_SHLIB= yes diff --git a/math/libmath++/Makefile b/math/libmath++/Makefile index 5342bad..aa184eb 100644 --- a/math/libmath++/Makefile +++ b/math/libmath++/Makefile @@ -14,7 +14,7 @@ MAINTAINER= jhb@FreeBSD.org COMMENT= C++ Library for Symbolic and Numeric Calculus Applications USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/math/libneural/Makefile b/math/libneural/Makefile index b908b9d..3431157 100644 --- a/math/libneural/Makefile +++ b/math/libneural/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ implementation of the classic 3-layer perceptron in library form -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index f09385f..da143ba 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln USE_X_PREFIX= yes USE_GCC= 3.4+ USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= intlhack lthack pkgconfig gnomehack glib20 libxml2 INSTALLS_SHLIB= yes diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 4b6b7c4..e35c828 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -23,8 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ USE_XLIB= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:14 autoconf:253 CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-posix-shell=${LOCALBASE}/bin/bash \ --with-wish=${LOCALBASE}/bin/wish8.4 \ diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index afbd31e..1109611 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -15,7 +15,7 @@ COMMENT= A library for multiple-precision floating-point computations LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ --enable-shared INSTALLS_SHLIB= yes diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 38a56db..1d35440 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -18,7 +18,7 @@ COMMENT= The GNU spreadsheet for X11 and terminals USE_PERL5_BUILD= yes USE_BISON= yes USE_REINPLACE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --with-x --without-xlt --without-SciPlot diff --git a/math/plplot/Makefile b/math/plplot/Makefile index a855374..0204349 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ gd.4:${PORTSDIR}/graphics/gd \ qhull.5:${PORTSDIR}/math/qhull -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 62d3db1..fab97c1 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ USE_X_PREFIX= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_GNOME= gnomeprefix gnomehack intlhack libglade2 libgnome INSTALLS_OMF= yes diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 412c218..65e139a 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -16,7 +16,7 @@ COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces USE_REINPLACE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .if !defined(NOPORTDOCS) diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index 412c218..65e139a 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -16,7 +16,7 @@ COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces USE_REINPLACE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .if !defined(NOPORTDOCS) diff --git a/math/spar/Makefile b/math/spar/Makefile index 2be020f..00866bf 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -17,7 +17,7 @@ COMMENT= A modular math parser USE_GETOPT_LONG=yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= spar.1 diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 8481e1c..d6597db0 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -19,7 +19,7 @@ COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool TCLTK_VERSION= 8.3 LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes MAN1= rat.1 MANCOMPRESSED= no diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile index 279f43f..b09d58e 100644 --- a/mbone/rtpmon/Makefile +++ b/mbone/rtpmon/Makefile @@ -16,7 +16,7 @@ COMMENT= A program to montior loss in multicast sessions LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env GNU_CONFIGURE= yes USE_X_PREFIX= yes MAN1= rtpmon.1 diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 97ca722..dcabef9 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \ gsm.1:${GSM_DIR} USE_X_PREFIX= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS= --with-gsm=${GSM_WORK} INSTALL_TARGET= install install-man MAN1= vat.1 diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 06531c4..89d3cf2 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -17,7 +17,7 @@ COMMENT= MBONE video tool LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84 \ uclmmbase:${PORTSDIR}/devel/uclmmbase -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_X_PREFIX= yes CONFIGURE_ARGS= -x-libraries=${PREFIX}/lib \ -x-includes=${PREFIX}/include \ diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile index ccc145d..41855aa 100644 --- a/misc/afbackup/Makefile +++ b/misc/afbackup/Makefile @@ -39,8 +39,7 @@ RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83 .else MAKE_ARGS+= NO_GUI=yes .endif -USE_AUTOCONF_VER= 213 -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= autoconf:213 libtool:13 .if defined(NO_AUTOKEY) && defined(PACKAGE_BUILDING) INGORE = "cannot be build in batch mode whithout automated DES key generation" .endif diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 60147fe..2332ee0 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -22,7 +22,7 @@ SLAVEDIRS= misc/amanda-client MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_GMAKE= yes PATCH_STRIP= diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 60147fe..2332ee0 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -22,7 +22,7 @@ SLAVEDIRS= misc/amanda-client MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_GMAKE= yes PATCH_STRIP= diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 60147fe..2332ee0 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -22,7 +22,7 @@ SLAVEDIRS= misc/amanda-client MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_GMAKE= yes PATCH_STRIP= diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 60147fe..2332ee0 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -22,7 +22,7 @@ SLAVEDIRS= misc/amanda-client MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_GMAKE= yes PATCH_STRIP= diff --git a/misc/demoniac/Makefile b/misc/demoniac/Makefile index e5ff009..8b39146 100644 --- a/misc/demoniac/Makefile +++ b/misc/demoniac/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_REINPLACE= yes USE_GL= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" diff --git a/misc/edonkey-tool-hash/Makefile b/misc/edonkey-tool-hash/Makefile index 42734de..65e0bc6 100644 --- a/misc/edonkey-tool-hash/Makefile +++ b/misc/edonkey-tool-hash/Makefile @@ -18,7 +18,7 @@ COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links PLIST_FILES= bin/edonkey-tool-hash USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION} diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile index e3a5916..5833430 100644 --- a/misc/gtl/Makefile +++ b/misc/gtl/Makefile @@ -20,7 +20,7 @@ RESTRICTED= License forbids redistribution (source or binary) INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= lthack USE_GCC= 3.3 # Won't build with 3.4 diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile index 1c5775c..0923d48 100644 --- a/misc/libhome/Makefile +++ b/misc/libhome/Makefile @@ -21,7 +21,7 @@ OPTIONS+= DB4 "Support for DB4" off OPTIONS+= PAM "Support for PAM (Experimental)" off OPTIONS+= PGSQL "Support for PostgreSQL (Experimental)" off -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget INSTALLS_SHLIB= yes diff --git a/misc/libmcal/Makefile b/misc/libmcal/Makefile index 1769ae5..bb486b6 100644 --- a/misc/libmcal/Makefile +++ b/misc/libmcal/Makefile @@ -16,9 +16,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mcaldrivers-0.9.tar.gz MAINTAINER= thierry@pompo.net COMMENT= Modular Calendar Access Library -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:13 HAS_CONFIGURE= yes -USE_LIBTOOL_VER=13 USE_GMAKE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-mstore --with-icap \ diff --git a/misc/misterproper/Makefile b/misc/misterproper/Makefile index 954c11a..9b8e0d3 100644 --- a/misc/misterproper/Makefile +++ b/misc/misterproper/Makefile @@ -19,7 +19,7 @@ COMMENT= A GNOME application designed to manage cyclic tasks USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix gnometarget USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index ddce779..fa3b5cb 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -18,7 +18,7 @@ COMMENT= ISO-C & Perl API and CLI for generating Universally Unique Identifiers CONFLICTS= e2fsprogs-[0-9]* USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --disable-shared --enable-static diff --git a/misc/pointless/Makefile b/misc/pointless/Makefile index b75bea2..f4b3193 100644 --- a/misc/pointless/Makefile +++ b/misc/pointless/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes USE_PYTHON= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+= --prefix=${PREFIX} --program-transform-name="" CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib/${PYTHON_VERSION}/config/ diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile index 7bb83a0..63b8429 100644 --- a/misc/pybliographer/Makefile +++ b/misc/pybliographer/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolki USE_GNOME= glib12 gnomehack gnomeprefix USE_PYTHON= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index 3a0ba5b..6e1a660 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -15,8 +15,7 @@ COMMENT= A library required by smssend (same author) GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOCONF_VER= 259 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= autoconf:259 libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index 8baf2c5..6f3b369 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -16,7 +16,7 @@ COMMENT= Set of filters to convert English text to various stereotyped dialects CONFLICTS= jive* chef* filters-* -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/misc/xfce4-iconbox/Makefile b/misc/xfce4-iconbox/Makefile index fb8a843..d985964 100644 --- a/misc/xfce4-iconbox/Makefile +++ b/misc/xfce4-iconbox/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 027282e..028c808 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile index ae1f49d..10db19d 100644 --- a/multimedia/avidemux2/Makefile +++ b/multimedia/avidemux2/Makefile @@ -16,16 +16,14 @@ DISTNAME= avidemux-${PORTVERSION} MAINTAINER= amistry@am-productions.biz COMMENT= Simple GUI based video editor -PATCH_DEPENDS= ${ACLOCAL}:${PORTSDIR}/devel/automake${WANT_AUTOMAKE_VER} +PATCH_DEPENDS= ${ACLOCAL}:${PORTSDIR}/devel/automake${AUTOMAKE_VERSION} LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ mad.2:${PORTSDIR}/audio/libmad \ xml2.5:${PORTSDIR}/textproc/libxml2 -WANT_AUTOCONF_VER=259 -WANT_AUTOMAKE_VER=19 +USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15 USE_REINPLACE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 USE_GNOME= gnomeprefix gnomehack gtk20 WANT_SDL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index 6ab9751..ed49564 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/avifile/Makefile @@ -22,7 +22,7 @@ USE_SUBMAKE= yes USE_REINPLACE= yes USE_XLIB= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes LIBTOOLFILES= acinclude.m4 diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile index 9fc0229..1665f8a 100644 --- a/multimedia/beep-media-player/Makefile +++ b/multimedia/beep-media-player/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gtk20 libglade2 WANT_GNOME= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/multimedia/bmp-extra-plugins/Makefile b/multimedia/bmp-extra-plugins/Makefile index 48ff1db..c3e8b52 100644 --- a/multimedia/bmp-extra-plugins/Makefile +++ b/multimedia/bmp-extra-plugins/Makefile @@ -26,7 +26,7 @@ USE_GNOME= libglade2 esound USE_X_PREFIX= yes USE_REINPLACE= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+=--with-ogg=${LOCALBASE} \ --with-vorbis=${LOCALBASE} diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index cf303f9..d881b2e 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -24,9 +24,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ ONLY_FOR_ARCHS= i386 alpha USE_X_LIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_REINPLACE= yes -USE_AUTOCONF_VER=259 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 8372a9c..6b26119 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} DVDSTYLER_ICON= ${DATADIR}/rc/dvdstyler.png USE_X_PREFIX= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_GMAKE= yes CONFIGURE_ARGS= --with-wx-config=wxgtk2-2.6-config diff --git a/multimedia/dvts/Makefile b/multimedia/dvts/Makefile index 44e3611..ee62cb1 100644 --- a/multimedia/dvts/Makefile +++ b/multimedia/dvts/Makefile @@ -19,7 +19,7 @@ PATCH_DIST_STRIP= -p4 MAINTAINER= simokawa@FreeBSD.org COMMENT= An implementation of Digital Video Transport System -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 MAN1= dvts.1 dvsend.1 dvrecv.1 diff --git a/multimedia/gaim-xmms-remote/Makefile b/multimedia/gaim-xmms-remote/Makefile index e0e9d14..3887adb 100644 --- a/multimedia/gaim-xmms-remote/Makefile +++ b/multimedia/gaim-xmms-remote/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes post-patch: diff --git a/multimedia/gavl/Makefile b/multimedia/gavl/Makefile index 2ded535..7021792 100644 --- a/multimedia/gavl/Makefile +++ b/multimedia/gavl/Makefile @@ -18,7 +18,7 @@ COMMENT= A library for handling uncompressed video and audio data LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ samplerate.1:${PORTSDIR}/audio/libsamplerate -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/multimedia/gnonlin/Makefile b/multimedia/gnonlin/Makefile index 7b9e6a7..56a67e3 100644 --- a/multimedia/gnonlin/Makefile +++ b/multimedia/gnonlin/Makefile @@ -22,7 +22,7 @@ CONFLICTS= pitivi-0.1.1* USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/multimedia/gstreamer-editor/Makefile b/multimedia/gstreamer-editor/Makefile index c2962f7..82ea074 100644 --- a/multimedia/gstreamer-editor/Makefile +++ b/multimedia/gstreamer-editor/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= gst-visualise-0.8:${PORTSDIR}/multimedia/gstreamer-plugins USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack \ gnomehier \ diff --git a/multimedia/gstreamer-ffmpeg/Makefile b/multimedia/gstreamer-ffmpeg/Makefile index 5a1bd20..7b46d74 100644 --- a/multimedia/gstreamer-ffmpeg/Makefile +++ b/multimedia/gstreamer-ffmpeg/Makefile @@ -22,7 +22,7 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnometarget USE_GSTREAMER= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -fno-force-addr" \ diff --git a/multimedia/gstreamer-ffmpeg80/Makefile b/multimedia/gstreamer-ffmpeg80/Makefile index 5a1bd20..7b46d74 100644 --- a/multimedia/gstreamer-ffmpeg80/Makefile +++ b/multimedia/gstreamer-ffmpeg80/Makefile @@ -22,7 +22,7 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnometarget USE_GSTREAMER= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -fno-force-addr" \ diff --git a/multimedia/gstreamer-pitfdll/Makefile b/multimedia/gstreamer-pitfdll/Makefile index c144e61..c74c81c 100644 --- a/multimedia/gstreamer-pitfdll/Makefile +++ b/multimedia/gstreamer-pitfdll/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget USE_REINPLACE= yes USE_GSTREAMER= yes diff --git a/multimedia/gstreamer-plugins-gnonlin/Makefile b/multimedia/gstreamer-plugins-gnonlin/Makefile index 7b9e6a7..56a67e3 100644 --- a/multimedia/gstreamer-plugins-gnonlin/Makefile +++ b/multimedia/gstreamer-plugins-gnonlin/Makefile @@ -22,7 +22,7 @@ CONFLICTS= pitivi-0.1.1* USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index b69fbbb..dc930af 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -34,7 +34,7 @@ USE_GNOME+= gnomehack \ gnometarget \ pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GST_PLUGIN?= base CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index b69fbbb..dc930af 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -34,7 +34,7 @@ USE_GNOME+= gnomehack \ gnometarget \ pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GST_PLUGIN?= base CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index d689be0..688d212 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -28,7 +28,7 @@ USE_GNOME= gnomehack \ gnomeprefix \ glib20 \ libxml2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-tests \ --disable-examples \ --disable-docs-build \ diff --git a/multimedia/gstreamer80/Makefile b/multimedia/gstreamer80/Makefile index d689be0..688d212 100644 --- a/multimedia/gstreamer80/Makefile +++ b/multimedia/gstreamer80/Makefile @@ -28,7 +28,7 @@ USE_GNOME= gnomehack \ gnomeprefix \ glib20 \ libxml2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-tests \ --disable-examples \ --disable-docs-build \ diff --git a/multimedia/gxmms/Makefile b/multimedia/gxmms/Makefile index 49cd5d3..0012d14 100644 --- a/multimedia/gxmms/Makefile +++ b/multimedia/gxmms/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_GMAKE= yes USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/multimedia/istanbul/Makefile b/multimedia/istanbul/Makefile index 704aae4..545f773 100644 --- a/multimedia/istanbul/Makefile +++ b/multimedia/istanbul/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-g USE_GNOME= pygtk2 USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_PYTHON= 2.4+ USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/multimedia/kaffeine/Makefile b/multimedia/kaffeine/Makefile index 5d04288..d220802 100644 --- a/multimedia/kaffeine/Makefile +++ b/multimedia/kaffeine/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_KDELIBS_VER= 3 USE_GMAKE= yes USE_GSTREAMER= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" CONFIGURE_TARGET= diff --git a/multimedia/libdivxdecore/Makefile b/multimedia/libdivxdecore/Makefile index c6b039f..e487f3c 100644 --- a/multimedia/libdivxdecore/Makefile +++ b/multimedia/libdivxdecore/Makefile @@ -16,7 +16,7 @@ COMMENT= OpenDivX decoding engine from Project Mayo ONLY_FOR_ARCHS= i386 USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes PLIST_SUB= LIB_VERSION="${LIB_VERSION}" diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index 2ea0411..a698bc9 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_GNOME= gnometarget WANT_GNOME= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-gtk-prefix="${X11BASE}" \ --x-includes="${X11BASE}/include" \ --x-libraries="${X11BASE}/lib" diff --git a/multimedia/libdvbpsi/Makefile b/multimedia/libdvbpsi/Makefile index 3d6099a..090eb95 100644 --- a/multimedia/libdvbpsi/Makefile +++ b/multimedia/libdvbpsi/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= A library for MPEG TS and DVB PSI tables decoding and generation USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-release INSTALLS_SHLIB= yes diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index a661306..35a696b 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -20,7 +20,7 @@ NO_CDROM= CSS code may violate the DMCA USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index 267e48e..2c9c512 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ THREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --program-transform-name='' INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes post-patch: diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index 8e26a5f..d19416a 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -17,7 +17,7 @@ COMMENT= This is needed by ogle, which is a DVD player that supports DVD menus LIB_DEPENDS= dvdcss.${DVDCSS_LIBVERSION}:${PORTSDIR}/multimedia/libdvdcss GNU_CONFIGURE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/multimedia/libfame/Makefile b/multimedia/libfame/Makefile index c866ccb..eeea7c6 100644 --- a/multimedia/libfame/Makefile +++ b/multimedia/libfame/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= fame MAINTAINER= ports@FreeBSD.org COMMENT= A video encoding library -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index 0ff2c5f..e79bfcc 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -17,7 +17,7 @@ COMMENT= A free library for decoding mpeg-2 and mpeg-1 video streams USE_GNOME= lthack USE_XLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index b6eb8f5..a6a0a3a 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -28,7 +28,7 @@ USE_GL= yes USE_GNOME= gnometarget gnomehack pkgconfig WANT_GNOME= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --disable-firewire diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 99189db..47d8ab6 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_REINPLACE= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 17a1d76..66d9a82 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -36,7 +36,7 @@ PATCH_DEPENDS= libtool15:${PORTSDIR}/devel/libtool15 USE_GETTEXT= yes USE_ICONV= yes USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc WANT_GNOME= yes USE_GNOME= gnomehack gnometarget USE_GMAKE= yes diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index c5498f7..4f425ab 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash CONFLICTS= mplex-* USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_XLIB= yes GNU_CONFIGURE= yes diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index eff5e81..52f4916 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -17,7 +17,7 @@ COMMENT= Mpeg-4 library and tools from mpeg4ip USE_GMAKE= yes USE_GNOME= gnometarget -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" diff --git a/multimedia/mpeg4ip-libmp4v2/Makefile b/multimedia/mpeg4ip-libmp4v2/Makefile index eff5e81..52f4916 100644 --- a/multimedia/mpeg4ip-libmp4v2/Makefile +++ b/multimedia/mpeg4ip-libmp4v2/Makefile @@ -17,7 +17,7 @@ COMMENT= Mpeg-4 library and tools from mpeg4ip USE_GMAKE= yes USE_GNOME= gnometarget -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 4143fb3..c7cb8ca 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= faac.0:${PORTSDIR}/audio/faac \ USE_GNOME= gtk20 USE_SDL= sdl USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/SDL11 -I${LOCALBASE}/include/ffmpeg -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index ab7b465..a8a9a15 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= xvidcore:${PORTSDIR}/multimedia/xvid \ USE_REINPLACE= yes USE_GNOME= gtk20 glib20 gconf2 libglade2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/multimedia/okle/Makefile b/multimedia/okle/Makefile index 171107a..51efdbc 100644 --- a/multimedia/okle/Makefile +++ b/multimedia/okle/Makefile @@ -17,7 +17,7 @@ COMMENT= A KDE frontend to the Ogle DVD player BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.11:${PORTSDIR}/multimedia/ogle RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_KDELIBS_VER= 3 USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index 6252881..b8a34d1 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnometarget pygtk2 pkgconfig pygnome2 USE_GSTREAMER= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs-build diff --git a/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile index f82ac47..2dd3aea 100644 --- a/multimedia/py-gstreamer/Makefile +++ b/multimedia/py-gstreamer/Makefile @@ -28,7 +28,7 @@ USE_GNOME= pygtk2 \ gnomehack \ pkgconfig USE_GSTREAMER= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}" diff --git a/multimedia/py-gstreamer80/Makefile b/multimedia/py-gstreamer80/Makefile index f82ac47..2dd3aea 100644 --- a/multimedia/py-gstreamer80/Makefile +++ b/multimedia/py-gstreamer80/Makefile @@ -28,7 +28,7 @@ USE_GNOME= pygtk2 \ gnomehack \ pkgconfig USE_GSTREAMER= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}" diff --git a/multimedia/slideshow/Makefile b/multimedia/slideshow/Makefile index 39d6c70..98ff2da 100644 --- a/multimedia/slideshow/Makefile +++ b/multimedia/slideshow/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ WRKSRC= ${WRKDIR}/${DISTNAME:C/-pre.*//} INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_PYTHON= yes USE_REINPLACE= yes USE_SDL= image ttf diff --git a/multimedia/smpeg-xmms/Makefile b/multimedia/smpeg-xmms/Makefile index b20d773..5713e79 100644 --- a/multimedia/smpeg-xmms/Makefile +++ b/multimedia/smpeg-xmms/Makefile @@ -24,7 +24,7 @@ PLIST_FILES= lib/xmms/Input/libsmpeg_xmms.so USE_X_PREFIX= yes USE_SDL= sdl USE_GNOME= gnomehack gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile index 3bd607c..25e7345 100644 --- a/multimedia/smpeg/Makefile +++ b/multimedia/smpeg/Makefile @@ -22,7 +22,7 @@ USE_GNOME= WANT_GNOME= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_SDL= sdl INSTALLS_SHLIB= yes CONFIGURE_ENV= GLBASE="${X11BASE}" \ diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index c4c1b94..48e15c8 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -28,7 +28,7 @@ USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 WANT_SDL= yes GNU_CONFIGURE= yes LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index 5fecc4c..646aa13 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ xml2:${PORTSDIR}/textproc/libxml2 \ cdio.6:${PORTSDIR}/sysutils/libcdio -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/multimedia/vic/Makefile b/multimedia/vic/Makefile index 06531c4..89d3cf2 100644 --- a/multimedia/vic/Makefile +++ b/multimedia/vic/Makefile @@ -17,7 +17,7 @@ COMMENT= MBONE video tool LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84 \ uclmmbase:${PORTSDIR}/devel/uclmmbase -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_X_PREFIX= yes CONFIGURE_ARGS= -x-libraries=${PREFIX}/lib \ -x-includes=${PREFIX}/include \ diff --git a/multimedia/xdvshow/Makefile b/multimedia/xdvshow/Makefile index 2ef225a..aec3eb9 100644 --- a/multimedia/xdvshow/Makefile +++ b/multimedia/xdvshow/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv PLIST_FILES= bin/xdvshow GNU_CONFIGURE= YES -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 USE_REINPLACE= YES diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index c748275..d26bdcd 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ USE_BZIP2= yes USE_GETOPT_LONG=yes USE_GNOME= libxml2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_REINPLACE= yes diff --git a/multimedia/xfce4-xmms-controller-plugin/Makefile b/multimedia/xfce4-xmms-controller-plugin/Makefile index 2c22b77..f16c799 100644 --- a/multimedia/xfce4-xmms-controller-plugin/Makefile +++ b/multimedia/xfce4-xmms-controller-plugin/Makefile @@ -25,7 +25,7 @@ USE_GNOME= gtk20 USE_X_PREFIX= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PORTNAME} diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index c2d9425..c7bdb62 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ USE_BZIP2= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ CPPFLAGS=-I${LOCALBASE}/include \ diff --git a/multimedia/xmms-avi/Makefile b/multimedia/xmms-avi/Makefile index 705a914..d9f8cbc 100644 --- a/multimedia/xmms-avi/Makefile +++ b/multimedia/xmms-avi/Makefile @@ -26,7 +26,7 @@ USE_X_PREFIX= yes USE_SDL= sdl USE_GNOME= gtk12 USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-win32-path=${LOCALBASE}/lib/win32 diff --git a/multimedia/xmms-status-plugin/Makefile b/multimedia/xmms-status-plugin/Makefile index ac5dbf7..ddd6ee4 100644 --- a/multimedia/xmms-status-plugin/Makefile +++ b/multimedia/xmms-status-plugin/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/multimedia/xmms-weasel/Makefile b/multimedia/xmms-weasel/Makefile index 10dffe8..ec522c9 100644 --- a/multimedia/xmms-weasel/Makefile +++ b/multimedia/xmms-weasel/Makefile @@ -17,7 +17,7 @@ COMMENT= A XMMS plugin to hide the player BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/multimedia/xmps-opendivx-plugin/Makefile b/multimedia/xmps-opendivx-plugin/Makefile index bd3ca29..0279eb9 100644 --- a/multimedia/xmps-opendivx-plugin/Makefile +++ b/multimedia/xmps-opendivx-plugin/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= divxdecore.0:${PORTSDIR}/multimedia/libdivxdecore \ WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2 USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GNOME= gtk12 USE_X_PREFIX= yes diff --git a/multimedia/xmps-win32-plugin/Makefile b/multimedia/xmps-win32-plugin/Makefile index 68077c3..3f4539f 100644 --- a/multimedia/xmps-win32-plugin/Makefile +++ b/multimedia/xmps-win32-plugin/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gtk12 USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index b8ae840..ea08004 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile index 7c68d39..2062f46 100644 --- a/multimedia/xtheater/Makefile +++ b/multimedia/xtheater/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gtk12 USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-gl diff --git a/net-im/ari-yahoo/Makefile b/net-im/ari-yahoo/Makefile index c376bc3..843edba 100644 --- a/net-im/ari-yahoo/Makefile +++ b/net-im/ari-yahoo/Makefile @@ -17,7 +17,7 @@ COMMENT= A console Yahoo! messenger client PLIST_FILES= bin/ari-yahoo USE_GMAKE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} pre-configure: diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 589848d..9d157cb 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -30,7 +30,7 @@ WANT_GNOME= yes USE_GNOME= gdkpixbuf gnometarget USE_OPENSSL= yes USE_GETOPT_LONG= yes -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile index f2f637f..1a88c01 100644 --- a/net-im/fugu/Makefile +++ b/net-im/fugu/Makefile @@ -19,7 +19,7 @@ USE_OPENSSL= yes USE_PYTHON= yes USE_XLIB= yes USE_X_PREFIX= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib diff --git a/net-im/gaim-bangexec/Makefile b/net-im/gaim-bangexec/Makefile index ee24552..9546012 100644 --- a/net-im/gaim-bangexec/Makefile +++ b/net-im/gaim-bangexec/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim USE_X_PREFIX= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes PLIST_FILES= lib/gaim/bangexec.so diff --git a/net-im/gaim-guifications/Makefile b/net-im/gaim-guifications/Makefile index 1bdb215..9cf63bd 100644 --- a/net-im/gaim-guifications/Makefile +++ b/net-im/gaim-guifications/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if !defined(WITHOUT_NLS) diff --git a/net-im/gaim-ignorance/Makefile b/net-im/gaim-ignorance/Makefile index 3f09f22..4743d7d 100644 --- a/net-im/gaim-ignorance/Makefile +++ b/net-im/gaim-ignorance/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim USE_X_PREFIX= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes SUB_FILES= pkg-message diff --git a/net-im/gaim-openq/Makefile b/net-im/gaim-openq/Makefile index 66013d9..5565cc0 100644 --- a/net-im/gaim-openq/Makefile +++ b/net-im/gaim-openq/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-static=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/net-im/gaim-rss-reader/Makefile b/net-im/gaim-rss-reader/Makefile index e4f8400..b2b5cfb 100644 --- a/net-im/gaim-rss-reader/Makefile +++ b/net-im/gaim-rss-reader/Makefile @@ -25,7 +25,7 @@ IGNORE= Requires update to work with Gaim 0.82.1 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 libxml2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= "--with-gaim=${X11BASE}/include/gaim" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 9ef46b7..d6bc2ba 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gnomeprefix gnomehack gtk20 WANT_GNOME= yes USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-static=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \ diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile index 77c115a..04c21dd 100644 --- a/net-im/gnomeicu/Makefile +++ b/net-im/gnomeicu/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel lthack libxml2 USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes GCONF_SCHEMAS= gnomeicu.schemas diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile index 77c115a..04c21dd 100644 --- a/net-im/gnomeicu2/Makefile +++ b/net-im/gnomeicu2/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel lthack libxml2 USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes GCONF_SCHEMAS= gnomeicu.schemas diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile index 43ffffd..54b3770 100644 --- a/net-im/gossip/Makefile +++ b/net-im/gossip/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index 4faeeca..f730449 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 WANT_GNOME= yes USE_ICONV= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/net-im/icqlib/Makefile b/net-im/icqlib/Makefile index bdc5494..0e30799 100644 --- a/net-im/icqlib/Makefile +++ b/net-im/icqlib/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library required by kicq (not libicq) INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile index 8e095f5..bd4a816 100644 --- a/net-im/jabber-aim/Makefile +++ b/net-im/jabber-aim/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-stable-${PORTVERSION:R} PLIST_FILES= lib/jabber/aimtrans.so USE_GMAKE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_ICONV= yes CONFIGURE_ARGS+=--with-jabberd=${LOCALBASE}/include/jabber diff --git a/net-im/kf/Makefile b/net-im/kf/Makefile index 1373ff2..04665deb 100644 --- a/net-im/kf/Makefile +++ b/net-im/kf/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= libglade2 USE_GETOPT_LONG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile index 55586ef..447be3a 100644 --- a/net-im/libicq/Makefile +++ b/net-im/libicq/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library to add ICQ communication support to your software USE_GNOME= glib12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/net-im/libicq2000/Makefile b/net-im/libicq2000/Makefile index ba1a430..01b5baf 100644 --- a/net-im/libicq2000/Makefile +++ b/net-im/libicq2000/Makefile @@ -17,7 +17,7 @@ COMMENT= An opensource C++ library to support icq2000/2001 protocol LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ARGS= --disable-static USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/net-im/libmsn/Makefile b/net-im/libmsn/Makefile index 5c826e2..114e7dd 100644 --- a/net-im/libmsn/Makefile +++ b/net-im/libmsn/Makefile @@ -18,7 +18,7 @@ COMMENT= A library for connecting to MSN Messenger service LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index ab507e1..3a79ce6 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -18,7 +18,7 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes post-patch: diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 911edf6..7eb093a 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk MAINTAINER= dinoex@FreeBSD.org COMMENT= Ncurses-based console plugin for Licq -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ LIBS="${PTHREAD_LIBS}" diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 4aba4f7..77e032a 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net-im/licq-qt-gui # plugin (gtk+) and wish run osd with it. i've not tested with # plugins other than qt-gui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LICQ_PORT?= net-im/licq diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index ca43440..0454279 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -17,7 +17,7 @@ COMMENT= Lightweight Jabber client library USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_GNOME= gnomehack glib20 CONFIGURE_ARGS= --disable-gtk-doc diff --git a/net-im/meanwhile-gaim/Makefile b/net-im/meanwhile-gaim/Makefile index 928b8b0..3c5f82b 100644 --- a/net-im/meanwhile-gaim/Makefile +++ b/net-im/meanwhile-gaim/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index b5ed547..5aabbb8 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-doxygen=no \ --with-gmp-prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile index 1bdb215..9cf63bd 100644 --- a/net-im/pidgin-guifications/Makefile +++ b/net-im/pidgin-guifications/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes .if !defined(WITHOUT_NLS) diff --git a/net-mgmt/NeTraMet/Makefile b/net-mgmt/NeTraMet/Makefile index eaf9e3a..243c74a 100644 --- a/net-mgmt/NeTraMet/Makefile +++ b/net-mgmt/NeTraMet/Makefile @@ -25,7 +25,7 @@ NETRAMET_DOCS= usguide.pdf srlguide.pdf ntmref.pdf nm_rc.pdf \ WRKSRC= ${WRKDIR}/NeTraMet${PORTVERSION:S/.//} USE_REINPLACE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes .if defined(WITH_MOTIF) diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index b0889ea..e20b649 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GCC= 2.95 MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ diff --git a/net-mgmt/bsnmpd/Makefile b/net-mgmt/bsnmpd/Makefile index 9a712fc..333a93c 100644 --- a/net-mgmt/bsnmpd/Makefile +++ b/net-mgmt/bsnmpd/Makefile @@ -22,8 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libbegemot=${LOCALBASE} -USE_AUTOCONF_VER= 259 -USE_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19 autoconf:259 INSTALLS_SHLIB= yes USE_GCC= 3.2+ diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index 0f83ea8..04620a1 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_BISON= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_GCC= 2.95 CONFIGURE_ARGS= --enable-shared --with-artspp=${LOCALBASE} diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 6eb1e01..8ab7a61 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -18,7 +18,7 @@ COMMENT= A graphical network traffic visualization tool for gnome USE_GETTEXT= yes USE_GNOME= libglade2 libgnomeui USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index e65a408..96194a6 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -28,7 +28,7 @@ OPTIONS= GTK "Build with GTK2+ GUI" on \ WANT_GNOME= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_REINPLACE= yes MAN5= etter.conf.5 @@ -72,7 +72,6 @@ CONFIGURE_ARGS+= --without-libpcre .endif .if !defined(WITHOUT_PLUGINS) -USE_LIBLTDL= yes MAN8+= ettercap_plugins.8 DOCS+= doc/plugins CONFIGURE_ARGS+= --enable-plugins diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 5dce789..3cf5864 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -16,7 +16,7 @@ COMMENT= Convert, change and calculate with IPv6 addresses GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 3183554..f27a0c6 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -107,8 +107,7 @@ PLIST_SUB+= SUB_LDAP="@comment " CONFIGURE_ENV= LOCALBASE=${LOCALBASE} LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 USE_GMAKE= yes USE_PERL5= yes USE_REINPLACE= yes diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index 3bbefa3..c5eb982 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -17,9 +17,7 @@ COMMENT= Additional SNMP plugins for Nagios LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 -USE_AUTOHEADER_VER= 213 +USE_AUTOTOOLS= automake:14 autoheader:213 autoconf:213 USE_GETOPT_LONG= yes USE_GMAKE= yes USE_PERL5= yes diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index fff394f..c5de86c 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio USE_GETOPT_LONG=yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_RC_SUBR= yes USE_PERL5_BUILD=yes diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile index fff394f..c5de86c 100644 --- a/net-mgmt/nagios2/Makefile +++ b/net-mgmt/nagios2/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio USE_GETOPT_LONG=yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_RC_SUBR= yes USE_PERL5_BUILD=yes diff --git a/net-mgmt/nefu/Makefile b/net-mgmt/nefu/Makefile index 4c6aa6f..24274a9 100644 --- a/net-mgmt/nefu/Makefile +++ b/net-mgmt/nefu/Makefile @@ -19,7 +19,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} --disable-html USE_OPENSSL= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 MAN1= nefu.1 MAN4= nefu.conf.4 diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile index f62c8c9..c612bcd 100644 --- a/net-mgmt/net-snmp-devel/Makefile +++ b/net-mgmt/net-snmp-devel/Makefile @@ -26,8 +26,7 @@ RUN_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk PATCH_DEPENDS= ${LIBTOOL_DEPENDS} USE_REINPLACE= yes -USE_AUTOCONF_VER=259 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_RC_SUBR= yes USE_OPENSSL= yes INSTALLS_SHLIB= yes diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index f62c8c9..c612bcd 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -26,8 +26,7 @@ RUN_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk PATCH_DEPENDS= ${LIBTOOL_DEPENDS} USE_REINPLACE= yes -USE_AUTOCONF_VER=259 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_RC_SUBR= yes USE_OPENSSL= yes INSTALLS_SHLIB= yes diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 3c634c4..355953a 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -15,10 +15,9 @@ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= ports@FreeBSD.org COMMENT= An extendable SNMP implementation -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 libtool:13:inc USE_REINPLACE= yes USE_PERL5= yes -USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CFLAGS+= -fPIC diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index f62c8c9..c612bcd 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -26,8 +26,7 @@ RUN_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk PATCH_DEPENDS= ${LIBTOOL_DEPENDS} USE_REINPLACE= yes -USE_AUTOCONF_VER=259 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_RC_SUBR= yes USE_OPENSSL= yes INSTALLS_SHLIB= yes diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile index b570704..cb105ac 100644 --- a/net-mgmt/netsaint-plugins/Makefile +++ b/net-mgmt/netsaint-plugins/Makefile @@ -27,8 +27,7 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/share/netsaint/sbin \ CONFIGURE_ENV= LOCALBASE=${LOCALBASE} SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ MKDIR="${MKDIR}" -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index d2960e0..38a3cdd 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -23,8 +23,7 @@ CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines` CFLAGS+= -I${LOCALBASE}/include LIBS= `${LIBNET_CONFIG} --libs` GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 253 -USE_AUTOMAKE_VER= 15 +USE_AUTOTOOLS= automake:15 autoconf:253 AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include" diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index 0d79437..9ce47ca 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes USE_PYTHON= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/net-p2p/apollon/Makefile b/net-p2p/apollon/Makefile index bce6f1c..fd4b9d1 100644 --- a/net-p2p/apollon/Makefile +++ b/net-p2p/apollon/Makefile @@ -22,7 +22,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.pre.mk> diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile index d806d33..7d09fa5 100644 --- a/net-p2p/cdonkey/Makefile +++ b/net-p2p/cdonkey/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/cDonkey USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" USE_GMAKE= yes WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} diff --git a/net-p2p/dcd/Makefile b/net-p2p/dcd/Makefile index 90b5072..702f14b 100644 --- a/net-p2p/dcd/Makefile +++ b/net-p2p/dcd/Makefile @@ -14,7 +14,7 @@ MAINTAINER= mraleks@bk.ru COMMENT= Direct Connect Hub clone for Unix USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index 7772915..8858c84 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes USE_OPENSSL= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile index 42734de..65e0bc6 100644 --- a/net-p2p/edonkey-tool-hash/Makefile +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -18,7 +18,7 @@ COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links PLIST_FILES= bin/edonkey-tool-hash USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION} diff --git a/net-p2p/fcptools/Makefile b/net-p2p/fcptools/Makefile index 492bc06..8c02412 100644 --- a/net-p2p/fcptools/Makefile +++ b/net-p2p/fcptools/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= FreeNet client library and command-line tools for shell scripting USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L} INSTALLS_SHLIB= yes diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index 9c3a1cc..b58adea 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -18,7 +18,7 @@ COMMENT= An OpenFT, Gnutella and FastTrack p2p network client LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/net-p2p/gkrellm-gift/Makefile b/net-p2p/gkrellm-gift/Makefile index 2239f2b..cdf37db 100644 --- a/net-p2p/gkrellm-gift/Makefile +++ b/net-p2p/gkrellm-gift/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_X_PREFIX= yes PLIST_FILES= libexec/gkrellm2/plugins/gift.so diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index aee271e..77d3418 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -20,13 +20,12 @@ COMMENT= An anonymous, distributed, reputation-based network LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:13:inc USE_BZIP2= yes USE_GETOPT_LONG= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 lthack -USE_INC_LIBTOOL_VER=13 USE_OPENSSL= yes USE_REINPLACE= yes diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile index dc23fad..4128446 100644 --- a/net-p2p/libfreenet/Makefile +++ b/net-p2p/libfreenet/Makefile @@ -18,7 +18,7 @@ COMMENT= Freenet library written in C USE_REINPLACE= yes USE_OPENSSL= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet INSTALLS_SHLIB= yes diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 2e8ffe1..49771d9 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -19,7 +19,7 @@ USE_GCC= 3.4 USE_GNOME= pkgconfig gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile index f89ad3d..6a13bc8 100644 --- a/net-p2p/mldonkey-devel/Makefile +++ b/net-p2p/mldonkey-devel/Makefile @@ -23,7 +23,7 @@ CONFLICTS= mldonkey-[0-9]* USE_BZIP2= yes USE_ICONV= yes USE_RC_SUBR= yes -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 94243bb..1c93695 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml CONFLICTS= mldonkey-devel-[0-9]* USE_BZIP2= yes -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env USE_REINPLACE= yes USE_OPENSSL= yes USE_ICONV= yes diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index c498255..1e678db 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc SUB_FILES= pkg-message diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile index d97da07..08def04 100644 --- a/net-p2p/verlihub-plugins/Makefile +++ b/net-p2p/verlihub-plugins/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua WRKSRC= ${WRKDIR}/vh_plugins-0.1 USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/include/verlihub CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/verlihub -I${LOCALBASE}/include/mysql" diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 071d57d..33a204d 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/verlihub-0.9.8c USE_MYSQL= yes USE_PERL5= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index c85777b..5d44303 100644 --- a/net/6tunnel/Makefile +++ b/net/6tunnel/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}rc2 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 ALL_TARGET= default MAN1= 6tunnel.1 diff --git a/net/apollon/Makefile b/net/apollon/Makefile index bce6f1c..fd4b9d1 100644 --- a/net/apollon/Makefile +++ b/net/apollon/Makefile @@ -22,7 +22,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.pre.mk> diff --git a/net/arla/Makefile b/net/arla/Makefile index 4a77013..fc19598 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -15,7 +15,7 @@ COMMENT= A free AFS client implementation USE_XLIB= yes USE_RC_SUBR= arla.sh -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile index 7fe3c91..7aafc28 100644 --- a/net/atmsupport/Makefile +++ b/net/atmsupport/Makefile @@ -18,7 +18,7 @@ COMMENT= Tools for testing the ATM subsystem LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ARGS+= --with-tcldir=${LOCALBASE} INSTALLS_SHLIB= yes diff --git a/net/beacon/Makefile b/net/beacon/Makefile index d8479c9..63e5728 100644 --- a/net/beacon/Makefile +++ b/net/beacon/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WWW_DIR?= ${PREFIX}/www/ PLIST_SUB+= VERSION=${PORTVERSION} USE_PERL5= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --bindir=${WWW_DIR}/${PORTNAME}-${PORTVERSION} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net/blam/Makefile b/net/blam/Makefile index 989ef0a..d8b0750 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -35,7 +35,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack intltool libgnomeui USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-mozilla=${MOZILLA} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index b2e7c70..ea5ace5 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -32,10 +32,7 @@ LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv \ USE_XLIBS= yes .endif -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -USE_AUTOHEADER_VER= 259 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19 autoheader:259 autoconf:259 libtool:15 USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/net/cdonkey/Makefile b/net/cdonkey/Makefile index d806d33..7d09fa5 100644 --- a/net/cdonkey/Makefile +++ b/net/cdonkey/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/cDonkey USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" USE_GMAKE= yes WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index a8be9b7..06c40b5 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+= --enable-compile-warnings=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 61ddbe6..f177a92 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ CONFIGURE_ARGS= --with-python=${LOCALBASE} USE_REINPLACE= YES -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 diff --git a/net/dcd/Makefile b/net/dcd/Makefile index 90b5072..702f14b 100644 --- a/net/dcd/Makefile +++ b/net/dcd/Makefile @@ -14,7 +14,7 @@ MAINTAINER= mraleks@bk.ru COMMENT= Direct Connect Hub clone for Unix USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/net/dclib/Makefile b/net/dclib/Makefile index 7772915..8858c84 100644 --- a/net/dclib/Makefile +++ b/net/dclib/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes USE_OPENSSL= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/net/dhcp-agent/Makefile b/net/dhcp-agent/Makefile index aa6bb89..aee69ac 100644 --- a/net/dhcp-agent/Makefile +++ b/net/dhcp-agent/Makefile @@ -18,7 +18,7 @@ COMMENT= A portable UNIX Dynamic Host Configuration suite BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/net/dictd/Makefile b/net/dictd/Makefile index f6726a2..50c8d36 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -22,7 +22,7 @@ MAN8= dictd.8 USE_RC_SUBR= yes USE_REINPLACE= yes USE_BISON= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ --without-local-zlib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net/dosdetector/Makefile b/net/dosdetector/Makefile index e1653ae..40bb373 100644 --- a/net/dosdetector/Makefile +++ b/net/dosdetector/Makefile @@ -18,7 +18,7 @@ MAINTAINER= msciciel@darkzone.ma.cx COMMENT= Detect suspicious network traffic HAS_CONFIGURE= yes -USE_AUTOHEADER_VER= 259 +USE_AUTOTOOLS= autoheader:259 PLIST_FILES= bin/dosdetector MAN1= dosdetector.1 diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index bff1bba..4561e15 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtk2 .endif -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure wiretap/configure PLIST_SUB+= PORTVERSION=${PORTVERSION} diff --git a/net/fcptools/Makefile b/net/fcptools/Makefile index 492bc06..8c02412 100644 --- a/net/fcptools/Makefile +++ b/net/fcptools/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= FreeNet client library and command-line tools for shell scripting USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L} INSTALLS_SHLIB= yes diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 641b3f5..64bcfca 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -21,11 +21,10 @@ LOGDIR?= /var/log CONFLICTS= gnu-radius-1.* openradius-0.* radiusd-cistron-1.* USE_RC_SUBR= yes -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:13 USE_GMAKE= yes USE_PERL5= yes USE_OPENSSL= yes -USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --prefix=${PREFIX} --quiet --with-logdir=${LOGDIR} \ --localstatedir=/var \ --disable-ltdl-install \ diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 641b3f5..64bcfca 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -21,11 +21,10 @@ LOGDIR?= /var/log CONFLICTS= gnu-radius-1.* openradius-0.* radiusd-cistron-1.* USE_RC_SUBR= yes -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:13 USE_GMAKE= yes USE_PERL5= yes USE_OPENSSL= yes -USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --prefix=${PREFIX} --quiet --with-logdir=${LOGDIR} \ --localstatedir=/var \ --disable-ltdl-install \ diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile index b2fa412..ea99215 100644 --- a/net/gatekeeper/Makefile +++ b/net/gatekeeper/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build USE_RC_SUBR= yes RC_DIR= ${PREFIX}/etc/rc.d -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ENV= ${MAKE_ENV} NOCLEANDEPENDS= yes diff --git a/net/gift/Makefile b/net/gift/Makefile index 9c3a1cc..b58adea 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -18,7 +18,7 @@ COMMENT= An OpenFT, Gnutella and FastTrack p2p network client LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/net/gkrellm-gift/Makefile b/net/gkrellm-gift/Makefile index 2239f2b..cdf37db 100644 --- a/net/gkrellm-gift/Makefile +++ b/net/gkrellm-gift/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_X_PREFIX= yes PLIST_FILES= libexec/gkrellm2/plugins/gift.so diff --git a/net/gmdns/Makefile b/net/gmdns/Makefile index e1640af..40656c2 100644 --- a/net/gmdns/Makefile +++ b/net/gmdns/Makefile @@ -19,7 +19,7 @@ COMMENT= A GNU implementation of multicast DNS, part of Zeroconf USE_BZIP2= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnet-glib2/Makefile b/net/gnet-glib2/Makefile index 13a2e30..1a116c3 100644 --- a/net/gnet-glib2/Makefile +++ b/net/gnet-glib2/Makefile @@ -17,7 +17,7 @@ COMMENT= A simple network library built upon Glib-2 USE_REINPLACE= yes USE_GNOME= gnomehack glib20 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-glib2 diff --git a/net/gnet/Makefile b/net/gnet/Makefile index f0a744a..f17b328 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -15,7 +15,7 @@ COMMENT= A simple network library built upon Glib USE_REINPLACE= yes USE_GNOME= gnomehack glib12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= gnet-config.1 diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 2292f23..60358e4 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -18,7 +18,7 @@ COMMENT= A simple network library built upon Glib-2 USE_GNOME= gnomehack glib20 USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR} diff --git a/net/gnoemoe/Makefile b/net/gnoemoe/Makefile index 3ab68f5..3ff8f0e 100644 --- a/net/gnoemoe/Makefile +++ b/net/gnoemoe/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gnomeprefix gtksourceview libglade2 libgnomeui vte USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes post-patch: diff --git a/net/gnometelnet/Makefile b/net/gnometelnet/Makefile index 6987034..b15b68b 100644 --- a/net/gnometelnet/Makefile +++ b/net/gnometelnet/Makefile @@ -15,12 +15,11 @@ DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A nice frontend to the telnet, ssh, and rlogin clients for GNOME -WANT_AUTOMAKE_VER=15 +USE_AUTOTOOLS= automake:15:env libtool:15 USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 23f2c8c..cdc42e1 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -20,10 +20,9 @@ USE_RC_SUBR= yes USE_SUBMAKE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libltdl:15 libtool:13 INSTALLS_SHLIB= yes USE_GETTEXT= yes -USE_LIBLTDL= yes CONFIGURE_TARGET= # empty PLIST_SUB= PORTVERSION=${PORTVERSION} diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index aee271e..77d3418 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -20,13 +20,12 @@ COMMENT= An anonymous, distributed, reputation-based network LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:13:inc USE_BZIP2= yes USE_GETOPT_LONG= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 lthack -USE_INC_LIBTOOL_VER=13 USE_OPENSSL= yes USE_REINPLACE= yes diff --git a/net/gsk/Makefile b/net/gsk/Makefile index a95f58c..63a429e 100644 --- a/net/gsk/Makefile +++ b/net/gsk/Makefile @@ -19,7 +19,7 @@ COMMENT= A C library for writing servers USE_GNOME= glib20 gnomehack gnometarget USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-gtk-doc INSTALLS_SHLIB= yes diff --git a/net/howl/Makefile b/net/howl/Makefile index e560cad..5ad80ec 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -15,7 +15,7 @@ COMMENT= Zeroconf/Bonjour(tm) implementation USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig USE_GETOPT_LONG=yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_RC_SUBR= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 43f5ac4..4ba9177 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -17,7 +17,7 @@ COMMENT= A simple interface to low level networking routines GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .if defined(WITH_PYTHON) USE_PYTHON= yes diff --git a/net/libfreenet/Makefile b/net/libfreenet/Makefile index dc23fad..4128446 100644 --- a/net/libfreenet/Makefile +++ b/net/libfreenet/Makefile @@ -18,7 +18,7 @@ COMMENT= Freenet library written in C USE_REINPLACE= yes USE_OPENSSL= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet INSTALLS_SHLIB= yes diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 6ad8577..ebf96c9 100644 --- a/net/libgnetwork/Makefile +++ b/net/libgnetwork/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/libmms/Makefile b/net/libmms/Makefile index fe0458d..f67ee47 100644 --- a/net/libmms/Makefile +++ b/net/libmms/Makefile @@ -18,7 +18,7 @@ COMMENT= Library for parsing mms:// and mmsh:// type network streams USE_REINPLACE= yes USE_GNOME= gnomehack gnometarget pkgconfig glib20 GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes pre-configure: diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile index 155dd6c..175ccfe 100644 --- a/net/libnet10/Makefile +++ b/net/libnet10/Makefile @@ -19,7 +19,7 @@ COMMENT= A C library for creating IP packets CONFLICTS= libnet-devel-1.1.*\ libnet-1.1.* -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION} MAN3= libnet.3 diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile index ed1b19a..37f4e61 100644 --- a/net/libnetdude/Makefile +++ b/net/libnetdude/Makefile @@ -16,7 +16,7 @@ COMMENT= A library for manipulating libpcap/tcpdump trace files LIB_DEPENDS= pcapnav.0:${PORTSDIR}/net/libpcapnav -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= glib12 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} diff --git a/net/libnss-mysql/Makefile b/net/libnss-mysql/Makefile index 4759868..99a4357 100644 --- a/net/libnss-mysql/Makefile +++ b/net/libnss-mysql/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-mysql=${LOCALBASE} INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_MYSQL= yes .include <bsd.port.pre.mk> diff --git a/net/libosip/Makefile b/net/libosip/Makefile index 97402a9..cf510b6 100644 --- a/net/libosip/Makefile +++ b/net/libosip/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A low layer of SIP implementation USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 #LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index cce36b2..e23012e 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/Makefile @@ -17,7 +17,7 @@ COMMENT= A low layer of SIP implementation USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-debug --disable-trace INSTALLS_SHLIB= yes diff --git a/net/libpcapnav/Makefile b/net/libpcapnav/Makefile index e20a1d1..bdfa387 100644 --- a/net/libpcapnav/Makefile +++ b/net/libpcapnav/Makefile @@ -15,7 +15,7 @@ MAINTAINER= yb@bashibuzuk.net COMMENT= A libpcap wrapper library CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index 914f78a..21a3b8f 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -17,9 +17,7 @@ COMMENT= A C++ wrapper library to the sockets GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15:inc SCRIPTS_ENV+= ACLOCAL_FLAGS="-I ${LOCALBASE}/share/aclocal/" INFO= socket++ diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 2e8ffe1..49771d9 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -19,7 +19,7 @@ USE_GCC= 3.4 USE_GNOME= pkgconfig gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 8b9d6ad..b339aeb 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgtkhtml USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/linc/Makefile b/net/linc/Makefile index 182515c..4be2d97 100644 --- a/net/linc/Makefile +++ b/net/linc/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index a243422..5346c92 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm \ USE_GNOME= glib20 gnomehack gnometarget intlhack pkgconfig USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure oRTP/configure CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/net/mldonkey-devel/Makefile b/net/mldonkey-devel/Makefile index f89ad3d..6a13bc8 100644 --- a/net/mldonkey-devel/Makefile +++ b/net/mldonkey-devel/Makefile @@ -23,7 +23,7 @@ CONFLICTS= mldonkey-[0-9]* USE_BZIP2= yes USE_ICONV= yes USE_RC_SUBR= yes -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 94243bb..1c93695 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml CONFLICTS= mldonkey-devel-[0-9]* USE_BZIP2= yes -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env USE_REINPLACE= yes USE_OPENSSL= yes USE_ICONV= yes diff --git a/net/mrt/Makefile b/net/mrt/Makefile index f118a93..8611d45 100644 --- a/net/mrt/Makefile +++ b/net/mrt/Makefile @@ -16,7 +16,7 @@ COMMENT= Multi-threaded Routing Toolkit WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 MAN8= mrtd.8 diff --git a/net/net6/Makefile b/net/net6/Makefile index 06a30d6..7e01e6f 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -16,7 +16,7 @@ COMMENT= Network access framework for IPv4/IPv6 LIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20 INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack .if !defined(WITHOUT_NLS) diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index ebf5997..556ddee 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -45,7 +45,7 @@ PLIST_SUB+= TIMELORD="" .else PLIST_SUB+= TIMELORD="@comment " .endif -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_PERL5= yes diff --git a/net/netdude/Makefile b/net/netdude/Makefile index 187be22..116a298 100644 --- a/net/netdude/Makefile +++ b/net/netdude/Makefile @@ -17,10 +17,9 @@ COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles LIB_DEPENDS= netdude.0:${PORTSDIR}/net/libnetdude -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:13:inc USE_ICONV= yes USE_GETTEXT= yes -USE_INC_LIBTOOL_VER= 13 CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lltdl" USE_GMAKE= yes diff --git a/net/netspeed_applet/Makefile b/net/netspeed_applet/Makefile index 4a996b6..d2c1ca4 100644 --- a/net/netspeed_applet/Makefile +++ b/net/netspeed_applet/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-libgtop diff --git a/net/ntop/Makefile b/net/ntop/Makefile index a496255..2d67c39 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -26,7 +26,7 @@ USE_GETOPT_LONG=yes USE_GMAKE= yes USE_REINPLACE= yes USE_OPENSSL= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes PLIST_SUB+= DBDIR=${DBDIR} \ SHLIB=${PORTVERSION:S/.p/pre/} diff --git a/net/opal/Makefile b/net/opal/Makefile index 52ec78d..ba92063 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -38,7 +38,7 @@ USE_BISON= yes USE_GMAKE= yes USE_OPENLDAP= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib && make -V WRKSRC CONFIGURE_ENV= PWLIBDIR=${PWLIBDIR} OPENH323DIR=${WRKSRC} diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 52ec78d..ba92063 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -38,7 +38,7 @@ USE_BISON= yes USE_GMAKE= yes USE_OPENLDAP= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib && make -V WRKSRC CONFIGURE_ENV= PWLIBDIR=${PWLIBDIR} OPENH323DIR=${WRKSRC} diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index 52ec78d..ba92063 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/Makefile @@ -38,7 +38,7 @@ USE_BISON= yes USE_GMAKE= yes USE_OPENLDAP= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib && make -V WRKSRC CONFIGURE_ENV= PWLIBDIR=${PWLIBDIR} OPENH323DIR=${WRKSRC} diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 52ec78d..ba92063 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -38,7 +38,7 @@ USE_BISON= yes USE_GMAKE= yes USE_OPENLDAP= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib && make -V WRKSRC CONFIGURE_ENV= PWLIBDIR=${PWLIBDIR} OPENH323DIR=${WRKSRC} diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile index 07925a9..414b5e8 100644 --- a/net/openldap22-server/Makefile +++ b/net/openldap22-server/Makefile @@ -86,7 +86,7 @@ BROKEN= Unknown PKGNAMESUFFIX ${PKGNAMESUFFIX} USE_OPENSSL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 DESCR= ${PKGDIR}/pkg-descr${OPENLDAP_PKGFILESUFX} PLIST= ${PKGDIR}/pkg-plist${OPENLDAP_PKGFILESUFX} @@ -143,7 +143,6 @@ USE_RC_SUBR= yes EXTRA_PATCHES+= ${FILESDIR}/extrapatch-Makefile.in .if defined(WITH_MODULES) || defined(WITH_DYNAMIC_BACKENDS) || defined(WITH_SLAPI) -USE_LIBLTDL= yes CONFIGURE_ARGS+= --enable-modules PLIST_SUB+= MODULES="" .else diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index 84db959..53c9fda 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -98,7 +98,7 @@ CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.* USE_OPENSSL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 DESCR= ${PKGDIR}/pkg-descr${OPENLDAP_PKGFILESUFX} PLIST= ${PKGDIR}/pkg-plist${OPENLDAP_PKGFILESUFX} @@ -156,7 +156,7 @@ USE_RC_SUBR= yes EXTRA_PATCHES+= ${FILESDIR}/extrapatch-Makefile.in .if defined(WITH_MODULES) || !defined(WITHOUT_DYNAMIC_BACKENDS) || defined(WITH_SLAPI) -USE_LIBLTDL= yes +USE_AUTOTOOLS+= libltdl:15 CONFIGURE_ARGS+= --enable-modules PLIST_SUB+= MODULES="" .else diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 84db959..53c9fda 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -98,7 +98,7 @@ CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.* USE_OPENSSL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 DESCR= ${PKGDIR}/pkg-descr${OPENLDAP_PKGFILESUFX} PLIST= ${PKGDIR}/pkg-plist${OPENLDAP_PKGFILESUFX} @@ -156,7 +156,7 @@ USE_RC_SUBR= yes EXTRA_PATCHES+= ${FILESDIR}/extrapatch-Makefile.in .if defined(WITH_MODULES) || !defined(WITHOUT_DYNAMIC_BACKENDS) || defined(WITH_SLAPI) -USE_LIBLTDL= yes +USE_AUTOTOOLS+= libltdl:15 CONFIGURE_ARGS+= --enable-modules PLIST_SUB+= MODULES="" .else diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index e6f8b87..f77e927 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -24,7 +24,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes # Can't use until does not imply GNU_CONFIGURE or there's a sane way # to change the prefix for configure. -#USE_LIBTOOL_VER=15 +#USE_AUTOTOOLS= libtool:15 MPIBASE?= mpi MPIDIR?= ${MPIBASE}/${UNIQUENAME} diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 1048b4b..052b95c 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= openslp MAINTAINER= marcus@FreeBSD.org COMMENT= Open-source implementation of the Service Location Protocol -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \ diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 3f15c0f..32e4852 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org COMMENT= A Real-time Transport Protocol (RTP) stack USE_GNOME= glib20 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc INSTALLS_SHLIB= yes diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile index f6de793..4652837 100644 --- a/net/ossp-sa/Makefile +++ b/net/ossp-sa/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ex=${LOCALBASE} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN3+= sa.3 diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index ff99706..ebb92cc 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -43,7 +43,7 @@ RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ USE_PERL5_BUILD=yes USE_XPM= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 .if defined(WITH_TCLJP) CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.0jp \ --with-wish=${PREFIX}/bin/wish8.0jp \ diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index bb8c96c..1d9cc5a 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ MAINTAINER= thomas@cuivre.fr.eu.org COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 USE_GMAKE= yes USE_BZIP2= yes diff --git a/net/proxychains/Makefile b/net/proxychains/Makefile index 103b398..71005a0 100644 --- a/net/proxychains/Makefile +++ b/net/proxychains/Makefile @@ -14,8 +14,7 @@ COMMENT= Multi-proxifier USE_REINPLACE= yes -USE_AUTOCONF_VER= 213 -USE_AUTOMAKE_VER= 14 +USE_AUTOTOOLS= automake:14 autoconf:213 INSTALLS_SHLIB= yes diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index 1c4b024..cf3c558 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -19,7 +19,7 @@ COMMENT= A C++-Library for PVM BUILD_DEPENDS= ${LOCALBASE}/lib/libpvm3.a:${PORTSDIR}/net/pvm USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-pvm-incs=${LOCALBASE}/include \ --with-pvm-libs=${LOCALBASE}/lib INSTALLS_SHLIB= yes diff --git a/net/quagga/Makefile b/net/quagga/Makefile index b3bbf02..a1c1fda 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_PERL5_BUILD= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure MAN1= vtysh.1 diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index f223c21..7fe718f 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= cgi.1:${PORTSDIR}/devel/cgilib \ png.5:${PORTSDIR}/graphics/png USE_PERL5= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --enable-perl-site-install --disable-python diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index 79efec6..5175b66 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -19,7 +19,7 @@ MAKE_ENV= PERL=${PERL} CONFLICTS= rrdtool-1.2* LATEST_LINK= rrdtool10 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index c498255..1e678db 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc SUB_FILES= pkg-message diff --git a/net/samba/Makefile b/net/samba/Makefile index 32e2d4d..9ffe013 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -32,8 +32,7 @@ COMMENT= A free SMB and CIFS client and server for UNIX CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.* USE_SUBMAKE= YES USE_GMAKE= YES -USE_LIBTOOL_VER=15 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 libtool:15 # directories .if !defined(BATCH) && !defined(PACKAGE_BUILDING) diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 0e3e1ae..7f4f031 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -21,8 +21,7 @@ CONFLICTS?= ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.* USE_ICONV= yes GNU_CONFIGURE= yes -#USE_AUTOHEADER_VER= 259 -#USE_AUTOCONF_VER= 259 +#USE_AUTOTOOLS= autoconf:259 autoheader:259 LATEST_LINK?= ${PKGNAMEPREFIX}${PORTNAME}3${PKGNAMESUFFIX} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index b301b00..03f4a92 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= GUI.0:${PORTSDIR}/graphics/guilib USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/net/serveez/Makefile b/net/serveez/Makefile index 4da12a5..393f546 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -22,7 +22,7 @@ GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index b54a34c..70548ad 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -68,7 +68,7 @@ PLIST_SUB+= NOTBASE="" CONFIGURE_ARGS+= --without-crypto .else USE_OPENSSL= defined -USE_AUTOCONF_VER?= 253 +USE_AUTOTOOLS= autoconf:253 EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openssl-configure.in .endif diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 148d668..5aac398 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -17,7 +17,7 @@ COMMENT= 5250 Telnet protocol and Terminal USE_GNOME= gnomehack gnometarget pkgconfig USE_OPENSSL= yes USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-os-dir=no --with-ssl=${OPENSSLBASE} diff --git a/net/tramp/Makefile b/net/tramp/Makefile index 6b277ba..8a099b0 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -18,7 +18,7 @@ COMMENT= Transparent remote file access tool for emacsen EMACS_PORT_NAME?= emacs21 USE_GMAKE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 TRAMP_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} PLIST_SUB+= TRAMP_LISPDIR=${TRAMP_LISPDIR} diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 8ab84c8..235d723 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= clement@FreeBSD.org COMMENT= A user-space implementation of the NFSv3 server specification -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_BISON= YES MAN7= tags.7 diff --git a/net/verlihub-plugins/Makefile b/net/verlihub-plugins/Makefile index d97da07..08def04 100644 --- a/net/verlihub-plugins/Makefile +++ b/net/verlihub-plugins/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua WRKSRC= ${WRKDIR}/vh_plugins-0.1 USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/include/verlihub CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/verlihub -I${LOCALBASE}/include/mysql" diff --git a/net/verlihub/Makefile b/net/verlihub/Makefile index 071d57d..33a204d 100644 --- a/net/verlihub/Makefile +++ b/net/verlihub/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/verlihub-0.9.8c USE_MYSQL= yes USE_PERL5= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" diff --git a/net/vtun/Makefile b/net/vtun/Makefile index bf83bb6..214407c 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -22,7 +22,7 @@ MAN8= vtund.8 MLINKS= vtund.8 vtun.8 USE_OPENSSL= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ARGS= --localstatedir=/var \ --with-ssl-headers=${OPENSSLBASE}/include/openssl \ --with-ssl-lib=${OPENSSLBASE}/lib \ diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index bff1bba..4561e15 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtk2 .endif -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure wiretap/configure PLIST_SUB+= PORTVERSION=${PORTVERSION} diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index 432215d..c0cbd26 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 432215d..c0cbd26 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/news/grn/Makefile b/news/grn/Makefile index 84c9e46..0c2fb14 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_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes LIBTOOLFILES= configure libmutt/configure CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \ diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 9c10a87..2b97e99 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -17,9 +17,7 @@ COMMENT= NewsCache is a free cache server for USENET News LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++ -USE_AUTOMAKE_VER= 19 -USE_AUTOHEADER_VER= 259 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoheader:259 autoconf:259 USE_GETOPT_LONG= yes USE_REINPLACE= yes AUTOMAKE_ARGS= --add-missing diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 813278a..6093151 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/news/nntpcache/ \ MAINTAINER= ports@FreeBSD.org COMMENT= News caching/anti-spam/server-merging system -WANT_AUTOMAKE_VER=15 +USE_AUTOTOOLS= automake:15:env .if defined(WITH_LDAP) || defined(WITH_LDAP2) USE_OPENLDAP= yes diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index 41a2695..943daf6 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_BISON= yes USE_GNOME= gnomeprefix gnomehack libgnome -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 3de8d5c..feec2df 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel intlhack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile index 41a2695..943daf6 100644 --- a/palm/gnomepilot-conduits2/Makefile +++ b/palm/gnomepilot-conduits2/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_BISON= yes USE_GNOME= gnomeprefix gnomehack libgnome -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index 3de8d5c..feec2df 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel intlhack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 4d74d7c..7308be2 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link USE_X_PREFIX= yes USE_GNOME= gnomehier -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins CFLAGS+= -I${LOCALBASE}/include diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile index 5df06c9..822d5ac 100644 --- a/palm/libmal/Makefile +++ b/palm/libmal/Makefile @@ -17,7 +17,7 @@ COMMENT= A library encapsulating malsync LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link USE_GMAKE= YES -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 HAS_CONFIGURE= YES CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} INSTALLS_SHLIB= YES diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 1f910ac..8cbfd26 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -18,7 +18,7 @@ COMMENT= PalmPilot communications utilities (backup/restore/install/debug/...) USE_ICONV= yes USE_GETOPT_LONG=yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_PERL5= yes TCL_VER?= 8.4 diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 1f910ac..8cbfd26 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -18,7 +18,7 @@ COMMENT= PalmPilot communications utilities (backup/restore/install/debug/...) USE_ICONV= yes USE_GETOPT_LONG=yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_PERL5= yes TCL_VER?= 8.4 diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index f27a186..46081fd 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -26,7 +26,7 @@ COMMENT= Collection of tools supporting C and C++ programming for Palm OS # but right now it does not. ONLY_FOR_ARCHS= i386 -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253:env USE_BZIP2= YES USE_BISON= YES USE_GMAKE= YES diff --git a/palm/synce-gnomevfs/Makefile b/palm/synce-gnomevfs/Makefile index d1f29cd..15cd56d 100644 --- a/palm/synce-gnomevfs/Makefile +++ b/palm/synce-gnomevfs/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 USE_GNOME= gnomeprefix gnometarget gnomevfs2 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ --with-libsynce=${LOCALBASE} diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile index d1f29cd..15cd56d 100644 --- a/palm/synce-gvfs/Makefile +++ b/palm/synce-gvfs/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 USE_GNOME= gnomeprefix gnometarget gnomevfs2 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ --with-libsynce=${LOCALBASE} diff --git a/palm/synce-kde/Makefile b/palm/synce-kde/Makefile index 4cc79f3..846d049 100644 --- a/palm/synce-kde/Makefile +++ b/palm/synce-kde/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS+= synce-serial-start:${PORTSDIR}/palm/synce-serial \ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_ICONV= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile index 9691fed..4e92f8b 100644 --- a/palm/synce-librapi2/Makefile +++ b/palm/synce-librapi2/Makefile @@ -21,7 +21,7 @@ MAN1= pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 rapiconfig.1 s USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_ICONV= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index c4b2ffb..f2d8dc5 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir MAN1= synce-matchmaker.1 USE_ICONV= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} diff --git a/palm/synce-libsynce/Makefile b/palm/synce-libsynce/Makefile index 460d8d2..f9f2874 100644 --- a/palm/synce-libsynce/Makefile +++ b/palm/synce-libsynce/Makefile @@ -17,7 +17,7 @@ MAN1= synce.1 USE_ICONV= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} diff --git a/palm/synce-multisync/Makefile b/palm/synce-multisync/Makefile index 28aa2bb..4343bf4 100644 --- a/palm/synce-multisync/Makefile +++ b/palm/synce-multisync/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync USE_GNOME= gnomeprefix gnometarget gnomevfs2 USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ --with-libsynce=${LOCALBASE} \ --with-librra=${LOCALBASE} \ diff --git a/palm/synce-rra/Makefile b/palm/synce-rra/Makefile index c4b2ffb..f2d8dc5 100644 --- a/palm/synce-rra/Makefile +++ b/palm/synce-rra/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir MAN1= synce-matchmaker.1 USE_ICONV= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index 7dacf12..956c96d 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes WANT_GNOME= yes diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 9a7ffe6..f75fc4c 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -32,7 +32,7 @@ USE_PERL5= yes USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ARGS= --with-frontend=qt \ --with-extra-lib="${LOCALBASE}/lib" \ --with-extra-inc="${LOCALBASE}/include" diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 04c6d24..8f5d019 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="${CFLAGS} \ -I${LOCALBASE}/include/freetype2" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 MAN1= fontforge.1 sfddiff.1 diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 4b0488a..55258dc 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ USE_GMAKE= yes USE_PERL5= yes USE_BZIP2= yes -WANT_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:15:env autoconf:259 GNU_CONFIGURE= yes diff --git a/print/freetype-tools/Makefile b/print/freetype-tools/Makefile index 5032026..2a329de 100644 --- a/print/freetype-tools/Makefile +++ b/print/freetype-tools/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared USE_REINPLACE= yes diff --git a/print/freetype/Makefile b/print/freetype/Makefile index a42a795..8d8a1bf 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -20,7 +20,7 @@ MASTER_SITE_SUBDIR= freetype1 MAINTAINER= ports@FreeBSD.org COMMENT= A free and portable TrueType font rendering engine -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared USE_REINPLACE= yes diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index d80ad32..ae14bd8 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes MAKE_ENV= TOP="" INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget pkgconfig USE_REINPLACE= yes LIBTOOLFILES= builds/unix/configure diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index 588768f..89d47e7 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -18,7 +18,7 @@ USE_GETTEXT= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-gimp=no INSTALLS_SHLIB= yes diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index 0820f75..bcd4835 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ desktopfileutils INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 1102e84..5941c12 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -30,7 +30,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index c35cf22..d23948f 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -19,7 +19,7 @@ COMMENT= Gnome Photo Printer is intended for printing photos in an easy way USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 post-install: ${INSTALL_DATA} ${FILESDIR}/gnomephotoprinter.desktop ${PREFIX}/share/gnome/applications diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 1102e84..5941c12 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -30,7 +30,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index 588768f..89d47e7 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -18,7 +18,7 @@ USE_GETTEXT= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-gimp=no INSTALLS_SHLIB= yes diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index 588768f..89d47e7 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -18,7 +18,7 @@ USE_GETTEXT= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-gimp=no INSTALLS_SHLIB= yes diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index 46466f1..bbc2351 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack glib20 INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index 5c78358..c9bb312 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -26,7 +26,7 @@ USE_REINPLACE= yes USE_GCC= 3.4 USE_GNOME= gnomeprefix gnomehack libgnomeprint INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.5" API_VERSION="2.6" diff --git a/print/libijs/Makefile b/print/libijs/Makefile index 70ef6be..4ecc574 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -18,7 +18,7 @@ COMMENT= C library that supports plugin printer driver for Ghostscript USE_BZIP2= yes USE_GNOME= gnometarget lthack pkgconfig USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= ijs-config.1 diff --git a/print/libotf/Makefile b/print/libotf/Makefile index d1368e5..7fc7036 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -16,7 +16,7 @@ COMMENT= Library for handling OpenType fonts LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile index 6a2f69e..d837080 100644 --- a/print/libpaper/Makefile +++ b/print/libpaper/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.3/-3/} MAINTAINER= lofi@freebsd.org COMMENT= A library providing routines for paper size management -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= Yes USE_GETOPT_LONG=Yes CONFIGURE_ARGS= --build=${CONFIGURE_TARGET} diff --git a/print/libppd/Makefile b/print/libppd/Makefile index d378177..dab1a3e 100644 --- a/print/libppd/Makefile +++ b/print/libppd/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= lpr MAINTAINER= e-masson@kisoft-services.com COMMENT= A library providing routines for ppd files -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= Yes USE_GETOPT_LONG=Yes USE_GNOME= glib12 diff --git a/print/panda/Makefile b/print/panda/Makefile index 850fea7..ebec981 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 \ USE_BZIP2= yes USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-berkeley-db INSTALLS_SHLIB= yes diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 3305285..e08e8d8 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -17,7 +17,7 @@ COMMENT= A C library for dynamically generating PDF RESTRICTED= "many odd restrictions on usage and distribution" INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 2fab0ce..e902f43 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png USE_GNOME= gnomehack gnometarget intlhack pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ ac_cv_prog_DOC_TO_MAN="" diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 5258c1f..0fa3b97 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -29,7 +29,7 @@ USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include MAN1= scribus.1 diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 5258c1f..0fa3b97 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -29,7 +29,7 @@ USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include MAN1= scribus.1 diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index cc3eee9..914402b 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ gd.4:${PORTSDIR}/graphics/gd WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION} -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-multiplatform \ diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index dfb6b36..6acb2bd 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/science/buddy/Makefile b/science/buddy/Makefile index 64e0e9f..dcac73e 100644 --- a/science/buddy/Makefile +++ b/science/buddy/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= buddy MAINTAINER= llwang@infor.org COMMENT= A Binary Decision Diagram library -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile index 2d4acea..c25e638 100644 --- a/science/chemtool-devel/Makefile +++ b/science/chemtool-devel/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-gtk2/ USE_REINPLACE= yes USE_GNOME= gtk12 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-emf=yes diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile index b1af56d..2db0195 100644 --- a/science/chemtool/Makefile +++ b/science/chemtool/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig USE_GNOME= gtk20 USE_GMAKE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/science/flounder/Makefile b/science/flounder/Makefile index 7ef3d89..d5710bf 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk \ png:${PORTSDIR}/graphics/png USE_MESA= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -lstdc++" USE_GMAKE= yes diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index a8a6dec..5820ea5 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -23,7 +23,7 @@ INSTALLS_SHLIB= yes GCONF_SCHEMAS= gchempaint-arrows.schemas USE_GNOME= gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 7310421..df0774e 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnomeprint libgnomeui USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index 02ffc98..a812783 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-mpqc -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 .include <bsd.port.pre.mk> diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 7397bc3..f66960d 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/mpich/bin/mpicc:${PORTSDIR}/net/mpich .endif USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 7eddaed..3cc1a30 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -15,7 +15,7 @@ MAINTAINER= koziol@ncsa.uiuc.edu COMMENT= Hierarchical Data Format library (from NCSA) USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 LIBTOOLFILES= configure c++/configure CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-cxx --enable-production \ diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 7eddaed..3cc1a30 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -15,7 +15,7 @@ MAINTAINER= koziol@ncsa.uiuc.edu COMMENT= Hierarchical Data Format library (from NCSA) USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 LIBTOOLFILES= configure c++/configure CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-cxx --enable-production \ diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile index 470b519ed..38079c0 100644 --- a/science/mbdyn/Makefile +++ b/science/mbdyn/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libumfpack.a:${PORTSDIR}/math/umfpack GNU_CONFIGURE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS+= --program-prefix='' --with-umfpack=yes CPPFLAGS+= -I${LOCALBASE}/include/UMFPACK ${PTHREAD_CFLAGS} LDFLAGS+= -lm -L${LOCALBASE}/lib ${PTHREAD_LIBS} diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index abccea2..634eae6 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas GNU_CONFIGURE= yes -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 .if defined(WITH_ICC) CC= ${LOCALBASE}/intel_cc_80/bin/icc diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index 93c0128..f07fefa 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Chemistry file translation program -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=open diff --git a/science/psi3/Makefile b/science/psi3/Makefile index 2370ace..1e4aa02 100644 --- a/science/psi3/Makefile +++ b/science/psi3/Makefile @@ -26,7 +26,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --with-cc=${CC} \ --with-cxx=${CXX} \ diff --git a/security/barnyard/Makefile b/security/barnyard/Makefile index b4551b9..164adf2 100644 --- a/security/barnyard/Makefile +++ b/security/barnyard/Makefile @@ -20,8 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort OPTIONS= MYSQL "Enable MySQL support" off \ POSTGRESQL "Enable PostgreSQL support" off -USE_AUTOCONF_VER= 259 -USE_AUTOHEADER_VER= 259 +USE_AUTOTOOLS= autoheader:259 autoconf:259 USE_REINPLACE= yes USE_RC_SUBR= yes RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index 82c2389..fd86786 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -17,7 +17,7 @@ COMMENT= BeeCrypt is an open source cryptography library GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index 0c3c112..e8366c2 100644 --- a/security/bjorb/Makefile +++ b/security/bjorb/Makefile @@ -20,7 +20,7 @@ USE_PERL5= yes INSTALL_TARGET= install certificate .endif -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CFLAGS+= -I${OPENSSLINC}/openssl CONFIGURE_ARGS= --with-ssltop=${OPENSSLBASE} --with-ssllib=${OPENSSLLIB} CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} diff --git a/security/borzoi/Makefile b/security/borzoi/Makefile index 8c3cb00..e8b96d6 100644 --- a/security/borzoi/Makefile +++ b/security/borzoi/Makefile @@ -18,7 +18,7 @@ COMMENT= An Elliptic Curve Cryptography Library BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl RUN_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index ad63dcd..f6e8325 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -30,9 +30,7 @@ OPTIONS= MILTER "Compile the milter interface" Off \ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOCONF_VER=259 -USE_AUTOMAKE_VER=19 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15 LIBTOOLFILES= acinclude.m4 INSTALLS_SHLIB= yes USE_RC_SUBR= yes diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 52dc643..83192b3 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -26,7 +26,7 @@ OPTIONS= MILTER "Compile the milter interface" Off \ LIBUNRAR "Support for external Unrar library" Off USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes USE_RC_SUBR= yes diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 0a00887..35cb8df 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -37,8 +37,7 @@ OPTIONS+= GDBM "Use gdbm instead of system bdb" off USE_BZIP2= yes USE_GMAKE= yes -USE_LIBLTDL= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 libltdl:15 USE_PERL5= yes USE_REINPLACE= yes USE_SUBMAKE= yes diff --git a/security/courierpassd/Makefile b/security/courierpassd/Makefile index f784a5f..eb45b34 100644 --- a/security/courierpassd/Makefile +++ b/security/courierpassd/Makefile @@ -19,7 +19,7 @@ USE_REINPLACE= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_GETTEXT= YES -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}' diff --git a/security/cryptplug/Makefile b/security/cryptplug/Makefile index da978a9..4c65fc3 100644 --- a/security/cryptplug/Makefile +++ b/security/cryptplug/Makefile @@ -18,7 +18,7 @@ COMMENT= A collection of plug-ins to cryptographic engines BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme03.so.9:${PORTSDIR}/security/gpgme03 \ gpg-agent:${PORTSDIR}/security/gnupg-devel -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GMAKE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 850c3db..4716af7 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -48,9 +48,7 @@ MAN8= sasldblistusers.8 saslpasswd.8 saslauthd1.8 USE_RC_SUBR= YES -USE_AUTOMAKE_VER=14 -USE_AUTOCONF_VER=213 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= automake:14 autoconf:213 libtool:13:inc AUTOMAKE_ARGS= --add-missing --include-deps CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index a9901b9..ba0f3e0 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ USE_BZIP2= yes USE_OPENLDAP= yes USE_GETOPT_LONG=yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_GMAKE= yes INFO= dirmngr diff --git a/security/distcache-devel/Makefile b/security/distcache-devel/Makefile index 511f0f2..3e70943 100644 --- a/security/distcache-devel/Makefile +++ b/security/distcache-devel/Makefile @@ -21,7 +21,7 @@ CONFLICTS= distcache-1.4* USE_BZIP2= yes USE_RC_SUBR= dc_server.sh -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} LIBTOOLFILES= configure ssl/configure diff --git a/security/distcache/Makefile b/security/distcache/Makefile index ac80430..aab88e3 100644 --- a/security/distcache/Makefile +++ b/security/distcache/Makefile @@ -19,7 +19,7 @@ CONFLICTS= distcache-devel-* USE_BZIP2= yes USE_RC_SUBR= dc_server.sh -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 7128995..3b362d2 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= Meno.Abels@Adviser.com COMMENT= Simulate the root user behaviour -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile index 1d6b3c5..4914c63 100644 --- a/security/gaim-encryption/Makefile +++ b/security/gaim-encryption/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= nss3:${PORTSDIR}/security/nss USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 2ad71a5..ada08bf 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack gtk20 USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/security/gnomekeyring/Makefile b/security/gnomekeyring/Makefile index 2ad71a5..ada08bf 100644 --- a/security/gnomekeyring/Makefile +++ b/security/gnomekeyring/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack gtk20 USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index cf0248a..a3b9fa7 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -37,7 +37,7 @@ USE_ICONV= yes USE_GETTEXT= yes USE_GNOME= pkgconfig USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 06b5c45..f0fa2bb 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ gpgsm:${PORTSDIR}/security/gnupg-devel LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 7c99911..428c7b5 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -20,9 +20,8 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth LATEST_LINK= gpgme03 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= autoconf:259 libtool:13:inc USE_GMAKE= yes -USE_AUTOCONF_VER= 259 INSTALLS_SHLIB= yes USE_REINPLACE= YES diff --git a/security/gss/Makefile b/security/gss/Makefile index 2d15e73..64ff93e 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -23,7 +23,7 @@ CONFLICTS= heimdal-* USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-kerberos5 INSTALLS_SHLIB= yes diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index 287d1fe..bf03eb4 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -21,8 +21,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes -USE_ACLOCAL_VER= 14 -USE_AUTOMAKE_VER= 14 +USE_AUTOTOOLS= automake:14 aclocal:14 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 695a176..b70d302 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--enable-debug --enable-dpd --enable-natt=kernel \ diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 33a9b2d..2e78ad8 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --enable-shared --enable-static CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 33a9b2d..2e78ad8 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --enable-shared --enable-static CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 33a9b2d..2e78ad8 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --enable-shared --enable-static CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 33a9b2d..2e78ad8 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --enable-shared --enable-static CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 0d90c8c..67f9d6e 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -16,7 +16,7 @@ COMMENT= "General purpose crypto library based on code used in GnuPG" LIB_DEPENDS= gpg-error.1:${PORTSDIR}/security/libgpg-error USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index 5892765..da51c20 100644 --- a/security/libgnomesu/Makefile +++ b/security/libgnomesu/Makefile @@ -16,7 +16,7 @@ COMMENT= Library and frontend for running commands as root USE_X_PREFIX= yes USE_GETOPT_LONG=yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui CONFIGURE_ARGS+=--disable-install-pam diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 513d6a3..6f62e94 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -16,7 +16,7 @@ COMMENT= Common error values for all GnuPG components USE_GPG= yes SIG_SUFFIX= .sig -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/security/libgringotts/Makefile b/security/libgringotts/Makefile index 5f79bf6..aca3890 100644 --- a/security/libgringotts/Makefile +++ b/security/libgringotts/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ mhash.2:${PORTSDIR}/security/mhash USE_BZIP2= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS+= --with-pkg-config-files=${PREFIX}/libdata/pkgconfig diff --git a/security/libident/Makefile b/security/libident/Makefile index ab99ab6..008d3df 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A small library to interface the ident protocol server (rfc1413) USE_GNOME= gnometarget lthack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN3= ident.3 diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 98206a1..7042e20 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ USE_BZIP2= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 2325de2..fe9e970 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/lib//} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-cipher cryptographic library (used in PHP) -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-static diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index 60b914f..94be87f 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library that implement Microsoft's NTLM authentication USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/security/libotr/Makefile b/security/libotr/Makefile index 09f13cc..666cf71 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -18,8 +18,7 @@ COMMENT= The portable OTR Messaging Library and toolkit LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error \ gcrypt:${PORTSDIR}/security/libgcrypt -USE_AUTOCONF_VER=259 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= autoconf:259 libtool:15 INSTALLS_SHLIB= yes MAN1= otr_toolkit.1 diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index f336e82..19281d8 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -20,7 +20,7 @@ COMMENT= ASN.1 structure parser library USE_GPG= yes SIG_SUFFIX= .sig INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 36fd5e1..7835f9b 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -23,7 +23,7 @@ COMMENT= Replacement for crypt(1) LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env USE_GETTEXT= yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static --with-catgets diff --git a/security/mhash/Makefile b/security/mhash/Makefile index e80c48e..28037b7 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -15,7 +15,7 @@ MAINTAINER= roam@FreeBSD.org COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1 INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_PERL5_BUILD=yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \ diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile index 2d7d0a8..3092ed1 100644 --- a/security/ncrypt/Makefile +++ b/security/ncrypt/Makefile @@ -17,9 +17,7 @@ COMMENT= Advanced AES file encryption tool USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_AUTOMAKE_VER= 19 -USE_ACLOCAL_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259 PLIST_FILES= bin/ncrypt bin/nrm diff --git a/security/nessus-devel/Makefile b/security/nessus-devel/Makefile index 8275e65..1364d39 100644 --- a/security/nessus-devel/Makefile +++ b/security/nessus-devel/Makefile @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/nessus-core PKGDEINSTALL= ${WRKDIR}/pkg-deinstall.sh USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= YES USE_RC_SUBR= YES WANT_GNOME= yes diff --git a/security/nessus-libnasl-devel/Makefile b/security/nessus-libnasl-devel/Makefile index daf751b..8493593 100644 --- a/security/nessus-libnasl-devel/Makefile +++ b/security/nessus-libnasl-devel/Makefile @@ -26,7 +26,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/libnasl USE_BISON= YES -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= YES MAN1= nasl.1 nasl-config.1 diff --git a/security/nessus-libnasl/Makefile b/security/nessus-libnasl/Makefile index ea4e664..7da4555 100644 --- a/security/nessus-libnasl/Makefile +++ b/security/nessus-libnasl/Makefile @@ -26,7 +26,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/libnasl USE_BISON= YES -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= YES MAN1= nasl.1 nasl-config.1 diff --git a/security/nessus-libraries-devel/Makefile b/security/nessus-libraries-devel/Makefile index cc3c2aa..3442e9b 100644 --- a/security/nessus-libraries-devel/Makefile +++ b/security/nessus-libraries-devel/Makefile @@ -27,8 +27,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/nessus-libraries USE_BISON= YES -USE_AUTOCONF_VER= 213 -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= autoconf:213 libtool:13 CONFIGURE_ARGS= --enable-cipher .if defined(WITH_NESSUS_BPF_SHARE) CONFIGURE_ARGS+= --enable-bpf-sharing diff --git a/security/nessus-libraries/Makefile b/security/nessus-libraries/Makefile index ea96d582..5dc37bc 100644 --- a/security/nessus-libraries/Makefile +++ b/security/nessus-libraries/Makefile @@ -27,7 +27,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/nessus-libraries USE_BISON= YES -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ARGS= --enable-cipher .if defined(WITH_NESSUS_BPF_SHARE) CONFIGURE_ARGS+= --enable-bpf-sharing diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 6b1533b..ebd35e0 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -32,7 +32,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/nessus-core PKGDEINSTALL= ${WRKDIR}/pkg-deinstall.sh -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 USE_REINPLACE= YES USE_RC_SUBR= YES WANT_GNOME= yes diff --git a/security/newpki-client/Makefile b/security/newpki-client/Makefile index 4c3a045..c75f70c 100644 --- a/security/newpki-client/Makefile +++ b/security/newpki-client/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= newpki.2:${PORTSDIR}/security/newpki-lib \ WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config USE_GNOME= gnometarget diff --git a/security/newpki-lib/Makefile b/security/newpki-lib/Makefile index f66716f..e376e55 100644 --- a/security/newpki-lib/Makefile +++ b/security/newpki-lib/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} .if ${OSVERSION} < 500000 USE_GCC= 3.4 -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 patch-autotools: @(cd ${PATCH_WRKSRC}; \ @@ -49,7 +49,7 @@ patch-autotools: done); .else -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 .endif pre-patch: diff --git a/security/newpki-server/Makefile b/security/newpki-server/Makefile index f91ec2a..f26ac45a 100644 --- a/security/newpki-server/Makefile +++ b/security/newpki-server/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= newpki.2:${PORTSDIR}/security/newpki-lib WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_ICONV= yes USE_OPENSSL= yes USE_GMAKE= yes diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 8807af6..ebbdd48 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt USE_GPG= yes SIG_SUFFIX= .sig.asc USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} diff --git a/security/openct/Makefile b/security/openct/Makefile index a16f382..be20afd 100644 --- a/security/openct/Makefile +++ b/security/openct/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= http://www.opensc.org/files/ \ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= A middleware framework for smart card terminals -USE_LIBTOOL_VER= 15 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GMAKE= yes USE_GNOME= pkgconfig INSTALLS_SHLIB= yes diff --git a/security/opensc/Makefile b/security/opensc/Makefile index d8fcde5..2e08320 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -17,7 +17,7 @@ USE_GNOME= pkgconfig INSTALLS_SHLIB= yes USE_OPENSSL= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/security/openscep/Makefile b/security/openscep/Makefile index 3375207..6d4cf28 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -17,7 +17,7 @@ USE_REINPLACE= yes USE_OPENSSL= yes USE_OPENLDAP= yes USE_APACHE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/security/osiris/Makefile b/security/osiris/Makefile index c05e968..c216f7d 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -20,7 +20,7 @@ OPTIONS= OSIRISMD "Enable to build the management daemon" off \ CLI "Enable to build the management CLI" off CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_RC_SUBR= yes .include <bsd.port.pre.mk> diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 1d6b3c5..4914c63 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= nss3:${PORTSDIR}/security/nss USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 784ddf4..dc2fb33 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -23,7 +23,7 @@ CONFLICTS?= pinentry-[a-z]*-[0.9]* USE_GETOPT_LONG=yes USE_ICONV= yes WANT_GNOME= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_GMAKE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/security/poc/Makefile b/security/poc/Makefile index 31b8ebc..ba69f56 100644 --- a/security/poc/Makefile +++ b/security/poc/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= towitoko.2:${PORTSDIR}/devel/towitoko PLIST_FILES= bin/poc USE_GETOPT_LONG=yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/security/prelude-nids/Makefile b/security/prelude-nids/Makefile index 9d55870..3846e65 100644 --- a/security/prelude-nids/Makefile +++ b/security/prelude-nids/Makefile @@ -20,7 +20,7 @@ EXPIRATION_DATE= 2005-11-21 LIB_DEPENDS= prelude.1:${PORTSDIR}/security/libprelude USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-html-dir=${PREFIX}/share/doc diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 32d3521..cd203c6 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -22,7 +22,7 @@ BROKEN= "Kerberos5 is required in the system" USE_RC_SUBR= YES USE_OPENSSL= YES -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_TARGET= GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 764574c..52602cf 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 74e9e3b..ad49282 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -21,7 +21,7 @@ INFO= sfs USE_GMAKE= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-sfsuser=sfs \ --with-sfsgroup=sfs \ diff --git a/security/shishi/Makefile b/security/shishi/Makefile index f6261e7..bc31287 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -22,7 +22,7 @@ USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_ICONV= yes USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --disable-starttls \ diff --git a/security/srm/Makefile b/security/srm/Makefile index c4233df..1bccf0c 100644 --- a/security/srm/Makefile +++ b/security/srm/Makefile @@ -16,7 +16,7 @@ COMMENT= Secure rm, a utility which destroys file contents before unlinking GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 MAN1= srm.1 PLIST_FILES= bin/srm diff --git a/security/ssh/Makefile b/security/ssh/Makefile index aeb75ec..f7ec753 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -19,7 +19,7 @@ COMMENT= Secure shell client and server (remote login program) CONFLICTS= openssh-* openssh-portable-* openssh-gssapi-* ssh2-3.* NO_LATEST_LINK= YES -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= YES USE_PERL5= YES CONFIGURE_ENV+= PERL=${PERL5} diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 1777113..4a3916b 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ USE_GETTEXT= yes USE_PERL5= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 GNU_CONFIGURE= yes USE_GCC= 3.4 CONFIGURE_TARGET= diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 5216ddb..ae286e2 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -18,7 +18,7 @@ COMMENT= SSL encryption wrapper for standard network daemons USE_OPENSSL= YES USE_REINPLACE= YES -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_RC_SUBR= YES GNU_CONFIGURE= yes diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile index 06f868d..dfa7fb6 100644 --- a/security/xmlsec/Makefile +++ b/security/xmlsec/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USE_OPENSSL= yes USE_GNOME= gnomehack libxslt -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 19d8c99..3b2a427 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USE_OPENSSL= yes USE_GNOME= gnomehack lthack libxslt gnometarget USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes PLIST_FILES= bin/xmlsec1 bin/xmlsec1-config etc/xmlsec1Conf.sh diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index cda6b71..6105cfc 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -22,7 +22,7 @@ COMMENT= An Enhanced Printer Spooler LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc SUB_FILES= pkg-message pkg-install SUB_LIST= SYSCONFDIR="${SYSCONFDIR}" diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile index 2903c3b..afa4ebe 100644 --- a/sysutils/am-utils/Makefile +++ b/sysutils/am-utils/Makefile @@ -20,7 +20,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Berkeley Automounter Suite of Utilities INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 PORTDOCS= AUTHORS COPYING BUGS FAQ NEWS README.attrcache diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index b999d0e6..40e7393 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= esn@x123.info COMMENT= Apache RealTime log stats -WANT_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259:env GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/sysutils/coaster/Makefile b/sysutils/coaster/Makefile index 39171bc..0e390de 100644 --- a/sysutils/coaster/Makefile +++ b/sysutils/coaster/Makefile @@ -28,7 +28,7 @@ USE_GCC= 3.4 USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_OMF= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 276fa74..ece75c7 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ebrandi@fugspbr.org COMMENT= A full featured command-line backup tool, aimed for disks INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CPPFLAGS+= -DHAVE_DECL_GETOPT=0 diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 4611629c..df4a1bf 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ MAINTAINER= jharris@widomaker.com COMMENT= Utility to determine file type -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-fsect-man5 diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index 5d80c3f..c5fa60f 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile BUILD_DEPENDS+= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GETOPT_LONG= yes GNU_CONFIGURE= yes diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index e4ecaab..2e3d1cd 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -15,7 +15,7 @@ DISTNAME= fuse-${PORTVERSION} MAINTAINER= amistry@am-productions.biz COMMENT= FUSE allows filesystem implementation in userspace -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin \ PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" diff --git a/sysutils/gfslicer/Makefile b/sysutils/gfslicer/Makefile index 96f3b31..1fa1230 100644 --- a/sysutils/gfslicer/Makefile +++ b/sysutils/gfslicer/Makefile @@ -18,7 +18,7 @@ COMMENT= A utility to split and join files WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -WANT_AUTOMAKE_VER=14 +USE_AUTOTOOLS= automake:14:env USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile index 1559a5b0..7530b33 100644 --- a/sysutils/gksu/Makefile +++ b/sysutils/gksu/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ USE_X_PREFIX= yes USE_GNOME= gtk20 pkgconfig gnomeprefix gnomehack gconf2 intlhack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile index 1889530..6924821 100644 --- a/sysutils/gnome-pkgview/Makefile +++ b/sysutils/gnome-pkgview/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/sysutils/gnomebaker/Makefile b/sysutils/gnomebaker/Makefile index 1848f8e..a6beba92 100644 --- a/sysutils/gnomebaker/Makefile +++ b/sysutils/gnomebaker/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_OMF= yes USE_GCC= 3.4+ -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc USE_GSTREAMER= vorbis mad flac CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/sysutils/gnomesu/Makefile b/sysutils/gnomesu/Makefile index 159cf0f..0b413f6 100644 --- a/sysutils/gnomesu/Makefile +++ b/sysutils/gnomesu/Makefile @@ -17,7 +17,7 @@ COMMENT= A gtk frontend to su USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack libgnomeui libzvt MAN1= gnomesu.1 diff --git a/sysutils/gpkgdep/Makefile b/sysutils/gpkgdep/Makefile index d52c318..d5c3b0e 100644 --- a/sysutils/gpkgdep/Makefile +++ b/sysutils/gpkgdep/Makefile @@ -16,8 +16,7 @@ COMMENT= Shows package dependencies in tree views USE_BZIP2= yes USE_GNOME= gtk20 -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:15 autoconf:253 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes PLIST_FILES= bin/gpkgdep diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index e7f555b..1b73001 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ MAINTAINER= sem@FreeBSD.org COMMENT= GRand Unified Bootloader -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-freebsd-freebsd${OSREL} diff --git a/sysutils/hdup/Makefile b/sysutils/hdup/Makefile index c177d3b..105b394 100644 --- a/sysutils/hdup/Makefile +++ b/sysutils/hdup/Makefile @@ -30,7 +30,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= glib20 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 MAN1= hdup.1 MAN5= hdup.conf.5 diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index d78260c..2e7e052 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_GNOME= glib12 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes CONFIGURE_ARGS= --disable-fatal-warnings diff --git a/sysutils/heartbeat2/Makefile b/sysutils/heartbeat2/Makefile index d78260c..2e7e052 100644 --- a/sysutils/heartbeat2/Makefile +++ b/sysutils/heartbeat2/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_GNOME= glib12 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes CONFIGURE_ARGS= --disable-fatal-warnings diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile index 05a2e67..2c5be23 100644 --- a/sysutils/k3b-kde4/Makefile +++ b/sysutils/k3b-kde4/Makefile @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-k3bsetup=no --without-resmgr --without-hal USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 USE_KDELIBS_VER= 3 diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index 05a2e67..2c5be23 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-k3bsetup=no --without-resmgr --without-hal USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 USE_KDELIBS_VER= 3 diff --git a/sysutils/kcube/Makefile b/sysutils/kcube/Makefile index 0ef0ade..04ba280 100644 --- a/sysutils/kcube/Makefile +++ b/sysutils/kcube/Makefile @@ -18,7 +18,7 @@ USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes post-patch: diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index b6a8ea3..530c4a1 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -16,7 +16,7 @@ COMMENT= Compact Disc Input and Control Library LIB_DEPENDS= cddb.3:${PORTSDIR}/audio/libcddb \ popt.0:${PORTSDIR}/devel/popt -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget pkgconfig gnomehack USE_GMAKE= yes USE_ICONV= yes diff --git a/sysutils/libgksu/Makefile b/sysutils/libgksu/Makefile index 15e2d08..129eb35 100644 --- a/sysutils/libgksu/Makefile +++ b/sysutils/libgksu/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= xauth:${X_CLIENTS_PORT} \ USE_GNOME= pkgconfig glib20 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gtk-doc=no -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/sysutils/libgksuui/Makefile b/sysutils/libgksuui/Makefile index 5815eff..18c521a 100644 --- a/sysutils/libgksuui/Makefile +++ b/sysutils/libgksuui/Makefile @@ -16,7 +16,7 @@ COMMENT= A graphical fronted to su library USE_X_PREFIX= yes USE_GNOME= gtk20 pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gtk-doc=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/sysutils/libieee1284/Makefile b/sysutils/libieee1284/Makefile index 0a4619b..807b71d 100644 --- a/sysutils/libieee1284/Makefile +++ b/sysutils/libieee1284/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= IEEE1284 communications library USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes ONLY_FOR_ARCHS= i386 diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile index 1264673..999da62 100644 --- a/sysutils/lineak-defaultplugin/Makefile +++ b/sysutils/lineak-defaultplugin/Makefile @@ -17,7 +17,7 @@ COMMENT= Default plugins for lineakd LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/sysutils/lineak-kdeplugins/Makefile b/sysutils/lineak-kdeplugins/Makefile index 4b7c71a..c80d732 100644 --- a/sysutils/lineak-kdeplugins/Makefile +++ b/sysutils/lineak-kdeplugins/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS+= --program-prefix='' USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 MAN1= lineak_kdeplugins.1 diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index e7ce612..2c5a7c3 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --program-prefix='' USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= lineak_xosdplugin.1 diff --git a/sysutils/lineak_defaultplugin/Makefile b/sysutils/lineak_defaultplugin/Makefile index 1264673..999da62 100644 --- a/sysutils/lineak_defaultplugin/Makefile +++ b/sysutils/lineak_defaultplugin/Makefile @@ -17,7 +17,7 @@ COMMENT= Default plugins for lineakd LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/sysutils/lineak_kdeplugins/Makefile b/sysutils/lineak_kdeplugins/Makefile index 4b7c71a..c80d732 100644 --- a/sysutils/lineak_kdeplugins/Makefile +++ b/sysutils/lineak_kdeplugins/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS+= --program-prefix='' USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 MAN1= lineak_kdeplugins.1 diff --git a/sysutils/lineak_xosdplugin/Makefile b/sysutils/lineak_xosdplugin/Makefile index e7ce612..2c5a7c3 100644 --- a/sysutils/lineak_xosdplugin/Makefile +++ b/sysutils/lineak_xosdplugin/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --program-prefix='' USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= lineak_xosdplugin.1 diff --git a/sysutils/lineakd/Makefile b/sysutils/lineakd/Makefile index 7e49ca8..8621d91 100644 --- a/sysutils/lineakd/Makefile +++ b/sysutils/lineakd/Makefile @@ -37,7 +37,7 @@ USE_GCC= 3.4 GNU_CONFIGURE= yes EXTRA_PATCHES= ${FILESDIR}/extra-patch-ltmain.sh .else -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .endif post-patch: diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index c089f4a..90ea4b6 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -20,7 +20,7 @@ USE_REINPLACE= yes USE_GETOPT_LONG=yes WANT_GNOME= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --program-transform-name="" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/sysutils/nvtv/Makefile b/sysutils/nvtv/Makefile index 125c914..cceed26 100644 --- a/sysutils/nvtv/Makefile +++ b/sysutils/nvtv/Makefile @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG= yes USE_GNOME= gtk12 USE_REINPLACE= yes diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 81818a4..ebeb7ce 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -17,7 +17,7 @@ COMMENT= Utilities and library to manipulate ReiserFS partitions GNU_CONFIGURE= yes USE_GETOPT_LONG=yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/sysutils/sjog/Makefile b/sysutils/sjog/Makefile index a029d91..cbe9469 100644 --- a/sysutils/sjog/Makefile +++ b/sysutils/sjog/Makefile @@ -16,8 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Userland daemon for Sony Vaio Jog Dial ONLY_FOR_ARCHS= i386 -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_GMAKE= yes diff --git a/sysutils/uptimed/Makefile b/sysutils/uptimed/Makefile index 7cbfc6d..521a12f 100644 --- a/sysutils/uptimed/Makefile +++ b/sysutils/uptimed/Makefile @@ -16,7 +16,7 @@ COMMENT= Rob Kaper's uptime daemon PREFIX= ${LOCALBASE} -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${LOCALBASE} diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile index 7138870..471faf1 100644 --- a/sysutils/wmupmon/Makefile +++ b/sysutils/wmupmon/Makefile @@ -16,8 +16,7 @@ COMMENT= An uptime showing dockapp with a similar look to wmcpuload USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes -USE_AUTOMAKE_VER= 15 -USE_AUTOHEADER_VER= 259 +USE_AUTOTOOLS= automake:15 autoheader:259 CONFIGURE_ARGS= --program-prefix="" MAN1= wmupmon.1 diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 6bb6010..642a15b 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS= i386 USE_GNOME= gtk20 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index be7cbe3..8792eea 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GCC= 3.4 USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index 8b79fa9..3db9aaf 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index c48b2da..bfaa334 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index 55a666d..baac489 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index ea1a8ee..9aeae84 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GNOME= gtk20 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/sysutils/xfce4-showdesktop-plugin/Makefile b/sysutils/xfce4-showdesktop-plugin/Makefile index d80cd30..efa5261 100644 --- a/sysutils/xfce4-showdesktop-plugin/Makefile +++ b/sysutils/xfce4-showdesktop-plugin/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= gtk20 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index ebeec21..be7e3ea 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile index 53ff112..f8caaf8 100644 --- a/sysutils/xfce4-utils/Makefile +++ b/sysutils/xfce4-utils/Makefile @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index 0d66cd9..0fbceeb 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index 88362bf7..2d60a396 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -18,8 +18,7 @@ COMMENT= A set of utilities and library to manipulate an xfs filesystem USE_REINPLACE= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 +USE_AUTOTOOLS= autoconf:259 libtool:15:env GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \ CFLAGS="${CFLAGS}" \ diff --git a/sysutils/zisofs-tools/Makefile b/sysutils/zisofs-tools/Makefile index 96851a2..29efbbd 100644 --- a/sysutils/zisofs-tools/Makefile +++ b/sysutils/zisofs-tools/Makefile @@ -16,7 +16,7 @@ COMMENT= User utilities for zisofs PORTDOCS= README CHANGES INSTALL -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 USE_BZIP2= yes USE_GMAKE= yes USE_GETOPT_LONG= yes diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index 0811950..1d5f750 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME?= gnomehack gnometarget USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?=--without-gtk .include <bsd.port.mk> diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 2db0eaa..6a00b22 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -17,7 +17,7 @@ EXTRACT_ONLY= aspell-0.60.4.tar.gz MAINTAINER?= thierry@FreeBSD.org COMMENT?= Spelling checker with better suggestion logic than ispell -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-docdir=${DOCSDIR} \ diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile index 92bd7fe..984c84e 100644 --- a/textproc/c2html/Makefile +++ b/textproc/c2html/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= apps/www/converters MAINTAINER= mkamm@gmx.net COMMENT= C-language sources to HTML converter -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 MAN1= c2html.1 diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 98f9bd4..35ef0b3 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org COMMENT= A free C OLE library -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 6dff686..77b2a79 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -19,7 +19,7 @@ COMMENT= Dictionary Server Protocol (RFC2229) client USE_BISON= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ --with-etcdir=${PREFIX}/etc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index cb507cf..c382c6e 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -18,7 +18,7 @@ COMMENT= Dictionary/spellchecking framework USE_GMAKE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget glib20 ltverhack CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 0b2a08d..5b21003 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= expat MAINTAINER= kuriyama@FreeBSD.org COMMENT= XML 1.0 parser written in C -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} ALL_TARGET= default INSTALLS_SHLIB= yes diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index 2bea504..a5a4f71 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_GNOME= glib20 gnomehack USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" CPPFLAGS="-I${LOCALBASE}/include" PLIST_SUB= DOCSDIR="share/doc/${DISTNAME}" INSTALLS_SHLIB= yes diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index a0915b5..7012ac2 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION=${PORTVERSION} diff --git a/textproc/gnomespell/Makefile b/textproc/gnomespell/Makefile index a0915b5..7012ac2 100644 --- a/textproc/gnomespell/Makefile +++ b/textproc/gnomespell/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION=${PORTVERSION} diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index e7f2e70..7ca1c9b 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/gtkspell2/Makefile b/textproc/gtkspell2/Makefile index e7f2e70..7ca1c9b 100644 --- a/textproc/gtkspell2/Makefile +++ b/textproc/gtkspell2/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 6316672..2ab4d42 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -22,7 +22,7 @@ COMMENT= A www indexing and searching system RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ diff --git a/textproc/iiimf-client-lib/Makefile b/textproc/iiimf-client-lib/Makefile index 5ea1b2a..a1642fe 100644 --- a/textproc/iiimf-client-lib/Makefile +++ b/textproc/iiimf-client-lib/Makefile @@ -26,10 +26,8 @@ INSTALLS_SHLIB= yes USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= 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}/lib/iiimcf diff --git a/textproc/iiimf-csconv/Makefile b/textproc/iiimf-csconv/Makefile index d680198..40f441c 100644 --- a/textproc/iiimf-csconv/Makefile +++ b/textproc/iiimf-csconv/Makefile @@ -22,10 +22,8 @@ USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes USE_REINPLACE= 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}/lib/CSConv diff --git a/textproc/iiimf-gnome-im-switcher/Makefile b/textproc/iiimf-gnome-im-switcher/Makefile index 9854934..695aac8 100644 --- a/textproc/iiimf-gnome-im-switcher/Makefile +++ b/textproc/iiimf-gnome-im-switcher/Makefile @@ -27,10 +27,8 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= intltool gconf2 libglade2 libgnomeui \ gnomepanel gnomeprefix gnomehack -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}/gnome-im-switcher diff --git a/textproc/iiimf-gtk/Makefile b/textproc/iiimf-gtk/Makefile index 071cf66..0b6a3b7 100644 --- a/textproc/iiimf-gtk/Makefile +++ b/textproc/iiimf-gtk/Makefile @@ -30,10 +30,8 @@ USE_REINPLACE= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= intltool gtk20 -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}/iiimgcf diff --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile index cc9edcc..0f7bdab 100644 --- a/textproc/iiimf-le-unit/Makefile +++ b/textproc/iiimf-le-unit/Makefile @@ -29,10 +29,8 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= libxml2 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/textproc/iiimf-protocol-lib/Makefile b/textproc/iiimf-protocol-lib/Makefile index 62c0d63..2735680 100644 --- a/textproc/iiimf-protocol-lib/Makefile +++ b/textproc/iiimf-protocol-lib/Makefile @@ -22,10 +22,8 @@ INSTALLS_SHLIB= yes USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= 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}/lib/iiimp diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile index ee3aca7..8f751c8 100644 --- a/textproc/iiimf-server/Makefile +++ b/textproc/iiimf-server/Makefile @@ -27,10 +27,8 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= pkgconfig libxml2 USE_OPENSSL= 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}/iiimsf diff --git a/textproc/iiimf-x-lib/Makefile b/textproc/iiimf-x-lib/Makefile index f6f8934..b4b7260 100644 --- a/textproc/iiimf-x-lib/Makefile +++ b/textproc/iiimf-x-lib/Makefile @@ -28,10 +28,8 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_MOTIF= yes USE_OPENSSL= 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}/iiimxcf/xiiimp.so diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile index 163a818..8cd9ef2 100644 --- a/textproc/iiimf-x/Makefile +++ b/textproc/iiimf-x/Makefile @@ -26,10 +26,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}/iiimxcf/htt_xbe diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 938ee6d..4fd0088 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -25,7 +25,7 @@ CONFLICTS= sp-1.* RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog PLIST_SUB= XMLCATMGR=${XMLCATMGR} diff --git a/textproc/java2html/Makefile b/textproc/java2html/Makefile index 83c2e4f..beb4a9d 100644 --- a/textproc/java2html/Makefile +++ b/textproc/java2html/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= apps/www/converters MAINTAINER= mkamm@gmx.net COMMENT= Java sources to HTML converter -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 MAN1= java2html.1 diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 061a60c..684fa3d 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -17,7 +17,7 @@ COMMENT= A KDE3 graphical frontend for diff USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index 7a252ec..db3614d 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -17,8 +17,7 @@ COMMENT= Simple language for marking up text in a very expressive way USE_BISON= yes USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= autoconf:213 libtool:13:inc CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shared MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index e2b26a9..5222e8b 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -17,7 +17,7 @@ COMMENT= CSS2 parsing library USE_BZIP2= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes USE_GNOME= gnomehack lthack glib20 libxml2 diff --git a/textproc/libhtmlparse/Makefile b/textproc/libhtmlparse/Makefile index 8cb83e8..54a2352 100644 --- a/textproc/libhtmlparse/Makefile +++ b/textproc/libhtmlparse/Makefile @@ -17,7 +17,7 @@ BROKEN= "mastersite disappeared" DEPRECATED= ${BROKEN} EXPIRATION_DATE= 2005-12-09 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile index 0e89e42..0544b8a 100644 --- a/textproc/liblingoteach/Makefile +++ b/textproc/liblingoteach/Makefile @@ -17,7 +17,7 @@ COMMENT= A library for parsing lesson files based on the LingoTeach DTD USE_GMAKE= yes USE_GNOME= gnomehack gnometarget libxml2 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes .if defined(WITH_COMP) diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index f4ce407..7d36deb 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor USE_GNOME= gnomehack gnometarget -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile index c0d9d6e..062242c 100644 --- a/textproc/libpathan/Makefile +++ b/textproc/libpathan/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract USE_BISON= yes USE_GMAKE= yes USE_PERL5= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALLS_SHLIB= yes XERCESCROOT= `cd ${PORTSDIR}/textproc/xerces-c2; ${MAKE} -V WRKSRC` diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index eeb438a..4936fc4 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -18,7 +18,7 @@ COMMENT= A lightweight fully POSIX compliant regexp matching library USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig lthack USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile index 98c8582..fb4b39e 100644 --- a/textproc/libwpd/Makefile +++ b/textproc/libwpd/Makefile @@ -16,7 +16,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Tools for importing and exporting WordPerfect(tm) documents USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack libgsf INSTALLS_SHLIB= yes diff --git a/textproc/libwpd08/Makefile b/textproc/libwpd08/Makefile index 98c8582..fb4b39e 100644 --- a/textproc/libwpd08/Makefile +++ b/textproc/libwpd08/Makefile @@ -16,7 +16,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Tools for importing and exporting WordPerfect(tm) documents USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack libgsf INSTALLS_SHLIB= yes diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index c331326..229173d 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -16,7 +16,7 @@ MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ USE_GNOME= gnomehack gnometarget libxml2 pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 9196450..5b620be 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -18,7 +18,7 @@ COMMENT= XML parser library for GNOME USE_GMAKE= yes USE_GNOME= pkgconfig USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes pre-patch: diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index ae2fd08..6ba286e 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -25,7 +25,7 @@ COMMENT?= XML parser library for GNOME USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME?= gnomehack gnometarget pkgconfig INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile index 60262a9..2338300 100644 --- a/textproc/libxode/Makefile +++ b/textproc/libxode/Makefile @@ -18,7 +18,7 @@ COMMENT= An XML library which wraps expat LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 82a1e9f..f596950 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -17,7 +17,7 @@ COMMENT?= The XSLT C library for GNOME USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_GNOME?= gnomehack gnometarget libxml2 USE_REINPLACE= yes diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index 3c86aa1..0af15ec 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -17,7 +17,7 @@ USE_GNOME= gnometarget USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 DOCS= LICENSE README diff --git a/textproc/mifluz/Makefile b/textproc/mifluz/Makefile index e6216b3..c0de473 100644 --- a/textproc/mifluz/Makefile +++ b/textproc/mifluz/Makefile @@ -17,7 +17,7 @@ COMMENT= C++ library to build and query a full text inverted index USE_ICONV= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --without-unac INSTALLS_SHLIB= yes diff --git a/textproc/minidom/Makefile b/textproc/minidom/Makefile index e239844..7f2de31 100644 --- a/textproc/minidom/Makefile +++ b/textproc/minidom/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 USE_ICONV= yes USE_REINPLACE= yes USE_GNOME= glib12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-libxml2=yes diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index ff825d5..fdd873d 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client # Please don't remove the comments, as soon as autoconf/libtool get's # updated in the ports collection the comments may be removed. # They serve as a reminder. -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes #LIBTOOLFLAGS= --disable-ltlibs --release-suffix USE_REINPLACE= yes diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index fbcf3af..e90ef86 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr USE_GMAKE= YES -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_PERL5= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${PREFIX}/share/sgml/openjade diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 1b903f1..291310d 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -19,7 +19,7 @@ USE_GETTEXT= yes USE_GMAKE= YES USE_ICONV= yes USE_REINPLACE= YES -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PERL5= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${PREFIX}/share/sgml/openjade diff --git a/textproc/perl2html/Makefile b/textproc/perl2html/Makefile index 26413ff..265aebb 100644 --- a/textproc/perl2html/Makefile +++ b/textproc/perl2html/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= apps/www/converters MAINTAINER= mkamm@gmx.net COMMENT= Perl sources to HTML converter -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 MAN1= perl2html.1 diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 55bb050..e216935 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl USE_GNOME= gnomehack gnometarget libxml2 USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ --with-pkg-config=${LOCALBASE}/bin/pkg-config \ diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 55bb050..e216935 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl USE_GNOME= gnomehack gnometarget libxml2 USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ --with-pkg-config=${LOCALBASE}/bin/pkg-config \ diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index 9810cf8..64ea6b1 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -39,7 +39,7 @@ USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc LIBTOOLFLAGS= --enable-ltlibs LIBTOOLFILES= configure rasqal/configure diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 9810cf8..64ea6b1 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -39,7 +39,7 @@ USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc LIBTOOLFLAGS= --enable-ltlibs LIBTOOLFILES= configure rasqal/configure diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 1a60bef..2a3611d 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBTOOL=${LIBTOOL} \ LDFLAGS="-L${LOCALBASE}/lib -lexpat -liconv" USE_GMAKE= yes USE_ICONV= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes MAN1= sabcmd.1 diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index 6468d33..a84f955 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile index 3de0764..780a861 100644 --- a/textproc/sary/Makefile +++ b/textproc/sary/Makefile @@ -20,10 +20,8 @@ USE_GNOME= glib20 gnomehack USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:15 autoconf:253 libtool:13 AUTOMAKE_ARGS= -a -USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes MAN1= sary.1 mksary.1 diff --git a/textproc/scim-input-pad/Makefile b/textproc/scim-input-pad/Makefile index 57c88dc..c905c3f 100644 --- a/textproc/scim-input-pad/Makefile +++ b/textproc/scim-input-pad/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_GMAKE= yes USE_GNOME= intlhack -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile index cdfb9b4..caa78cc 100644 --- a/textproc/scim-table-imengine/Makefile +++ b/textproc/scim-table-imengine/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= intlhack .include <bsd.port.pre.mk> diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 077d069..c2b7022 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -22,7 +22,7 @@ USE_ICONV= yes USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 688c122..1e66eb1 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -35,7 +35,7 @@ DOCBOOK_VERSION= 4.1.2 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_BISON= yes USE_REINPLACE= yes USE_GNOME= gnomehack gnomehier gnometarget libxslt diff --git a/textproc/senna/Makefile b/textproc/senna/Makefile index df18a60..fbffdbe 100644 --- a/textproc/senna/Makefile +++ b/textproc/senna/Makefile @@ -16,9 +16,7 @@ COMMENT= Embeddable Fulltext Search Engine LIB_DEPENDS= mecab-razil:${PORTSDIR}/japanese/mecab-razil -USE_LIBTOOL_VER=15 -USE_AUTOCONF_VER= 259 -USE_AUTOMAKE_VER= 14 +USE_AUTOTOOLS= automake:14 autoconf:259 libtool:15 USE_GMAKE= YES INSTALLS_SHLIB= YES CONFIGURE_ARGS= --with-sennahome=${SENNA_HOME} diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index 3a21416..d1afb16 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index ee2add5..105f2e2 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -25,7 +25,7 @@ WANT_GNOME= yes USE_GNOME= lthack gnometarget glib20 USE_GMAKE= yes USE_ICONV= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" DOCSDIR_JA= ${PREFIX}/share/doc/ja/uim diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 66ef6fe..60879cb 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= uni2ascii.1 ascii2uni.1 diff --git a/textproc/wbxml2/Makefile b/textproc/wbxml2/Makefile index f3cc4b2..a459954 100644 --- a/textproc/wbxml2/Makefile +++ b/textproc/wbxml2/Makefile @@ -19,10 +19,7 @@ COMMENT= Library & tools for converting wbxml<->xml LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_LIBTOOL_VER= 15 -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -USE_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15 AUTOMAKE_ARGS= -acf GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index c1fb6cf..5ca9b79 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-ssl USE_GETOPT_LONG= yes USE_GNOME= gnometarget pkgconfig glib20 USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-exporter \ --with-glib=glib2 \ diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index 7bf8294..d073731 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug USE_GNOME= gnometarget libgsf -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_BZIP2= yes USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index b32cb57..a7e5b83 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -18,8 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Convert Excel and PowerPoint files to HTML and text USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= ppthtml.1 xlhtml.1 diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile index efd35e8..5997cb9 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -18,7 +18,7 @@ COMMENT= A utility for converting MS Excel files to XML LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \ xml.5:${PORTSDIR}/textproc/libxml -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile index 34c271c..2411dc8 100644 --- a/textproc/xml-i18n-tools/Makefile +++ b/textproc/xml-i18n-tools/Makefile @@ -17,7 +17,7 @@ COMMENT= Xml internationalization support for GNOME, and others USE_GMAKE= yes USE_PERL5= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFLICTS= intltool-* diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile index 23c1743..ae0a185 100644 --- a/textproc/xmlpp/Makefile +++ b/textproc/xmlpp/Makefile @@ -18,7 +18,7 @@ COMMENT= XML Parser and Validator USE_REINPLACE= yes FETCH_CMD= /usr/bin/fetch USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 pre-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile index 27e516d..1ad3741 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget libgnomeprint libxslt INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/amyc/Makefile b/www/amyc/Makefile index 43aea5a..6ff1f84 100644 --- a/www/amyc/Makefile +++ b/www/amyc/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.crevola.com/about/current/ MAINTAINER= petef@FreeBSD.org COMMENT= Display the contents of your Netscape cache -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/apache-jserv/Makefile b/www/apache-jserv/Makefile index 0a5ffbb..0e1da71 100644 --- a/www/apache-jserv/Makefile +++ b/www/apache-jserv/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper\ USE_GMAKE= yes GMAKE= ${LOCALBASE}/bin/gmake # Must have the full path. -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_PERL5= yes APACHE_COMPAT= yes JAVAVM?= ${LOCALBASE}/bin/javavm diff --git a/www/apache2/Makefile b/www/apache2/Makefile index f0002f8..3baad1e 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -52,8 +52,7 @@ SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ LIBTOOL_M4=${LOCALBASE}/share/aclocal/libtool${LIBTOOL_VERSION}.m4 \ AUTOHEADER=${AUTOHEADER} USE_ICONV= yes -USE_AUTOCONF_VER= 259 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_PERL5= yes USE_RC_SUBR= yes USE_REINPLACE= yes diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 81c32cd..c49f1f0 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -51,8 +51,7 @@ SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ LIBTOOL_M4=${LOCALBASE}/share/aclocal/libtool${LIBTOOL_VERSION}.m4 \ AUTOHEADER=${AUTOHEADER} USE_ICONV= yes -USE_AUTOCONF_VER= 259 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_PERL5= yes USE_RC_SUBR= yes USE_REINPLACE= yes diff --git a/www/apache21/Makefile b/www/apache21/Makefile index b775674..b8be68d 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -41,8 +41,7 @@ SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ USE_BZIP2= yes USE_ICONV= yes -USE_AUTOCONF_VER= 259 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_PERL5= yes USE_RC_SUBR= yes USE_REINPLACE= yes diff --git a/www/apache22/Makefile b/www/apache22/Makefile index b775674..b8be68d 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -41,8 +41,7 @@ SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ USE_BZIP2= yes USE_ICONV= yes -USE_AUTOCONF_VER= 259 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_PERL5= yes USE_RC_SUBR= yes USE_REINPLACE= yes diff --git a/www/aria/Makefile b/www/aria/Makefile index c985c4e..453422a 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -21,7 +21,7 @@ USE_OPENSSL= yes USE_GETOPT_LONG=yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile index 1fa50b7..367673e 100644 --- a/www/bookmarkbridge/Makefile +++ b/www/bookmarkbridge/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 USE_QT_VER= 3 USE_X_PREFIX= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-mt --program-prefix="" \ --with-libxml2-include="${LOCALBASE}/include/libxml2" diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 7a0a8e5..5a0059a 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -16,7 +16,7 @@ COMMENT= A C++ class library for writing CGI applications USE_REINPLACE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes diff --git a/www/comclear/Makefile b/www/comclear/Makefile index 7085a18..1dce4b6 100644 --- a/www/comclear/Makefile +++ b/www/comclear/Makefile @@ -17,8 +17,7 @@ COMMENT= A history cleaner for Netscape Navigator and Communicator USE_REINPLACE= yes WANT_GNOME= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 .include <bsd.port.pre.mk> diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile index 89b8612..dcb5728 100644 --- a/www/dpsearch/Makefile +++ b/www/dpsearch/Makefile @@ -18,7 +18,7 @@ COMMENT= Open source search engine for Internet and Intranet sites INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes DOCSDIR= ${PREFIX}/share/doc/dataparksearch CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index a0999e0..28f9cc2 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -25,7 +25,7 @@ ICONDIR?= ${EMACS_LIBDIR_WITH_VER}/etc/w3m/icons ETCDIR?= ${EMACS_LIBDIR_WITH_VER}/etc/w3m INFODIR?= info -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 ALL_TARGET= default PLIST_SUB+= LISPDIR=${LISPDIR} \ diff --git a/www/flood/Makefile b/www/flood/Makefile index 1bd8a85..ce62137 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ apr-1:${PORTSDIR}/devel/apr WRKSRC= ${WRKDIR}/httpd-test/flood -USE_AUTOCONF_VER= 253 -WANT_LIBTOOL_VER= 15 +USE_AUTOTOOLS= autoconf:253 libtool:15:env CONFIGURE_ARGS= --disable-shared \ --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config diff --git a/www/gforge/Makefile b/www/gforge/Makefile index 53162bc..2b4156e 100644 --- a/www/gforge/Makefile +++ b/www/gforge/Makefile @@ -21,7 +21,7 @@ USE_REINPLACE= YES USE_PERL5= YES HAS_CONFIGURE= YES USE_APACHE= YES -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 NO_BUILD= YES USE_PHP= pgsql session pcre WANT_PHP_CLI= YES diff --git a/www/glibwww/Makefile b/www/glibwww/Makefile index f4100e52..3fec17d 100644 --- a/www/glibwww/Makefile +++ b/www/glibwww/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomelibs -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index b7c837a..7104814 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -24,7 +24,7 @@ USE_APACHE= yes APACHE_PORT= www/apache2 USE_GNOME= gnomeprefix gnomehack intlhack libglade2 gconf2 USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 2afdef7..a283563 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --with-gconf=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/harvest/Makefile b/www/harvest/Makefile index 9d2cfc6..b1c7e13 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -17,7 +17,7 @@ COMMENT= Collect information from all over the Internet USE_BZIP2= yes USE_PERL5= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes NO_MTREE= yes CONFIGURE_ARGS?= --prefix=${PREFIX}/${PORTNAME} --without-wish diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 9bdb103..c074686 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 9925bf5..0db5da8 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -18,7 +18,7 @@ COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/${MOZILLA}-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/${MOZILLA}${HEADERS_SUFX} RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/${MOZILLA}-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/${MOZILLA}${HEADERS_SUFX} -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index b4de3ee..e82c426 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WITH_APACHE2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-perl-glue --with-apache2-apxs=${APXS} diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index ec0b2c9..e1056ba 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= sources/libghttp/1.0 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME http client library -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 9e6616d..de8dea9 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The W3C Reference Library -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib USE_PERL5_BUILD=yes diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 90c2743..2ec3716 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -17,10 +17,9 @@ COMMENT= A secure, fast, compliant, and very flexible Web Server LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 libtool:15 USE_REINPLACE= yes USE_RC_SUBR= lighttpd.sh -USE_LIBTOOL_VER= 15 USE_GNOME= lthack CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd diff --git a/www/mdw/Makefile b/www/mdw/Makefile index 78f6490..2b2cda5 100644 --- a/www/mdw/Makefile +++ b/www/mdw/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.redbrick.dcu.ie/~colmmacc/mdw/ MAINTAINER= petef@FreeBSD.org COMMENT= A utility to check the MD5 sum of a webpage -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 USE_REINPLACE= yes MAN1= mdw.1 diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index 48b21cc..1979942 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -20,7 +20,7 @@ MAN5= indexer.conf.5 INSTALLS_SHLIB= yes USE_GNOME= lthack USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 690de52..9298749 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -21,7 +21,7 @@ MAN5= indexer.conf.5 INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 APACHE_COMPAT= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index bee4fe1..b6d445a 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS+= clamav:${PORTSDIR}/${CLAMAV_PORT} USE_APACHE= YES WITH_APACHE2= YES -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 .if defined(WITH_CLAMAVDEVEL) CLAMAV_PORT= security/clamav-devel diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile index 24f5ec2..17b3c93 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -21,8 +21,7 @@ BUILD_DEPENDS= ${NONEXISTANT}:${PORTSDIR}/devel/apr:configure USE_REINPLACE= yes USE_APACHE= yes -WANT_AUTOCONF_VER=253 -WANT_LIBTOOL_VER=13 +USE_AUTOTOOLS= autoconf:253:env libtool:13:env GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/www/mozilla-bonobo/Makefile b/www/mozilla-bonobo/Makefile index 607fe24..02c7b63 100644 --- a/www/mozilla-bonobo/Makefile +++ b/www/mozilla-bonobo/Makefile @@ -36,7 +36,7 @@ HEADERS_SUFX= USE_X_PREFIX= yes USE_GNOME= gnomeprefix libgnomeui libgnomeprint -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ARGS= --with-plugin-install-dir="${PREFIX}/lib/browser_plugins" \ diff --git a/www/oops/Makefile b/www/oops/Makefile index f7ca5bd..362e941 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk OOPSVERSION= 1.5.24 USE_SUBMAKE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS?=--sbindir=${PREFIX}/sbin \ --sysconfdir=${PREFIX}/etc/oops \ --localstatedir=${OOPSVAR} \ diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 69c8fda..a589c29 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -29,7 +29,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gtk20 USE_SDL= sdl USE_GCC= 3.4 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -largp -Wl,--rpath -Wl,${X11BASE}/lib/mozilla -L${X11BASE}/lib -lXext" \ XPIDLFLAGS="-I${X11BASE}/share/idl/mozilla" diff --git a/www/osb-browser/Makefile b/www/osb-browser/Makefile index df92ce5..86eb890 100644 --- a/www/osb-browser/Makefile +++ b/www/osb-browser/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= nrcit.0:${PORTSDIR}/www/osb-nrcit USE_X_PREFIX= yes USE_GNOME= libglade2 gnomehack gnomeprefix -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" diff --git a/www/osb-nrcit/Makefile b/www/osb-nrcit/Makefile index 45bec41..22a238c 100644 --- a/www/osb-nrcit/Makefile +++ b/www/osb-nrcit/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= nrcore.0:${PORTSDIR}/www/osb-nrcore \ USE_GNOME= gtk20 gnomehack INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.pre.mk> diff --git a/www/osb-nrcore/Makefile b/www/osb-nrcore/Makefile index 95b9f62..06c9091 100644 --- a/www/osb-nrcore/Makefile +++ b/www/osb-nrcore/Makefile @@ -17,7 +17,7 @@ COMMENT= Gtk-Webcore's browser engine LIB_DEPENDS= jscore.0:${PORTSDIR}/lang/osb-jscore -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc USE_REINPLACE= yes USE_GNOME= gtk20 gnomehack USE_GCC= 3.4 diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile index b4de3ee..e82c426 100644 --- a/www/p5-libapreq2/Makefile +++ b/www/p5-libapreq2/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WITH_APACHE2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-perl-glue --with-apache2-apxs=${APXS} diff --git a/www/peacock/Makefile b/www/peacock/Makefile index 7585638..5d281fd 100644 --- a/www/peacock/Makefile +++ b/www/peacock/Makefile @@ -18,6 +18,6 @@ COMMENT= A GUI-based HTML Editor for GTK+/GNOME USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui gtksourceview gtkhtml3 -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 .include <bsd.port.mk> diff --git a/www/privoxy+ipv6/Makefile b/www/privoxy+ipv6/Makefile index defa951..3d7fc6f 100644 --- a/www/privoxy+ipv6/Makefile +++ b/www/privoxy+ipv6/Makefile @@ -24,7 +24,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/+ipv6//} USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOHEADER_VER=213 +USE_AUTOTOOLS= autoheader:213 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-user=${USER} --with-group=${GROUP} \ diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 03cf4d7..b027127 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -19,7 +19,7 @@ COMMENT= Privoxy is a web proxy with advanced filtering capabilities WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable USE_GMAKE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 USE_REINPLACE= yes USE_RC_SUBR= privoxy.sh diff --git a/www/scout/Makefile b/www/scout/Makefile index e13ee57..6f2f656 100644 --- a/www/scout/Makefile +++ b/www/scout/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://sid.joedog.org/pub/scout/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A utility to harvest URLs from a given start point -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+= --disable-shared --enable-static MAN1= scout.1 PLIST_FILES= bin/scout diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile index 389f26e..2fba8cd 100644 --- a/www/swfdec-plugin/Makefile +++ b/www/swfdec-plugin/Makefile @@ -31,7 +31,7 @@ USE_GNOME= gnomehack gtk20 libartlgpl2 USE_GSTREAMER= gconf USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 3ee04e4..3de8f48 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple web indexing for humans - enhanced USE_GNOME= libxml2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" diff --git a/www/twhttpd/Makefile b/www/twhttpd/Makefile index 9ca0971..cca4cac 100644 --- a/www/twhttpd/Makefile +++ b/www/twhttpd/Makefile @@ -17,7 +17,7 @@ COMMENT= Secure HTTP Proxy GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 do-install: @${INSTALL_PROGRAM} -o root -g wheel -m 0755 ${WRKSRC}/twhttpd ${PREFIX}/sbin/twhttpd diff --git a/www/webstone-ssl/Makefile b/www/webstone-ssl/Makefile index 898afd2..4a1b078 100644 --- a/www/webstone-ssl/Makefile +++ b/www/webstone-ssl/Makefile @@ -17,7 +17,7 @@ MAINTAINER= fortune@n.jpn.ph COMMENT= World wide web server benchmarking with SSL support USE_OPENSSL= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/WebStone${PORTVERSION}/src ALL_TARGET= install diff --git a/www/winhelpcgi/Makefile b/www/winhelpcgi/Makefile index ac94868..9606840 100644 --- a/www/winhelpcgi/Makefile +++ b/www/winhelpcgi/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf WRKSRC= ${WRKDIR}/${PORTNAME}-1.0rc3 GNU_CONFIGURE= yes -USE_AUTOMAKE_VER= 14 +USE_AUTOTOOLS= automake:14 USE_GETTEXT= yes USE_APACHE= yes PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/www/wml/Makefile b/www/wml/Makefile index 5f47736..71e31e5 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --with-perl=${PERL5} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ PERL_ARCH="${PERL_ARCH}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= wml_backend/p2_mp4h/configure PLIST_SUB+= ARCH=${PERL_ARCH} diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile index 8e74587..c9b8967 100644 --- a/www/wsdlpull/Makefile +++ b/www/wsdlpull/Makefile @@ -18,7 +18,7 @@ COMMENT= C++ WSDL Parser LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG=yes WRKSRC= ${WRKDIR}/${DISTNAME:R} GNU_CONFIGURE= yes diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile index 6bf9ccc..625d090 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -16,7 +16,7 @@ COMMENT= Simple/powerful/lightweight/secure/embed-able HTTP server USE_BZIP2= yes USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 NO_MTREE= yes diff --git a/x11-clocks/bmp-alarm/Makefile b/x11-clocks/bmp-alarm/Makefile index c8cd0c2..d4ea5bf 100644 --- a/x11-clocks/bmp-alarm/Makefile +++ b/x11-clocks/bmp-alarm/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player USE_BZIP2= yes USE_GNOME= gnometarget gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 PLIST_FILES= lib/bmp/General/libalarm.so diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index d4df93c..aae3b52 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/x11-clocks/xmms-alarm/Makefile b/x11-clocks/xmms-alarm/Makefile index c45e390..cd2e60d 100644 --- a/x11-clocks/xmms-alarm/Makefile +++ b/x11-clocks/xmms-alarm/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnometarget gtk12 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 PLIST_FILES= lib/xmms/General/libalarm.so diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile index b412bf0..2c259b3 100644 --- a/x11-fm/evidence/Makefile +++ b/x11-fm/evidence/Makefile @@ -30,7 +30,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GETTEXT= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-dbus \ --disable-dcop \ --enable-ecore-ipc \ diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 6147f51..e0df105 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -22,7 +22,7 @@ PLIST_SUB+= LOCALBASE=${LOCALBASE} USE_XLIB= yes USE_GNOME= pkgconfig glib20 gtk20 libxml2 gnomevfs2 pango -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 HAS_CONFIGURE= yes MAN1= rox.1 diff --git a/x11-fm/rox-session/Makefile b/x11-fm/rox-session/Makefile index e15d191..37b1b565 100644 --- a/x11-fm/rox-session/Makefile +++ b/x11-fm/rox-session/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer WRKSRC= ${WRKDIR}/ROX-Session-${PORTVERSION} USE_GNOME= gtk20 pkgconfig libxml2 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 HAS_CONFIGURE= yes .include <bsd.port.pre.mk> diff --git a/x11-fm/velocity/Makefile b/x11-fm/velocity/Makefile index 9d26a76..143d9c4 100644 --- a/x11-fm/velocity/Makefile +++ b/x11-fm/velocity/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ryan.moe@fastfreedom.net COMMENT= GNOME file and desktop manager WRKSRC= ${WRKDIR}/velocity-0.1.0 -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_X_PREFIX= yes USE_BZIP2= yes USE_REINPLACE= yes diff --git a/x11-fm/xfce4-fm/Makefile b/x11-fm/xfce4-fm/Makefile index c4dc155..74b7ccf 100644 --- a/x11-fm/xfce4-fm/Makefile +++ b/x11-fm/xfce4-fm/Makefile @@ -30,7 +30,7 @@ USE_GNOME= gtk20 gnomehack USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index da2d65d..e02a8a8 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" diff --git a/x11-fonts/ttmkfdir/Makefile b/x11-fonts/ttmkfdir/Makefile index c82c2e9..ae4258c 100644 --- a/x11-fonts/ttmkfdir/Makefile +++ b/x11-fonts/ttmkfdir/Makefile @@ -17,7 +17,7 @@ COMMENT= Create fonts.scale file for use with TrueType font server LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -WANT_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:env PLIST_FILES= bin/ttmkfdir USE_BZIP2= yes USE_GMAKE= yes diff --git a/x11-servers/driglide/Makefile b/x11-servers/driglide/Makefile index 1ac9505..3e9b983 100644 --- a/x11-servers/driglide/Makefile +++ b/x11-servers/driglide/Makefile @@ -18,9 +18,7 @@ COMMENT= Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI USE_BZIP2= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:14 autoconf:253 libtool:13:inc AUTOMAKE_ARGS= -a USE_GMAKE= yes MAKE_ARGS= PREPROCESSOR=/usr/bin/cpp diff --git a/x11-themes/baghira/Makefile b/x11-themes/baghira/Makefile index 5a2db7f..770bac9 100644 --- a/x11-themes/baghira/Makefile +++ b/x11-themes/baghira/Makefile @@ -24,7 +24,7 @@ USE_KDEBASE_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc # XXX - Workaround for a badly rolled tarball. #pre-configure: diff --git a/x11-themes/buffy/Makefile b/x11-themes/buffy/Makefile index 9af5855..c68d7f2 100644 --- a/x11-themes/buffy/Makefile +++ b/x11-themes/buffy/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes post-patch: diff --git a/x11-themes/clean-theme-gtk/Makefile b/x11-themes/clean-theme-gtk/Makefile index d5b2f10..74cbdae 100644 --- a/x11-themes/clean-theme-gtk/Makefile +++ b/x11-themes/clean-theme-gtk/Makefile @@ -19,7 +19,7 @@ COMMENT= The Clean GTK theme engine WRKSRC= ${WRKDIR}/gtk-clean-theme USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11-themes/colorstep/Makefile b/x11-themes/colorstep/Makefile index 7506f21..2a9d22d 100644 --- a/x11-themes/colorstep/Makefile +++ b/x11-themes/colorstep/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.6 USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes post-patch: diff --git a/x11-themes/engradient/Makefile b/x11-themes/engradient/Makefile index b3d28ca..181537c 100644 --- a/x11-themes/engradient/Makefile +++ b/x11-themes/engradient/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11-themes/geramik/Makefile b/x11-themes/geramik/Makefile index 98b34c1..e1dec61 100644 --- a/x11-themes/geramik/Makefile +++ b/x11-themes/geramik/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${X11BASE}/lib/gtk/themes/engines/libqtpixmap.so:${PORTSDIR}/x11-to WRKSRC= ${WRKDIR}/Geramik-${PORTVERSION} -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/x11-themes/gnome-look/Makefile b/x11-themes/gnome-look/Makefile index cdd7840..1cc9c87 100644 --- a/x11-themes/gnome-look/Makefile +++ b/x11-themes/gnome-look/Makefile @@ -17,7 +17,7 @@ COMMENT= A GTK theme engine designed to look nice with the GNOME desktop environ USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index 3d17063..46c4b34 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-theme USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui intlhack INSTALLS_ICONS= yes diff --git a/x11-themes/gtk-Mac2-theme/Makefile b/x11-themes/gtk-Mac2-theme/Makefile index 57fcea3..cd45603 100644 --- a/x11-themes/gtk-Mac2-theme/Makefile +++ b/x11-themes/gtk-Mac2-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11-themes/gtk-cleanice-engine/Makefile b/x11-themes/gtk-cleanice-engine/Makefile index 46ed823..22b8437 100644 --- a/x11-themes/gtk-cleanice-engine/Makefile +++ b/x11-themes/gtk-cleanice-engine/Makefile @@ -19,7 +19,7 @@ MAINTAINER= philip@FreeBSD.org COMMENT= A simplistic GTK+ 2.x theme engine USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gtk20 THEME= cleanice-theme-1.2.7 diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile index c2bd8e5..faeaa17 100644 --- a/x11-themes/gtk-engines/Makefile +++ b/x11-themes/gtk-engines/Makefile @@ -17,7 +17,7 @@ COMMENT= Theme engine for gtk+ toolkits USE_X_PREFIX= yes USE_GNOME= imlib -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc THEMES= metal notif pixmap raleigh redmond95 diff --git a/x11-themes/gtk-flat-theme/Makefile b/x11-themes/gtk-flat-theme/Makefile index f06d67a..2e4b85f 100644 --- a/x11-themes/gtk-flat-theme/Makefile +++ b/x11-themes/gtk-flat-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11-themes/gtk-flat-theme2/Makefile b/x11-themes/gtk-flat-theme2/Makefile index 3239ddf..1992867 100644 --- a/x11-themes/gtk-flat-theme2/Makefile +++ b/x11-themes/gtk-flat-theme2/Makefile @@ -19,7 +19,7 @@ COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0 WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-themes/gtk-industrial-theme/Makefile b/x11-themes/gtk-industrial-theme/Makefile index 40b1368..63e20e6 100644 --- a/x11-themes/gtk-industrial-theme/Makefile +++ b/x11-themes/gtk-industrial-theme/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gdkpixbuf USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 XIMIAN_SUBVERSION= 0 XIMIAN_DISTVERSION= 6.3 diff --git a/x11-themes/gtk-qn-x11-theme/Makefile b/x11-themes/gtk-qn-x11-theme/Makefile index c51a8ac..bac0404 100644 --- a/x11-themes/gtk-qn-x11-theme/Makefile +++ b/x11-themes/gtk-qn-x11-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gtk-qt-engine/Makefile b/x11-themes/gtk-qt-engine/Makefile index 7311712..6f94450 100644 --- a/x11-themes/gtk-qt-engine/Makefile +++ b/x11-themes/gtk-qt-engine/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gtk20 USE_QT_VER= 3 USE_REINPLACE= yes diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile index 7311712..6f94450 100644 --- a/x11-themes/gtk-qt4-engine/Makefile +++ b/x11-themes/gtk-qt4-engine/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gtk20 USE_QT_VER= 3 USE_REINPLACE= yes diff --git a/x11-themes/gtk-smooth-engine/Makefile b/x11-themes/gtk-smooth-engine/Makefile index 855bddf..24a47b0 100644 --- a/x11-themes/gtk-smooth-engine/Makefile +++ b/x11-themes/gtk-smooth-engine/Makefile @@ -16,7 +16,7 @@ MAINTAINER= amistry@am-productions.biz COMMENT= Flexible GTK Theme Engine USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget WANT_GNOME= yes CONFIGURE_ENV= X11BASE="${X11BASE}" diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index f979933..ad8bb42 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -17,7 +17,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= An XFCE engine for GTK 2.0 USE_GNOME= gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes .include <bsd.port.mk> diff --git a/x11-themes/gtk-zenith-theme/Makefile b/x11-themes/gtk-zenith-theme/Makefile index 22193b0..2b4519a 100644 --- a/x11-themes/gtk-zenith-theme/Makefile +++ b/x11-themes/gtk-zenith-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/zenith-1.0 USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gtkbe/Makefile b/x11-themes/gtkbe/Makefile index ecf9f8e..9ca1bf4 100644 --- a/x11-themes/gtkbe/Makefile +++ b/x11-themes/gtkbe/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/GTKBeEngine USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11-themes/gtkstep-pastel/Makefile b/x11-themes/gtkstep-pastel/Makefile index e0bf5d6..1e29f9c 100644 --- a/x11-themes/gtkstep-pastel/Makefile +++ b/x11-themes/gtkstep-pastel/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes post-patch: diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile index fa52213..967d32d 100644 --- a/x11-themes/gtkstep/Makefile +++ b/x11-themes/gtkstep/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes post-patch: diff --git a/x11-themes/icegradient/Makefile b/x11-themes/icegradient/Makefile index 06c4a7b..45276ff 100644 --- a/x11-themes/icegradient/Makefile +++ b/x11-themes/icegradient/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-0.0.5 USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11-themes/notif2/Makefile b/x11-themes/notif2/Makefile index b65d3bc..ce74ea0 100644 --- a/x11-themes/notif2/Makefile +++ b/x11-themes/notif2/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GTKVERSION= 1.2 diff --git a/x11-themes/thinice/Makefile b/x11-themes/thinice/Makefile index fc6c46b..c624421 100644 --- a/x11-themes/thinice/Makefile +++ b/x11-themes/thinice/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-theme-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes post-patch: diff --git a/x11-themes/whistlerk/Makefile b/x11-themes/whistlerk/Makefile index 2b3bcd6..1f3fd93 100644 --- a/x11-themes/whistlerk/Makefile +++ b/x11-themes/whistlerk/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/gtk-theme-WhistlerK USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11-toolkits/9libs/Makefile b/x11-toolkits/9libs/Makefile index 1c51302..f892cf7 100644 --- a/x11-toolkits/9libs/Makefile +++ b/x11-toolkits/9libs/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Plan9 compatibility libraries USE_XLIB= YES -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= YES CONFIGURE_ARGS+=--includedir=${PREFIX}/include/9libs diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index 371ab31..0107524 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= Coin.44:${PORTSDIR}/graphics/Coin USE_GL= yes USE_MOTIF= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${X11BASE} # avoid renaming of soxt-config and soxt-config.1 diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 2e066e8..39bc624 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_GCC= 3.4 USE_PERL5= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/efltk/Makefile b/x11-toolkits/efltk/Makefile index b3d7071..b8573d3 100644 --- a/x11-toolkits/efltk/Makefile +++ b/x11-toolkits/efltk/Makefile @@ -31,7 +31,7 @@ USE_MYSQL= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ DEBUGFLAG="${CFLAGS} -I${LOCALBASE}/include" diff --git a/x11-toolkits/etox/Makefile b/x11-toolkits/etox/Makefile index 741ad66..fe16d1d 100644 --- a/x11-toolkits/etox/Makefile +++ b/x11-toolkits/etox/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas \ edb.1:${PORTSDIR}/databases/edb USE_X_PREFIX= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/ewl/Makefile b/x11-toolkits/ewl/Makefile index f678f75..ac859ba 100644 --- a/x11-toolkits/ewl/Makefile +++ b/x11-toolkits/ewl/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= embryo.9:${PORTSDIR}/lang/embryo \ ecore.1:${PORTSDIR}/x11/ecore USE_X_PREFIX= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile index fbeede7..5ae3d8b 100644 --- a/x11-toolkits/fox-devel/Makefile +++ b/x11-toolkits/fox-devel/Makefile @@ -30,7 +30,7 @@ PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-opengl --with-x --enable-threadsafe diff --git a/x11-toolkits/fox12/Makefile b/x11-toolkits/fox12/Makefile index f484ea5..e9660d5 100644 --- a/x11-toolkits/fox12/Makefile +++ b/x11-toolkits/fox12/Makefile @@ -31,7 +31,7 @@ PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack USE_GL= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-opengl --with-x --enable-threadsafe INSTALLS_SHLIB= yes diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index fbeede7..5ae3d8b 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -30,7 +30,7 @@ PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-opengl --with-x --enable-threadsafe diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index f484ea5..e9660d5 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -31,7 +31,7 @@ PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack USE_GL= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-opengl --with-x --enable-threadsafe INSTALLS_SHLIB= yes diff --git a/x11-toolkits/freeglut/Makefile b/x11-toolkits/freeglut/Makefile index 0843819..144b842 100644 --- a/x11-toolkits/freeglut/Makefile +++ b/x11-toolkits/freeglut/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An alternative to the OpenGL Utility Toolkit (GLUT) library -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_XLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile index 5aeb02d..621bae0 100644 --- a/x11-toolkits/fxscintilla/Makefile +++ b/x11-toolkits/fxscintilla/Makefile @@ -16,7 +16,7 @@ COMMENT= A Fox toolkit reimplementation of Scintilla editing widget GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ARGS+= --enable-shared --disable-static INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index c4fdf3f..17444c3 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gnomehack gnomeprefix gnomehier libglade gnomevfs USE_ICONV= yes GNOME_HTML_DIR= ${PREFIX}/share/doc/gal INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --enable-static --with-libiconv CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index 403e3dcb3..0bcfbbe 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -18,7 +18,7 @@ COMMENT= Components intended to be shared between GNOME development tools USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile index 8d6e345..68eb163 100644 --- a/x11-toolkits/gtk--/Makefile +++ b/x11-toolkits/gtk--/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static=yes \ diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile index 1874665..80e500e 100644 --- a/x11-toolkits/gtk--2/Makefile +++ b/x11-toolkits/gtk--2/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes LATEST_LINK= gtkmm2 USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOME= gnomehack lthack gtk20 diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index 01399dc..4ba1a1b 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono USE_X_PREFIX= yes LATEST_LINK= gtk-sharp10 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 7e6661f..1490abd 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ USE_X_PREFIX= yes LATEST_LINK= gtk-sharp20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 2467d23..a80b52d 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -19,7 +19,7 @@ COMMENT= Gimp Toolkit for X11 GUI (previous stable version) USE_X_PREFIX= yes USE_PERL5= yes USE_GNOME= glib12 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 --with-native-locale \ diff --git a/x11-toolkits/gtkdatabox2/Makefile b/x11-toolkits/gtkdatabox2/Makefile index 03bcebb..a459c3a 100644 --- a/x11-toolkits/gtkdatabox2/Makefile +++ b/x11-toolkits/gtkdatabox2/Makefile @@ -18,7 +18,7 @@ COMMENT= A GTK+2 widget to display large amounts of numerical data USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFLICTS= gtkdatabox-0.1.* diff --git a/x11-toolkits/gtkextra/Makefile b/x11-toolkits/gtkextra/Makefile index 86bb982..8d584d0 100644 --- a/x11-toolkits/gtkextra/Makefile +++ b/x11-toolkits/gtkextra/Makefile @@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= gtk12 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile index c6368fa..7685035 100644 --- a/x11-toolkits/gtkextra2/Makefile +++ b/x11-toolkits/gtkextra2/Makefile @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ 2.0 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gtk20 gnomehack USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkglarea--/Makefile b/x11-toolkits/gtkglarea--/Makefile index dedcefe..54386a3 100644 --- a/x11-toolkits/gtkglarea--/Makefile +++ b/x11-toolkits/gtkglarea--/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \ USE_GL= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile index 98bc6da..ee2b896c 100644 --- a/x11-toolkits/gtkglarea/Makefile +++ b/x11-toolkits/gtkglarea/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GL= yes USE_GNOME= gnometarget gtk12 lthack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-lib-GL diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index ad34a9f..28ce2a1 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gtk20 USE_BZIP2= yes USE_GL= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-lib-GL diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index e819f27..6fd73b6 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gtk20 USE_GL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkglextmm/Makefile b/x11-toolkits/gtkglextmm/Makefile index fc6f3cd..adc06dd 100644 --- a/x11-toolkits/gtkglextmm/Makefile +++ b/x11-toolkits/gtkglextmm/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext \ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index ff821ef..581389e 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -24,7 +24,7 @@ USE_REINPLACE= yes USE_GETOPT_LONG= yes USE_X_PREFIX= yes USE_GNOME= glib20 gtk20 gnomehack -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile index 8d6e345..68eb163 100644 --- a/x11-toolkits/gtkmm12/Makefile +++ b/x11-toolkits/gtkmm12/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static=yes \ diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index 1874665..80e500e 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes LATEST_LINK= gtkmm2 USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOME= gnomehack lthack gtk20 diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 1874665..80e500e 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes LATEST_LINK= gtkmm2 USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOME= gnomehack lthack gtk20 diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index 000661e..8206585 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -19,7 +19,7 @@ COMMENT= Guile binding library for GNOME LIB_DEPENDS= guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= gnomeprefix bonobo gtkhtml libglade INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \ diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index fe35a50..da860d7 100644 --- a/x11-toolkits/guile-gtk/Makefile +++ b/x11-toolkits/guile-gtk/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 gnometarget USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index da8035b..abb947a 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -19,11 +19,9 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig CONFLICTS?= open-motif-* MANUAL_PACKAGE_BUILD= do not want to install during interactive build -WANT_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19:env autoconf:259 libtool:15:inc USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 15 LIBTOOLFILES= aclocal.m4 test/aclocal.m4 CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production CONFIGURE_ARGS+= --disable-maintainer-mode diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index 8ff895d..3074131 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -29,7 +29,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile index 5d4770b..2552db3 100644 --- a/x11-toolkits/libXmu/Makefile +++ b/x11-toolkits/libXmu/Makefile @@ -25,7 +25,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 8fcdf76..7424749 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -26,7 +26,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index 6712a90..4dc9f1f 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ libgnomecanvas libgnome -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/x11-toolkits/libbonobouimm/Makefile b/x11-toolkits/libbonobouimm/Makefile index 6293cc5..473d2a0 100644 --- a/x11-toolkits/libbonobouimm/Makefile +++ b/x11-toolkits/libbonobouimm/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack lthack gnomeprefix libbonoboui -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index 5b161b7..c6d7583 100644 --- a/x11-toolkits/libgail-gnome/Makefile +++ b/x11-toolkits/libgail-gnome/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomepanel atspi USE_REINPLACE= yes diff --git a/x11-toolkits/libgnomeprintuimm/Makefile b/x11-toolkits/libgnomeprintuimm/Makefile index cf35f77..6aea556 100644 --- a/x11-toolkits/libgnomeprintuimm/Makefile +++ b/x11-toolkits/libgnomeprintuimm/Makefile @@ -27,7 +27,7 @@ USE_GNOME= gnomeprefix gnomehack libgnomeprintui USE_GCC= 3.4 INSTALLS_SHLIB= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.5" API_VERSION="2.6" diff --git a/x11-toolkits/libgnomeuimm/Makefile b/x11-toolkits/libgnomeuimm/Makefile index 26b38fb..44ba283 100644 --- a/x11-toolkits/libgnomeuimm/Makefile +++ b/x11-toolkits/libgnomeuimm/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index ec79d99..7b1b791 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -31,7 +31,7 @@ USE_GMAKE= yes USE_GCC= 3.4 USE_REINPLACE= yes USE_GNOME= gnomehack libgnomeui -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile index 8b2255f..fb76c6e 100644 --- a/x11-toolkits/libgtkeditor/Makefile +++ b/x11-toolkits/libgtkeditor/Makefile @@ -18,13 +18,11 @@ COMMENT= A source code editor widget for GTK+ LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode -WANT_AUTOMAKE_VER=15 -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= automake:15:env autoconf:253:env libtool:13:inc USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes USE_PERL5_BUILD=yes -USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CFLAGS+= -fPIC diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile index 9e271e6..76b543a 100644 --- a/x11-toolkits/libpanelappletmm/Makefile +++ b/x11-toolkits/libpanelappletmm/Makefile @@ -26,7 +26,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GCC= 3.4 USE_GNOME= gnomehack lthack gnomepanel -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile index 396c3f3..e9969b6 100644 --- a/x11-toolkits/libsexy/Makefile +++ b/x11-toolkits/libsexy/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes USE_GNOME= gnomehack lthack gtk20 libxml2 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_X_PREFIX= yes diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index 2c1fbef..d200da9 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= dbh-1.0.1:${PORTSDIR}/databases/dbh \ USE_GNOME= gtk20 gnomehack USE_REINPLACE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-xinerama INSTALLS_SHLIB= yes diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile index ceb9dd1..615224d 100644 --- a/x11-toolkits/libzvt/Makefile +++ b/x11-toolkits/libzvt/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_BISON= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= gnomeprefix gnomehack gtk20 libartlgpl2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile index 25d43f8..b2a66f5 100644 --- a/x11-toolkits/movingmotif/Makefile +++ b/x11-toolkits/movingmotif/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Display scientific data as dynamic plot USE_MOTIF= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile index ce05096..6e54824 100644 --- a/x11-toolkits/neXtaw/Makefile +++ b/x11-toolkits/neXtaw/Makefile @@ -15,7 +15,7 @@ COMMENT= Athena Widgets with N*XTSTEP appearance USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" diff --git a/x11-toolkits/p5-qt/Makefile b/x11-toolkits/p5-qt/Makefile index 874e2a5..f96e2a6 100644 --- a/x11-toolkits/p5-qt/Makefile +++ b/x11-toolkits/p5-qt/Makefile @@ -23,7 +23,7 @@ COMMENT= A set of Perl bindings for the Qt toolkit USE_GL= yes USE_QT_VER= 3 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/pangoxsl/Makefile b/x11-toolkits/pangoxsl/Makefile index 18eb3c5..b5f58f7 100644 --- a/x11-toolkits/pangoxsl/Makefile +++ b/x11-toolkits/pangoxsl/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack pango INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index 05b1476..0fa1be4 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index 05b1476..0fa1be4 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile index f77d8d4..2c2b216 100644 --- a/x11-toolkits/php-gtk/Makefile +++ b/x11-toolkits/php-gtk/Makefile @@ -15,9 +15,7 @@ MASTER_SITES= http://gtk.php.net/distributions/ \ MAINTAINER= kiesel@schlund.de COMMENT= An extension to use gtk in PHP-applications -WANT_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19:env autoconf:259 libtool:15:env GNU_CONFIGURE= yes USE_PHP= pcre USE_PHP_BUILD= yes diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile index f77d8d4..2c2b216 100644 --- a/x11-toolkits/php-gtk2/Makefile +++ b/x11-toolkits/php-gtk2/Makefile @@ -15,9 +15,7 @@ MASTER_SITES= http://gtk.php.net/distributions/ \ MAINTAINER= kiesel@schlund.de COMMENT= An extension to use gtk in PHP-applications -WANT_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19:env autoconf:259 libtool:15:env GNU_CONFIGURE= yes USE_PHP= pcre USE_PHP_BUILD= yes diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index ddca3c0..f037130 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= gtkhtml gnometarget -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFILES= configure pygtk/configure CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-gnome-config=${X11BASE}/bin/gnome-config \ diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index b5bbd76..6b31288 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomelibs gdkpixbuf libglade USE_PYTHON= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= PYTHON=${PYTHON_CMD} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile index 841fa8e..a231eaf 100644 --- a/x11-toolkits/py-gtkglext/Makefile +++ b/x11-toolkits/py-gtkglext/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes USE_GNOME= gnomehack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index fef9248..699674a 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -16,7 +16,7 @@ COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} .if !defined(WITHOUT_GTK1) diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile index eca89e5..a00fa86 100644 --- a/x11-toolkits/sdl_gui/Makefile +++ b/x11-toolkits/sdl_gui/Makefile @@ -18,7 +18,7 @@ COMMENT= A Graphical User Interface library for SDL USE_SDL= sdl image ttf USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index 94f0b41..153e56b 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= Coin.44:${PORTSDIR}/graphics/Coin USE_QT_VER= 3 USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= QTDIR="${QT_PREFIX}" CONFIGURE_ARGS= --with-pthread=yes --with-coin=${X11BASE} diff --git a/x11-toolkits/vdk/Makefile b/x11-toolkits/vdk/Makefile index 60b1028..eebe8ad 100644 --- a/x11-toolkits/vdk/Makefile +++ b/x11-toolkits/vdk/Makefile @@ -18,7 +18,7 @@ COMMENT= C++ wrapper for GTK+ toolkit USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget gtk20 USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-opt=no --enable-doc-html=no --enable-testvdk=no INSTALLS_SHLIB= yes diff --git a/x11-toolkits/vdkbuilder/Makefile b/x11-toolkits/vdkbuilder/Makefile index 3d237fe..4a451ab 100644 --- a/x11-toolkits/vdkbuilder/Makefile +++ b/x11-toolkits/vdkbuilder/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= gnometarget gtk20 USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-opt=no diff --git a/x11-toolkits/viewkit/Makefile b/x11-toolkits/viewkit/Makefile index 8fa8160..05c4b9e 100644 --- a/x11-toolkits/viewkit/Makefile +++ b/x11-toolkits/viewkit/Makefile @@ -16,7 +16,7 @@ DISTNAME= libvk-Apr19-2243 MAINTAINER= ports@FreeBSD.org COMMENT= ViewKit workalike from Hungry Programmers -WANT_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253:env MOTIFPACKAGE?= open-motif USE_X_PREFIX= yes USE_MOTIF= yes diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 116e49e..2fe96e6 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_BISON= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack gtk20 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ diff --git a/x11-toolkits/wxmozilla/Makefile b/x11-toolkits/wxmozilla/Makefile index 84f1948..928ae1c 100644 --- a/x11-toolkits/wxmozilla/Makefile +++ b/x11-toolkits/wxmozilla/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes USE_GNOME= gnomehack gnometarget WXGTK_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} --enable-python INSTALLS_SHLIB= yes diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile index 405469e..9b5caee 100644 --- a/x11-toolkits/xbae/Makefile +++ b/x11-toolkits/xbae/Makefile @@ -17,7 +17,7 @@ DISTNAME= Xbae-${PORTVERSION} MAINTAINER= ports@freebsd.org COMMENT= A Motif-based widget which displays a grid of cells as a spreadsheet -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 8f0d2ed..6ea23a7 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -17,7 +17,7 @@ COMMENT= A Motif widget set for displaying HTML 3.2 documents LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg -WANT_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:env USE_MOTIF= yes USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/x11-wm/badwm/Makefile b/x11-wm/badwm/Makefile index 603c8a5..36c29ab 100644 --- a/x11-wm/badwm/Makefile +++ b/x11-wm/badwm/Makefile @@ -19,7 +19,7 @@ COMMENT= Window manager based on evilwm DOCDIR= share/doc/${PORTNAME} DOCS= AUTHORS COPYING ChangeLog INSTALL LICENSE README THANKS TODO PLIST= ${WRKDIR}/pkg-plist -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= autoconf:253 USE_GMAKE= y USE_X_PREFIX= y diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile index be7563f..483c4d33 100644 --- a/x11-wm/bbconf/Makefile +++ b/x11-wm/bbconf/Makefile @@ -17,7 +17,7 @@ COMMENT= Configurator for the Blackbox window manager USE_X_PREFIX= yes USE_QT_VER= 3 USE_PERL5_BUILD= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= bbconf.1 diff --git a/x11-wm/blwm/Makefile b/x11-wm/blwm/Makefile index d952703..5e5bc42 100644 --- a/x11-wm/blwm/Makefile +++ b/x11-wm/blwm/Makefile @@ -17,8 +17,7 @@ COMMENT= Portuguese derivative of qvwm, simplified to conserve resources RUN_DEPENDS= xsetbg:${PORTSDIR}/x11/xloadimage -USE_AUTOCONF_VER= 213 -USE_AUTOMAKE_VER= 14 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_PERL5_BUILD=yes GNU_CONFIGURE= yes MAN1= blwm.1x diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index 0b9d94e..06903f5 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -28,7 +28,7 @@ USE_GNOME= gnomehack gnometarget USE_ICONV= yes USE_GETTEXT= yes NO_LATEST_LINK= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/x11-wm/epiwm/Makefile b/x11-wm/epiwm/Makefile index a404911..a6349d3 100644 --- a/x11-wm/epiwm/Makefile +++ b/x11-wm/epiwm/Makefile @@ -24,8 +24,7 @@ CONFIG= icons key menu start style window workspace DOCS= AUTHORS BUGS COPYING ChangeLog EPIwm-0.5.6.lsm INSTALL NEWS \ README TODO PLIST= ${WRKDIR}/pkg-plist -USE_AUTOCONF_VER= 213 -WANT_AUTOMAKE_VER= 14 +USE_AUTOTOOLS= automake:14:env autoconf:213 USE_X_PREFIX= yes post-extract: diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index d69f6a5..7cfb498 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -26,7 +26,7 @@ USE_GNOME= esound lthack USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ EBIN="${X11BASE}/bin" \ CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/x11-wm/expocity/Makefile b/x11-wm/expocity/Makefile index d24eda4..70f6d6a 100644 --- a/x11-wm/expocity/Makefile +++ b/x11-wm/expocity/Makefile @@ -22,7 +22,7 @@ CONFLICTS= metacity* USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_GNOME= gnomeprefix gnomehack gnomehier gconf2 libglade2 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/x11-wm/fluxbox-devel/Makefile b/x11-wm/fluxbox-devel/Makefile index 93de153..bdf254a 100644 --- a/x11-wm/fluxbox-devel/Makefile +++ b/x11-wm/fluxbox-devel/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gnometarget WANT_GNOME= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO MAN1= fbrun.1 fbsetbg.1 fbsetroot.1 fluxbox.1 fluxstyle.1 \ diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile index d0475d1..256a991 100644 --- a/x11-wm/fluxbox/Makefile +++ b/x11-wm/fluxbox/Makefile @@ -37,8 +37,7 @@ CONFIGURE_ARGS+= --enable-kde #.if defined(WITH_REMEMBER) #USE_GMAKE= yes -#WANT_AUTOMAKE_VER= 14 -#CONFIGURE_ENV= AUTOMAKE=automake14 +#USE_AUTOTOOLS= automake:14:env #.endif .if defined(WITH_XINERAMA) || defined(PACKAGE_BUILDING) diff --git a/x11-wm/ion-2/Makefile b/x11-wm/ion-2/Makefile index abcd49d..53c711d 100644 --- a/x11-wm/ion-2/Makefile +++ b/x11-wm/ion-2/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua CONFLICTS= ion-2002* ion-devel-* pwm-* -USE_LIBLTDL= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= DEFINES="${IONDEFINES}" diff --git a/x11-wm/ion3/Makefile b/x11-wm/ion3/Makefile index abcd49d..53c711d 100644 --- a/x11-wm/ion3/Makefile +++ b/x11-wm/ion3/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua CONFLICTS= ion-2002* ion-devel-* pwm-* -USE_LIBLTDL= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= DEFINES="${IONDEFINES}" diff --git a/x11-wm/kahakai/Makefile b/x11-wm/kahakai/Makefile index 7f295b9..e308130 100644 --- a/x11-wm/kahakai/Makefile +++ b/x11-wm/kahakai/Makefile @@ -26,7 +26,7 @@ DEPRECATED= "Development ceased" USE_BZIP2= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_PYTHON= yes USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/x11-wm/libdockapp/Makefile b/x11-wm/libdockapp/Makefile index b3419b3..61b2700 100644 --- a/x11-wm/libdockapp/Makefile +++ b/x11-wm/libdockapp/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-font --without-examples INSTALLS_SHLIB= yes diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile index 3fba6f2..0daef64 100644 --- a/x11-wm/libepplet/Makefile +++ b/x11-wm/libepplet/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_GNOME= imlib USE_GL= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ EBIN="${X11BASE}/bin" \ CPPFLAGS="${CPPFLAGS}" \ diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index fa6df89..9ed07c3 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -28,7 +28,7 @@ USE_XPM= yes USE_PERL5= yes USE_GETTEXT= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile index 9c33678..27c9eda 100644 --- a/x11-wm/wmg/Makefile +++ b/x11-wm/wmg/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 917cf5e..7845d11 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -30,7 +30,7 @@ RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 747c94b..ffce082 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -28,7 +28,7 @@ USE_GETTEXT= yes USE_GNOME= gtk20 gnomehack USE_REINPLACE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index ed557b0..0c800b9 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -30,7 +30,7 @@ USE_GNOME= gnomehack USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile index 6f46799..47af341 100644 --- a/x11-wm/xfce4-systray/Makefile +++ b/x11-wm/xfce4-systray/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 3c8b7cf..35a0499 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -29,7 +29,7 @@ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes USE_XPM= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-xinerama diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index 29e40eb..7ff43868 100644 --- a/x11/alltray/Makefile +++ b/x11/alltray/Makefile @@ -17,7 +17,7 @@ COMMENT= Dock any application with no native tray icon USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LDFLAGS="-L${X11BASE}/lib" diff --git a/x11/brightside/Makefile b/x11/brightside/Makefile index 4e36911..ce88024 100644 --- a/x11/brightside/Makefile +++ b/x11/brightside/Makefile @@ -17,7 +17,7 @@ COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack libwnck libgnomeui CONFIGURE_ARGS= --enable-tray-icon CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile index 8245fb89..a201bc7 100644 --- a/x11/ecore/Makefile +++ b/x11/ecore/Makefile @@ -17,7 +17,7 @@ COMMENT= A core event abstraction library LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas USE_X_PREFIX= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_ICONV= yes USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes diff --git a/x11/electricsheep/Makefile b/x11/electricsheep/Makefile index 53d2eb8..75105dc 100644 --- a/x11/electricsheep/Makefile +++ b/x11/electricsheep/Makefile @@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-2.6.2 USE_X_PREFIX= yes USE_SDL= sdl USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 .if !defined(NOPORTDOCS) MAN1= electricsheep.1 diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 3cb25cc..c32ac15 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ ast.2:${PORTSDIR}/devel/libast USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ diff --git a/x11/gcursor/Makefile b/x11/gcursor/Makefile index 8eda4c0..e4faf56 100644 --- a/x11/gcursor/Makefile +++ b/x11/gcursor/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= file-roller:${PORTSDIR}/archivers/fileroller USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index 143ea84..2da57a1 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gtk12 WANT_GNOME= yes USE_ICONV= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnuregex -liconv" \ diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 0ca73c4..6f7a5dc 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -22,7 +22,7 @@ INSTALLS_OMF= yes USE_RC_SUBR= gdm.sh USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomehier libgnomeui librsvg2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share/gnome \ --with-html-dir=${GNOME_HTML_DIR} \ diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 0eb5a29..1e8a8e6 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -27,7 +27,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix esound gtk12 imlib libxml orbit INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes LIBTOOLFILES= configure libart_lgpl/configure CONFIGURE_ARGS= --disable-test-gnome diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 0eb5a29..1e8a8e6 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -27,7 +27,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix esound gtk12 imlib libxml orbit INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes LIBTOOLFILES= configure libart_lgpl/configure CONFIGURE_ARGS= --disable-test-gnome diff --git a/x11/gtk-themepreview/Makefile b/x11/gtk-themepreview/Makefile index b275128..fe51f11 100644 --- a/x11/gtk-themepreview/Makefile +++ b/x11/gtk-themepreview/Makefile @@ -18,7 +18,7 @@ COMMENT= A small application for preview your theme widgets in one small window GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_GNOME= gtk20 -WANT_AUTOMAKE_VER= 19 +USE_AUTOTOOLS= automake:19:env PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/ThemePreview-2 diff --git a/x11/gtkterm2/Makefile b/x11/gtkterm2/Makefile index c49477d..d1c361b 100644 --- a/x11/gtkterm2/Makefile +++ b/x11/gtkterm2/Makefile @@ -20,7 +20,7 @@ USE_GNOME= gnometarget vte USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" PORTDOCS= README diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index 3f7cc10..809b8f50 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CXXFLAGS+= `imlib2-config --cflags` `freetype-config --cflags` diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 37c8671..dd5e832 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index f092977..8512307 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -25,7 +25,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 7960cd3..d80ee69 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -23,7 +23,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_GNOME= gnomehack pkgconfig INSTALLS_SHLIB= yes diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile index 1ed3739..44b3bd3 100644 --- a/x11/libXcomposite/Makefile +++ b/x11/libXcomposite/Makefile @@ -25,7 +25,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index f2a8d69..b20731d 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -29,7 +29,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL MAN3= Xcursor.3 INSTALLS_SHLIB= yes diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index 58a80cf..14e716b 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -25,7 +25,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index ca4a848..8eb9867 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -25,7 +25,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile index caf85cf..9ec158f 100644 --- a/x11/libXfixes/Makefile +++ b/x11/libXfixes/Makefile @@ -25,7 +25,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 643c11e..bab6a80 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -27,7 +27,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 258d25d..19f4157 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -26,7 +26,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile index 3e7e282..d43c9be 100644 --- a/x11/libXrender/Makefile +++ b/x11/libXrender/Makefile @@ -28,7 +28,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 469d860..4bf3ced 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -29,7 +29,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 8faacf9..463464e 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -24,7 +24,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 62588ca..5844a29 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GNOME= glib20 USE_X_PREFIX= yes diff --git a/x11/libgnomemm/Makefile b/x11/libgnomemm/Makefile index d8b697b..ba62c2a 100644 --- a/x11/libgnomemm/Makefile +++ b/x11/libgnomemm/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnome -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index d6fdf0c..ef4ba0b 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -26,7 +26,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GCC= 3.4 USE_GNOME= gnomehack libgnome -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile index 9df55b5..fdb6f78 100644 --- a/x11/libxfce4mcs/Makefile +++ b/x11/libxfce4mcs/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .if defined(WITH_GTKDOC) BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index 2dbe2ca..6bda003 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .if defined(WITH_GTKDOC) BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 3ec7570..ac259d0 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_GNOME= gnometarget gnomehack libxml2 INSTALLS_SHLIB= yes USE_GETOPT_LONG=yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include CONFIGURE_ARGS= --disable-doxygen \ --with-xkb-base=${X11BASE}/lib/X11/xkb diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile index 23276ce..fef25e3 100644 --- a/x11/mgapdesk/Makefile +++ b/x11/mgapdesk/Makefile @@ -19,7 +19,7 @@ COMMENT= Matrox Powerdesk for *nix USE_X_PREFIX= YES USE_GNOME= gtk12 USE_GMAKE= YES -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 5ac4984..237a7af 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -17,7 +17,7 @@ COMMENT= Multilingual X11 terminal emulator USE_X_PREFIX= yes USE_GNOME= gtk20 lthack -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_REINPLACE= yes USE_PERL5_BUILD=yes CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf --enable-utmp \ diff --git a/x11/multi-aterm/Makefile b/x11/multi-aterm/Makefile index cac30db..3715741 100644 --- a/x11/multi-aterm/Makefile +++ b/x11/multi-aterm/Makefile @@ -14,7 +14,7 @@ MAINTAINER= esn@x123.info COMMENT= A multi terminal based on aterm USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/x11/portoseguro/Makefile b/x11/portoseguro/Makefile index 91b9606..f3e8c39 100644 --- a/x11/portoseguro/Makefile +++ b/x11/portoseguro/Makefile @@ -17,7 +17,7 @@ MAINTAINER= trevor@FreeBSD.org COMMENT= Launch applications by clicking on an icon bar CONFIGURE_ENV= GTKCONFIG=${GTK_CONFIG} -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_X_PREFIX= yes diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile index 19c74b1..29ec49c 100644 --- a/x11/powershell/Makefile +++ b/x11/powershell/Makefile @@ -17,7 +17,7 @@ COMMENT= A terminal emulator for the X11 USE_X_PREFIX= yes USE_GNOME= gnomelibs -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \ LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`" ALL_TARGET= ${PORTNAME} diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 7a0f22e..c852e14 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -22,7 +22,7 @@ DISTNAME= rxvt-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= A low memory usage xterm replacement that supports color -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc USE_PERL5_BUILD=yes USE_X_PREFIX= yes diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 7bb8842..96596bf 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -20,7 +20,7 @@ COMMENT= Library that supports startup notification spec from freedesktop.org USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11/tkXwin/Makefile b/x11/tkXwin/Makefile index 211c272..adf4e7c 100644 --- a/x11/tkXwin/Makefile +++ b/x11/tkXwin/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= tcl${SHORT_TK_VER}:${PORTSDIR}/lang/tcl${SHORT_TK_VER} \ GNU_CONFIGURE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl${TK_VER} \ --with-tclinclude=${LOCALBASE}/include/tcl${TK_VER} \ diff --git a/x11/vdesk/Makefile b/x11/vdesk/Makefile index 85d9fd1..2e67c77 100644 --- a/x11/vdesk/Makefile +++ b/x11/vdesk/Makefile @@ -22,7 +22,7 @@ PLIST_FILES+= share/doc/vdesk/${ii} .endfor .endif USE_X_PREFIX= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 post-extract: # Avoid having to read this lengthy file. diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 2c4b883..c6d95df 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile index 0aaaa92..518bb3f 100644 --- a/x11/xfce4-taskmanager/Makefile +++ b/x11/xfce4-taskmanager/Makefile @@ -15,7 +15,6 @@ COMMENT= A task manager for XFCE BUILD_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= automake:19 autoconf:259 .include <bsd.port.mk> diff --git a/x11/xfce4-trigger-launcher/Makefile b/x11/xfce4-trigger-launcher/Makefile index 2b2c7ba..f5eb453b 100644 --- a/x11/xfce4-trigger-launcher/Makefile +++ b/x11/xfce4-trigger-launcher/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |