Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
This commit is contained in:
Ade Lovett 2004-03-14 06:17:56 +00:00
parent 003520276a
commit 3f651573ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103963
1131 changed files with 1144 additions and 1164 deletions

View file

@ -20,7 +20,7 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo lthack intlhack
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_ARGS= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View file

@ -19,7 +19,7 @@ COMMENT= A GNOME accessibility toolkit (ATK)
USE_BZIP2= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gnomehack glib20
CONFIGURE_ARGS= --enable-static \
--disable-gtk-doc \

View file

@ -23,7 +23,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gconf2 libglade2
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gnomehack libgnomecanvas
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -19,7 +19,7 @@ COMMENT= GNOME screen magnifier
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

View file

@ -19,7 +19,7 @@ COMMENT= GNOME screen magnifier
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

View file

@ -23,7 +23,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui atspi
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -20,7 +20,7 @@ MAN1= katoob.1
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gtk20
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GETOPT_LONG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_AUTOCONF= 213
USE_AUTOCONF_VER= 213
WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION}
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \

View file

@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui lthack
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui lthack
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -24,7 +24,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
USE_GETTEXT= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
LIBTOOLFLAGS= # none
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"

View file

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable speedy, lossless data compression library
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
INSTALLS_SHLIB= yes

View file

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable speedy, lossless data compression library
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
INSTALLS_SHLIB= yes

View file

@ -24,7 +24,7 @@ USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOMAKE_VER=14
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --with-glob
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -liconv"

View file

@ -16,6 +16,6 @@ COMMENT= A program to create encrypted tar archives
PLIST_FILES= bin/sectar
USE_GETOPT_LONG= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
.include <bsd.port.mk>

View file

@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A data compression library with low memory usage during decompression
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --enable-shared
PORTDOCS= COPYING README

View file

@ -14,7 +14,7 @@ MASTER_SITES= http://www.jormas.com/~vesuri/xpk/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= The eXternal PacKer (XPK) library system
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View file

@ -18,7 +18,7 @@ COMMENT= GNOME applet that displays the current phase of the Moon
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomepanel gail gnomehack gnomeprefix
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View file

@ -29,7 +29,7 @@ USE_PERL5= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gtk20
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GCC= 3.2
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib

View file

@ -18,7 +18,7 @@ COMMENT= Astronomical Calculation Library
USE_GNOME= gnometarget lthack
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
post-patch:

View file

@ -17,7 +17,7 @@ COMMENT= MPEG audio analysis toolkit
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
post-patch:

View file

@ -23,7 +23,7 @@ USE_GNOME= glib12 gnomehack gnometarget
WANT_GNOME= yes
USE_GETOPT_LONG=yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \

View file

@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \

View file

@ -16,7 +16,7 @@ COMMENT= Multitrack audio processing software
USE_GMAKE= yes
USE_AUTOMAKE_VER=14
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
INSTALLS_SHLIB= yes

View file

@ -21,7 +21,7 @@ USE_GETOPT_LONG= yes
USE_BZIP2= yes
INSTALLS_SHLIB= yes
USE_GNOME= gnometarget gnomehack
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFLICTS= py*-ro-*

View file

@ -19,7 +19,7 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
USE_X_PREFIX= yes
USE_GNOME= esound imlib gnomehack gnomeprefix
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-alsa

View file

@ -27,7 +27,7 @@ AUTOMAKE_ARGS= --add-missing
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_ARGS= --program-transform-name='' --with-mp4v2

View file

@ -23,7 +23,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
.endif
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
CONFIGURE_ARGS= --enable-sse --enable-3dnow \
--with-libiconv-prefix="${LOCALBASE}" \

View file

@ -18,7 +18,7 @@ INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_GETOPT_LONG= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}"

View file

@ -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_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
INSTALLS_SHLIB= yes

View file

@ -23,7 +23,7 @@ USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget libglade
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lltdl ${PTHREAD_LIBS}" \
MAKEINFO="makeinfo --no-split"

View file

@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= imlib
WANT_GNOME= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

View file

@ -23,7 +23,7 @@ LIB_DEPENDS= gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
GNOME_DESKTOP_VERSION=2

View file

@ -23,7 +23,7 @@ LIB_DEPENDS= gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
GNOME_DESKTOP_VERSION=2

View file

@ -25,8 +25,8 @@ USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= gdkpixbuf
WANT_GNOME= yes
USE_LIBTOOL= yes
USE_AUTOCONF= yes
USE_LIBTOOL_VER= 13
USE_AUTOCONF_VER= 213
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \

View file

@ -25,8 +25,8 @@ USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= gdkpixbuf
WANT_GNOME= yes
USE_LIBTOOL= yes
USE_AUTOCONF= yes
USE_LIBTOOL_VER= 13
USE_AUTOCONF_VER= 213
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \

View file

@ -20,7 +20,7 @@ RUN_DEPENDS= spice3:${PORTSDIR}/cad/spice
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack libxml2 gnomeprefix
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"

View file

@ -14,7 +14,7 @@ MASTER_SITES= http://gtkgep.republika.pl/
MAINTAINER= linimon@lonesome.com
COMMENT= A guitar effects processor for GTK
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GMAKE= yes
USE_GNOME= gtk12
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"

View file

@ -22,7 +22,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
xslt.2:${PORTSDIR}/textproc/libxslt
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE}
WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}

View file

@ -24,7 +24,7 @@ LIB_DEPENDS= shout.3:${PORTSDIR}/audio/libshout2 \
CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
WRKSRC= ${WRKDIR}/ices-2.0-Beta2

View file

@ -17,7 +17,7 @@ COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes

View file

@ -22,7 +22,6 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest

View file

@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-oss --enable-shared
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING)

View file

@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-oss --enable-shared
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING)

View file

@ -16,7 +16,7 @@ COMMENT= Portable audio output library
WANT_GNOME= yes
USE_GNOME= gnomehack pkgconfig
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.if defined(NOPORTDOCS)

View file

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for playing audio CDs
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View file

@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ahze@ahze.net
COMMENT= A library to access data on a CDDB server
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gnomehack pkgconfig
INSTALL_SHLIBS= yes

View file

@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= mad
MAINTAINER= asa@gascom.ru
COMMENT= ID3 tags library (part of MAD project)
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View file

@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= mad
MAINTAINER= asa@gascom.ru
COMMENT= Libmad library (part of MAD project)
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --disable-debugging \
--enable-sso \

View file

@ -18,7 +18,7 @@ COMMENT= MikMod Sound Library
USE_REINPLACE= yes
WANT_GNOME= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GMAKE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
MAKE_ENV= SHELL=/bin/sh

View file

@ -14,7 +14,7 @@ MASTER_SITES= http://www.vorbis.com/files/1.0.1/unix/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Ogg bitstream library
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gnomehack
INSTALLS_SHLIB= yes

View file

@ -18,7 +18,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
fftw.2:${PORTSDIR}/math/fftw
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gcc-pipe

View file

@ -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= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>

View file

@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF)
USE_GNOME= gnomehack gnometarget lthack pkgconfig
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe
INSTALLS_SHLIB= yes

View file

@ -16,7 +16,7 @@ COMMENT= Audio compression codec library
LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gnomehack
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
INSTALLS_SHLIB= yes

View file

@ -22,7 +22,7 @@ LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
WANT_GNOME= yes
USE_GETTEXT= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
ALL_TARGET= all madtime

View file

@ -20,7 +20,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
MODULES?= /modules
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes

View file

@ -23,7 +23,7 @@ LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
CONFIGURE_ARGS= --disable-lirc

View file

@ -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= yes
USE_AUTOCONF_VER= 213
USE_GMAKE= yes
MAN1= rat.1
MANCOMPRESSED= no

View file

@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Cycle-based SID emulator engine
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
INSTALLS_SHLIB= yes

View file

@ -24,7 +24,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"

View file

@ -24,7 +24,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"

View file

@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/tclmidi/tclmidi31.so:${PORTSDIR}/audio/tclmidi
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_AUTOCONF= yes
USE_AUTOCONF_VER= 213
CONFIGURE_ENV= MAKEDEPEND=${TRUE}
CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.2

View file

@ -21,7 +21,7 @@ LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
USE_SDL= sdl
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
INSTALLS_SHLIB= yes

View file

@ -17,7 +17,7 @@ COMMENT= A SDL audio library and player for some popular sound file formats
USE_SDL= sdl
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -20,7 +20,7 @@ LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui gstreamerplugins
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --enable-ignore-missing-cd
pre-everything::

View file

@ -21,7 +21,7 @@ LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

View file

@ -21,7 +21,7 @@ LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

View file

@ -25,7 +25,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
USE_SIZE= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gnomeprefix gnomehier gnomehack gtk12
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= i386 amd64
USE_GETTEXT= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-fPIC -I${LOCALBASE}/include" \

View file

@ -22,7 +22,7 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \

View file

@ -26,7 +26,7 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \
gsm.1:${GSM_DIR}
USE_X_PREFIX= yes
USE_AUTOCONF= yes
USE_AUTOCONF_VER= 213
CONFIGURE_ARGS= --with-gsm=${GSM_WORK}
INSTALL_TARGET= install install-man
MAN1= vat.1

View file

@ -22,7 +22,7 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
vorbis.3:${PORTSDIR}/audio/libvorbis
USE_GETTEXT= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \

View file

@ -15,7 +15,7 @@ COMMENT= Utility for capturing audio streams from programs with OSS output
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
.include <bsd.port.pre.mk>

View file

@ -24,7 +24,7 @@ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
USE_X_PREFIX= yes
WANT_GNOME= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/WINGs"
MAN1= get-wsound-flags.1x getsoundset.1x setsoundset.1x \

View file

@ -18,7 +18,7 @@ COMMENT= X11-based MP3 player with nice graphical interface
USE_XLIB= yes
USE_GNOME= gtk12 esound
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
LIBTOOLFILES= configure libx11amp/configure
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"

View file

@ -28,7 +28,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
USE_GETTEXT= yes
USE_GNOME= gtk20
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \

View file

@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
USE_GNOME= gtk12
USE_AUTOCONF= yes
USE_AUTOCONF_VER= 213
MAN1= xmixer.1
MLINKS= xmixer.1 xgmixer.1

View file

@ -21,7 +21,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${X11BASE}/include"

View file

@ -20,7 +20,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_FILES= lib/xmms/Output/libarts.so

View file

@ -23,7 +23,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"

View file

@ -18,7 +18,7 @@ COMMENT= XMMS Output plugin for crossfading between songs
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GMAKE= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes

View file

@ -25,7 +25,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
FLAC.5:${PORTSDIR}/audio/flac
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \
--with-ogg="${LOCALBASE}" \
--with-xmms-prefix="${X11BASE}"

View file

@ -19,7 +19,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_KDELIBS_VER=3
WRKSRC= ${WRKDIR}/${DISTNAME:S/0.0/0/}
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=

View file

@ -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= yes
USE_LIBTOOL_VER= 13
.include <bsd.port.mk>

View file

@ -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= yes
USE_LIBTOOL_VER= 13
USE_GMAKE= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes

View file

@ -18,8 +18,7 @@ RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity
USE_GNOME= gtk12
USE_X_PREFIX= yes
USE_AUTOMAKE= yes
USE_LIBTOOL= yes
USE_AUTOMAKE_VER= 14
USE_LIBTOOL_VER= 13
.include <bsd.port.mk>

View file

@ -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= yes
USE_LIBTOOL_VER= 13
.include <bsd.port.pre.mk>

View file

@ -20,7 +20,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
USE_X_PREFIX= yes

View file

@ -19,7 +19,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
post-install:
.if !defined(NOPORTDOCS)

View file

@ -22,7 +22,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
PLIST_FILES= lib/xmms/Input/libxmms_sndfile.so
USE_GNOME= gtk12
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_X_PREFIX= yes
GNU_CONFIGURE= yes

View file

@ -21,6 +21,6 @@ PLIST_FILES= lib/xmms/Input/libtfmx.so
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
.include <bsd.port.mk>

View file

@ -22,7 +22,7 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \

View file

@ -22,7 +22,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include -fPIC"
USE_AUTOCONF= yes
USE_AUTOCONF_VER= 213
WANT_GNOME= yes
.include <bsd.port.pre.mk>

View file

@ -23,7 +23,7 @@ USE_GNOME= gnomehack gnometarget gtk20 lthack
WANT_GNOME= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
LIBTOOLFLAGS= # none
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-ipv6

View file

@ -17,7 +17,7 @@ COMMENT= Toolkit for developing bioinformatic related software in C++
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes

View file

@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/gEDA/sym:${PORTSDIR}/cad/geda-symbols
LIB_DEPENDS= geda.20:${PORTSDIR}/cad/libgeda \
guile.15:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gtk12
CONFIGURE_ARGS= --enable-gdgeda
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View file

@ -20,7 +20,7 @@ LIB_DEPENDS= geda.20:${PORTSDIR}/cad/libgeda \
guile.15:${PORTSDIR}/lang/guile
RUN_DEPENDS= ${LOCALBASE}/share/gEDA/sym:${PORTSDIR}/cad/geda-symbols
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gtk12
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"

View file

@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/gEDA/sym:${PORTSDIR}/cad/geda-symbols
LIB_DEPENDS= geda.20:${PORTSDIR}/cad/libgeda \
guile.15:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 13
USE_GNOME= gtk12
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"

Some files were not shown because too many files have changed in this diff Show more