diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
commit | 54a0b86543e9ffa811825f0afecea56e89aac2a5 (patch) | |
tree | f56fb969c6a70f5e63287a4f791d035ab1ef0ddc /audio | |
parent | 1fccb46f1497a538f24ec00f14b7826570bc0a3a (diff) | |
download | ports-54a0b86543e9ffa811825f0afecea56e89aac2a5.tar.gz ports-54a0b86543e9ffa811825f0afecea56e89aac2a5.zip |
Notes
Diffstat (limited to 'audio')
132 files changed, 132 insertions, 154 deletions
diff --git a/audio/Maaate/Makefile b/audio/Maaate/Makefile index 7ce844e7a562..4180cab74b12 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 ffbf2125c36e..c26642985cf9 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 7543e92ad72c..df235f362100 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 86b8d0956a65..da47c2827e7b 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 c42eada17fde..1e35a2ff1151 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 1359cb7e0790..8dabcbc5e6ee 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 33cd4e1808da..cbe1c88f5253 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 e03245f9f9de..19fe31ce74ae 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 993d47f2fe91..ad3a0f44c331 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 993d47f2fe91..ad3a0f44c331 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 fde456c28490..0b0305f99e87 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 c9b67519bde5..bd3b584cda5f 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 25086ace0a09..088de2615636 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 38b72d7ecf1c..f72085917a78 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 6e8a1eb0ef36..f0dcd50b566e 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 56a9028f39c3..a7dffcd299d2 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 d4961d0b37ef..4ee7d78d222e 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 9512d29221ea..1372bc06b6c6 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 bac0ce521723..c58c2d80a2e0 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 87e94377c641..39885abc9491 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 a83103051d40..dfa51b6d4dc0 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 31c025b77984..ac18a6afa86d 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 f60434581b74..8b72fdb8bc25 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 f15c28ad6c04..cfcb0f4ba5a2 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 21b03db02057..e7b0c97f422e 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 b706445147e9..7589cba2b701 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 dfac62a2584d..7011434cac29 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 601017c9dc45..8fc0b08fbc11 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 3da212a6c31a..a5d5fbb5bfc5 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 d8d954668e10..3ef8a88bad3f 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 2606238802ba..47335982de22 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 b0a7f5afef20..e1be182f3894 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 1cca6a055b07..423a744784a8 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 024f9114b478..5e315df8b877 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 717b2a617098..31183f52bdef 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 728b270a26ca..404a5b7c5a2e 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 ff179b4602df..c614c8f0a95d 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 ef240bdef605..d3fff06cddf0 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 b4f5373da3c3..4269f847c285 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 327d3174c95c..212958cbf821 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 2bf124e8cb99..1831debcf532 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 2bf124e8cb99..1831debcf532 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 1b8d0a16042c..7559a5387f07 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 7a4472a59407..3cbcb47095da 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 e9dfd2f7de26..837c6bc45685 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 c04446a87897..6662521edd67 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 fd515a68d27b..bae141d1c688 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 a3cd7912a0ea..33b285cd5569 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 f67f0ffdf28e..491d900b3a17 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 36fcbee6a213..40ec0050250a 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 300403a62c96..2c2d2ca3fcb1 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 927ddf29799a..4bbcadc6603d 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 927ddf29799a..4bbcadc6603d 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 927ddf29799a..4bbcadc6603d 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 927ddf29799a..4bbcadc6603d 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 17ebf0e02a95..3d3b4e1e8a07 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 9353ebf9752d..b17d0bd0c5a5 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 4b28b825e3c0..a27656d2ee2f 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 846bc3e348a4..0e5ed79910e1 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 90f26a25ebc0..faa37e70c685 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 22e8e1f0804f..95f4ca1bf8cd 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 cb7bd074e09f..f931cf2c01c7 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 1a7e896f2a1b..2e5366f4b1d3 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 1a7e896f2a1b..2e5366f4b1d3 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 5c2e275cf8cb..189e8df2caae 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 6b31cd1bc133..eed9117bc9d9 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 7029717ea1e4..6b9966179400 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 ca32f3d71a3a..9a492932d5c2 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 647a882eae9a..fe33709149c0 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 b685a52daeb4..9c44b2049de9 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 db49130cb49d..f5ed411f2d46 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 df2f5276a43a..352cd29bc2fd 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 9c54fb7fca82..da1c8e1f7d86 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 a24dec4444fa..5fc8f9aa95d7 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 0a00aaa564d8..e773fc94fe39 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 9f468869c9dd..773a2ebca6f5 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 3eb850e0b1f2..0f6de5c439b7 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 7d0107bc56ba..0906eba50728 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 8481e1c1916d..d6597db03a45 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 4d6c132105f0..cb38934e5ead 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 fad003365b89..eae0746bbd71 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 63a75f15b8e8..b1474ee5c56b 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 f8650a028179..8809ab7cb5e1 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 d914c2185684..0c2325924945 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 b8afa7e3deda..d8e23ca80312 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 b60ca786bff1..9b01da618b05 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 95eb9a82e4f1..cc614b92345e 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 3a8e421532ae..bd822c4a3fb7 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 62bfaae7b98e..eca0ef0bf27a 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 1d274a6b4b87..dcfba2d1306a 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 504e2eccb71a..a196f9f79d4e 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 3638cc5f491a..f1a9be7a7976 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 1015ef8e6c1f..65dd69b62a91 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 4707c6036ab8..2fdbc5e7443f 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 76e7bac29c83..4548598934bf 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 69f9e6a22b36..5acaad909065 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 a1012a3209c7..2b6eb73defc7 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 97ca722aaf4a..dcabef94cc45 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 b835b3759030..885645debfef 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 38c7a436fcfd..f33e4ab4a198 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 b0e4658e3237..f20224521a3c 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 61b0914bf699..076ab22fbb60 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 31b6ac69877b..3948a784597a 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 361764987f2a..8ec6d1c7dfa4 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 bbd2a6e025a2..02e776247a5f 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 b4b30a0165a8..a1b9cd84de16 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 5a2e4454537d..dda72e15fa4b 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 56258eb9a5b2..bda7ceeae550 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 6a55eeca607c..4e1051f8d48b 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 358a9a1c4c2d..9b93e29669bd 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 3ecb5cd3a82b..ad7827299e8a 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 a94acd76e41a..99b8da39b203 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 aa030352fe4d..42922006cc7c 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 829379c0e13f..f00910ea3d8a 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 87932e207043..09e3a8844d41 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 20558e4d4c8c..5eb570e45be5 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 77fba645acb1..feca12bf2da8 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 cc99bc0b50d2..7fd2809a88e3 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 0c71deb39981..b6c777fc584f 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 45533df354ef..581941377cb4 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 4cc2c7bf9213..94717af88b96 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 08f2cb0b3ea3..1a6777d96433 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 735b25f01a10..5c84ff912f27 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 a2a201400b1c..9a0386d5f5a0 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 de26391d6fdc..6ccdcf2109db 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 5b243ae76746..a9f20ee6b7b2 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 4477d10ffdcc..5aad8eb1c43a 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 e6d12200220b..1f6e3bdf36fc 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 a1012a3209c7..2b6eb73defc7 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 0790bf4c71af..02934733ef4f 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 362d0c06fd71..b7961bcd40d0 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 429f800040a5..36e93d4c6010 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 |