diff options
Diffstat (limited to 'devel')
135 files changed, 136 insertions, 136 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index c4a0c6a1249c..5257b0313910 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 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 2284fea447d5..0fa37b24407d 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= yes +USE_LIBTOOL_VER= 13 USE_GNOME= gnomehack libidl CONFIGURE_ARGS= --disable-indent \ --with-html-dir=${PREFIX}/share/doc \ diff --git a/devel/adacurses/Makefile b/devel/adacurses/Makefile index ae6398d24c49..9d3a7b7689bd 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= yes +USE_LIBTOOL_VER= 13 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 6c657e3f693d..f195f43c5a36 100644 --- a/devel/alf/Makefile +++ b/devel/alf/Makefile @@ -16,6 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Abstract Large File USE_PYTHON= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 .include <bsd.port.mk> diff --git a/devel/arm-aout-binutils/Makefile b/devel/arm-aout-binutils/Makefile index 200c7ade066f..9837008fae8f 100644 --- a/devel/arm-aout-binutils/Makefile +++ b/devel/arm-aout-binutils/Makefile @@ -20,7 +20,7 @@ COMMENT= FSF Binutils for embedded ARM cross-development USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS= --target=arm-aout -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ gas/configure gprof/configure intl/configure ld/configure \ libiberty/configure opcodes/configure diff --git a/devel/arm-elf-binutils/Makefile b/devel/arm-elf-binutils/Makefile index 5e7062e07916..ac7597efe902 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 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 6c8d18e3dfc2..330e38b865c2 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 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 1e4857daa5c2..7273ae960350 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -17,7 +17,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A C++ reference implementation of the Atlas protocol USE_REINPLACE= YES -USE_LIBTOOL= YES +USE_LIBTOOL_VER= 13 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile index 1e4857daa5c2..7273ae960350 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= YES +USE_LIBTOOL_VER= 13 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 74e1b1c360d2..f18a5de3c57a 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/binutils-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS= --target=avr -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ gas/configure gprof/configure intl/configure ld/configure \ libiberty/configure opcodes/configure diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index c3f93b7fe9c3..22b732b02432 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -14,7 +14,7 @@ DISTNAME= gc${PORTVERSION:S/.a/alpha/} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Garbage collection and memory leak detection for C and C++ -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_REINPLACE= yes HAS_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile index d7daf81f253d..e9cd16e2fa07 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/bugbuddy2/Makefile b/devel/bugbuddy2/Makefile index ea44cbc326d9..7d7135716e49 100644 --- a/devel/bugbuddy2/Makefile +++ b/devel/bugbuddy2/Makefile @@ -20,7 +20,7 @@ COMMENT= A bug reporting tool for GNOME 2 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= gnomeprefix gnomehack gnomedesktop intlhack GNOME_DESKTOP_VERSION=2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile index 17ba9c98d0aa..a8aef5b79597 100644 --- a/devel/clanlib-devel/Makefile +++ b/devel/clanlib-devel/Makefile @@ -30,7 +30,7 @@ USE_PERL5_BUILD= yes USE_XLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 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 b3b9c0549297..d9a5af7cb99c 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" INSTALLS_SHLIB= yes diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 30ee79ff19de..82dd99a3f493 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -30,7 +30,7 @@ DOCS= ChangeLog LICENSE README EXAMPLES= cvsgraphwrapper.php3 mkimage.php3 NOT_FOR_ARCHS= alpha amd64 ia64 PLIST= ${WRKDIR}/pkg-plist -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-freetype2-inc=${X11BASE}/include/freetype2/freetype \ --with-freetype2-lib=${X11BASE}/lib \ diff --git a/devel/cvsnt/Makefile b/devel/cvsnt/Makefile index dcf1a3db905b..9b8048e10c74 100644 --- a/devel/cvsnt/Makefile +++ b/devel/cvsnt/Makefile @@ -16,7 +16,7 @@ COMMENT= CVS clone LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --enable-fork CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GETOPT_LONG=yes diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile index 5b54a9e431a3..09b1304f2832 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= yes +USE_LIBTOOL_VER= 13 USE_GMAKE= yes INSTALLS_SHLIB= yes USE_PERL5= yes diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile index b005720fcfbe..2e7b65ac1a79 100644 --- a/devel/e4graph/Makefile +++ b/devel/e4graph/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/all USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} --enable-tcl \ --with-expat=${LOCALBASE} --enable-xml diff --git a/devel/erlslang/Makefile b/devel/erlslang/Makefile index 88ecb2f43849..007d2f8f2013 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= yes +USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes CONFIGURE_WRKSRC=${WRKSRC}/config diff --git a/devel/fam/Makefile b/devel/fam/Makefile index 1d09eb28d487..6863ebdeaf95 100644 --- a/devel/fam/Makefile +++ b/devel/fam/Makefile @@ -21,7 +21,7 @@ COMMENT= A file alteration monitor CFLAGS+= -Wno-deprecated USE_AUTOMAKE_VER=15 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 23059d88e197..e0298d756cb3 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= yes +USE_LIBTOOL_VER= 13 ONLY_FOR_ARCHS= i386 alpha ia64 MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 diff --git a/devel/florist/Makefile b/devel/florist/Makefile index c5f005c4691f..33b9561033bc 100644 --- a/devel/florist/Makefile +++ b/devel/florist/Makefile @@ -18,7 +18,7 @@ COMMENT= FSU implementation of POSIX.5 BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 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 770ae2fdfa67..b92603340b35 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} INFO= g-wrap -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GMAKE= yes USE_GNOME= gtk12 INSTALLS_SHLIB= yes diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 04948a9050ac..e570c9d8423a 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index dee903d004be..0683c72397e2 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomehier orbit2 gtk20 libxml2 linc INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/gconfmm/Makefile b/devel/gconfmm/Makefile index 7c3fd48dc375..a946f7d1fdf1 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 gconf2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index 7c3fd48dc375..a946f7d1fdf1 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gconf2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/gengameng/Makefile b/devel/gengameng/Makefile index c290e62ade36..582a25e37522 100644 --- a/devel/gengameng/Makefile +++ b/devel/gengameng/Makefile @@ -15,7 +15,7 @@ COMMENT= An SDL game engine library USE_SDL= image sdl USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --program-prefix="" CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \ diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index 6a84648475e4..9c3b3f6b505a 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -19,7 +19,7 @@ COMMENT= A user interface builder for GTK+/GNOME USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= gnomeprefix gnomehack libgnomedb libgnomeui USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/glademm/Makefile b/devel/glademm/Makefile index 6a27382b9fe1..76b9ef3030b6 100644 --- a/devel/glademm/Makefile +++ b/devel/glademm/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnometarget -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GETOPT_LONG= yes .include <bsd.port.pre.mk> diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile index 09c29a0f7531..33049fc82c8d 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12 diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 74653f48b586..398371d2fb96 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -25,7 +25,7 @@ NO_LATEST_LINK= yes USE_BZIP2= yes USE_GETTEXT= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile index 478587cd2120..2b20a7ae5edb 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 gnometarget libgnomeui gnomevfs2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-compile-warnings=no diff --git a/devel/gnome-crash/Makefile b/devel/gnome-crash/Makefile index d9468a2cc1d2..0c0c501e6e00 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= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 42be2a4c4a1c..cab5c551175a 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomemimedata gconf2 libbonobo USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl" \ diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile index 4193162071f2..2179fe08f446 100644 --- a/devel/gnome-vfsmm/Makefile +++ b/devel/gnome-vfsmm/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomevfs2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/gnomebuild/Makefile b/devel/gnomebuild/Makefile index 478587cd2120..2b20a7ae5edb 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 gnometarget libgnomeui gnomevfs2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-compile-warnings=no diff --git a/devel/gnomecrash/Makefile b/devel/gnomecrash/Makefile index d9468a2cc1d2..0c0c501e6e00 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= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gnomevfs-extras/Makefile b/devel/gnomevfs-extras/Makefile index 8bf024e76568..aef7bd903576 100644 --- a/devel/gnomevfs-extras/Makefile +++ b/devel/gnomevfs-extras/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --without-rio500 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 42be2a4c4a1c..cab5c551175a 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomemimedata gconf2 libbonobo USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl" \ diff --git a/devel/korelib/Makefile b/devel/korelib/Makefile index 60ef0378822d..0442364aa59f 100644 --- a/devel/korelib/Makefile +++ b/devel/korelib/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A cross-platform C++ library for developing modular applications USE_KDELIBS_VER=3 -USE_AUTOMAKE= yes +USE_AUTOMAKE_VER= 14 USE_GMAKE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile index bc94405320c9..339a6a10d030 100644 --- a/devel/kyra/Makefile +++ b/devel/kyra/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_SDL= image sdl GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index e0e7065ca1d1..23fb9948ecb8 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= yes +USE_LIBTOOL_VER= 13 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 3817c88cf9a2..867a80de1db8 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -15,8 +15,8 @@ DISTNAME= libPropList-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Property library for gnome and Window Maker -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 .include <bsd.port.mk> diff --git a/devel/libargparse/Makefile b/devel/libargparse/Makefile index 533c7eab0664..7c23f45a8a1d 100644 --- a/devel/libargparse/Makefile +++ b/devel/libargparse/Makefile @@ -15,6 +15,6 @@ MASTER_SITE_SUBDIR= aqsis MAINTAINER= ports@FreeBSD.org COMMENT= A command line argument parser library -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 .include <bsd.port.mk> diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index 9caea782e6be..fd347c5c5dd1 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack lthack gnomeprefix gnometarget glib20 libxml2 pkgconfig -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 6b7373f7ebaa..cd7ea21ad706 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ USE_X_PREFIX= yes USE_FREETYPE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/devel/libbonobomm/Makefile b/devel/libbonobomm/Makefile index 68898fa32cb1..daf610cac3d1 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 libbonobo -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/libcapsinetwork/Makefile b/devel/libcapsinetwork/Makefile index 7723212421ac..dceefaa6d20c 100644 --- a/devel/libcapsinetwork/Makefile +++ b/devel/libcapsinetwork/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://unixcode.org/downloads/libcapsinetwork/ MAINTAINER= petef@FreeBSD.org COMMENT= Network library aimed at easy development of C++ server daemons -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile index 16d0f8f1f307..41f6022b62be 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} -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 LIBTOOLFILES= # none USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" MKDIR="${MKDIR}" \ diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile index d923035e6b4d..68032f3d4758 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@freedom.ie.cycu.edu.tw COMMENT= Foreign Function Interface -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= # empty diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index d923035e6b4d..68032f3d4758 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/libffi/ MAINTAINER= horance@freedom.ie.cycu.edu.tw COMMENT= Foreign Function Interface -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= # empty diff --git a/devel/libfs++/Makefile b/devel/libfs++/Makefile index 6957504f1983..a88304f6db26 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= yes +USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/libghthash/Makefile b/devel/libghthash/Makefile index b115d5dc8481..f72c5a4bcdcd 100644 --- a/devel/libghthash/Makefile +++ b/devel/libghthash/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.student.lu.se/~etn97ksi/sim_home/filer/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic Hash Table -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 2533350df5ec..e2fc89e81c56 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_PYTHON= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= gnomehack libxml2 gtk20 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/libglademm/Makefile b/devel/libglademm/Makefile index 40840b29ea36..39ff762c2b84 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= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile index 40840b29ea36..39ff762c2b84 100644 --- a/devel/libglademm24/Makefile +++ b/devel/libglademm24/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libglade2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index aaf953f8e41f..7cfd1eb751c1 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack libbonobo gnomevfs2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ --disable-gtk-doc --with-gnome --with-bz2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/libical/Makefile b/devel/libical/Makefile index 91f978a6dd75..d9cc0b04a598 100644 --- a/devel/libical/Makefile +++ b/devel/libical/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://osdn.dl.sourceforge.net/sourceforge/freeassociation/ MAINTAINER= joe@zircon.seattle.wa.us COMMENT= An implementation of the IETF's Calendaring and Scheduling protocols -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GMAKE= yes USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index c3a4e4410a0b..34404f64f902 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt USE_GETTEXT= yes USE_PERL5_BUILD= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/libmimedir/Makefile b/devel/libmimedir/Makefile index 4382d262956d..39974868ec9f 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= yes +USE_LIBTOOL_VER= 13 USE_BISON= yes INSTALLS_SHLIB= yes diff --git a/devel/libol/Makefile b/devel/libol/Makefile index c76019070af6..57f21664d0e5 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= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile index 011446f05095..731068e98a40 100644 --- a/devel/liboop/Makefile +++ b/devel/liboop/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ USE_BZIP2= yes USE_GNOME= glib12 glib20 gnomehack gnometarget -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-libwww diff --git a/devel/libopendaap/Makefile b/devel/libopendaap/Makefile index d52bd0a431cc..3c2c7f8ac3d3 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_REINPLACE= yes USE_GNOME= gnomehack pkgconfig lthack -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GCC= 3.3 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile index 079f1b5013c5..78b42121eb05 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= yes +USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 469991c40db7..558fd6288c2b 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -18,7 +18,7 @@ MASTER_SITE_SUBDIR= libsigc \ MAINTAINER= gnome@FreeBSD.org COMMENT= Callback Framework for C++ -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes USE_GNOME= gnomehack diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile index 86e0ff425f5e..1c7134bf14d1 100644 --- a/devel/libsigc++12/Makefile +++ b/devel/libsigc++12/Makefile @@ -24,6 +24,6 @@ USE_GMAKE= yes LATEST_LINK= libsigc++12 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 .include <bsd.port.mk> diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 86e0ff425f5e..1c7134bf14d1 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -24,6 +24,6 @@ USE_GMAKE= yes LATEST_LINK= libsigc++12 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 .include <bsd.port.mk> diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 6d6c41fb85bd..87142e6237dc 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_OPENSSL= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 6d6c41fb85bd..87142e6237dc 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_OPENSSL= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 53291bfafe39..7fca8df1085a 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -20,7 +20,7 @@ COMMENT= Provides a useful interface to system statistics DIST_SUBDIR= i-scream GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= gnomehack pkgconfig lthack MAN3= cpu_percent_usage.3 get_cpu_diff.3 get_cpu_totals.3 \ diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index 943b0f375c43..5bcc479247fe 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= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/libtecla/Makefile b/devel/libtecla/Makefile index b846e4a14918..560cb73dffdc 100644 --- a/devel/libtecla/Makefile +++ b/devel/libtecla/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Interactive command line editing facilities USE_SUBMAKE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile index f4e84fe0b747..3cf36e5987b2 100644 --- a/devel/libticalcs/Makefile +++ b/devel/libticalcs/Makefile @@ -24,7 +24,7 @@ USE_GETTEXT= yes USE_GNOME= glib20 USE_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/devel/libtifiles/Makefile b/devel/libtifiles/Makefile index 03b9579afbe1..a7cc6b707f27 100644 --- a/devel/libtifiles/Makefile +++ b/devel/libtifiles/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes USE_GETTEXT= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile index cad8c74c54bd..db20f4ea3c6b 100644 --- a/devel/libukcprog/Makefile +++ b/devel/libukcprog/Makefile @@ -22,7 +22,7 @@ MAN3= ukcprog.3 DIST_SUBDIR= i-scream GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= gnomehack .include <bsd.port.mk> diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index 10b52c070ce9..20b20764d70d 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -19,7 +19,7 @@ COMMENT= A library for manipulating Unicode characters and strings USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile index 696339577ef5..85babb41df55 100644 --- a/devel/libuta/Makefile +++ b/devel/libuta/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ OPTIONS= SDL_MIXER "music and sound support" off USE_FREETYPE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_SDL= sdl GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile index ed049af85ac1..6cc2ca9132d0 100644 --- a/devel/libvanessa_adt/Makefile +++ b/devel/libvanessa_adt/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger INSTALLS_SHLIB= YES -USE_LIBTOOL= YES +USE_LIBTOOL_VER= 13 USE_REINPLACE= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/libvanessa_logger/Makefile b/devel/libvanessa_logger/Makefile index 35df512b772b..9d3c1a044659 100644 --- a/devel/libvanessa_logger/Makefile +++ b/devel/libvanessa_logger/Makefile @@ -18,6 +18,6 @@ COMMENT= Library that provides a generic logging layer MAN1= vanessa_logger_sample.1 INSTALLS_SHLIB= YES -USE_LIBTOOL= YES +USE_LIBTOOL_VER= 13 .include <bsd.port.mk> diff --git a/devel/libvanessa_socket/Makefile b/devel/libvanessa_socket/Makefile index 268af86d727d..6146d3f3131f 100644 --- a/devel/libvanessa_socket/Makefile +++ b/devel/libvanessa_socket/Makefile @@ -23,7 +23,7 @@ MAN1= vanessa_socket_pipe.1 INSTALLS_SHLIB= YES -USE_LIBTOOL= YES +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/libzt/Makefile b/devel/libzt/Makefile index a9599409e84f..7b63fd3517b4 100644 --- a/devel/libzt/Makefile +++ b/devel/libzt/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of utility code for C application/server development GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_REINPLACE= yes USE_GETOPT_LONG= yes INSTALLS_SHLIB= yes diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile index 4abcaf1583f2..d7bce40ad93f 100644 --- a/devel/libzvbi/Makefile +++ b/devel/libzvbi/Makefile @@ -23,7 +23,7 @@ USE_GETTEXT= yes USE_X_PREFIX= yes USE_BZIP2= yes USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index 911c90dd93c8..0bec45bb7c1d 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= yes +USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 481aec406c5c..6857dfc37d33 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A userspace thread library USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/mingw-binutils/Makefile b/devel/mingw-binutils/Makefile index 9464a6103b8a..6437d261351d 100644 --- a/devel/mingw-binutils/Makefile +++ b/devel/mingw-binutils/Makefile @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-20011113 USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --target=i386-mingw32msvc MAN1= i386-mingw32msvc-addr2line.1 \ diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index d8b9860598e4..7b00d5787858 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -33,7 +33,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} #USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 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 1dde94860602..794360defba3 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -44,7 +44,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 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 d1281215ab97..d675791afc15 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 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 2156fa715a3d..0bbbaae0f2e1 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 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 27e911632864..8e5a324a8ea4 100644 --- a/devel/msp430-binutils/Makefile +++ b/devel/msp430-binutils/Makefile @@ -25,7 +25,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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 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 3abf12d9531b..05112793e0e6 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --enable-languages=c --disable-nls MAKE_ENV= PATH=${PREFIX}/bin:${PATH} diff --git a/devel/msp430-gcc3/Makefile b/devel/msp430-gcc3/Makefile index 3abf12d9531b..05112793e0e6 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --enable-languages=c --disable-nls MAKE_ENV= PATH=${PREFIX}/bin:${PATH} diff --git a/devel/msp430-gdb/Makefile b/devel/msp430-gdb/Makefile index 02aa49024d00..4f26f26b4d90 100644 --- a/devel/msp430-gdb/Makefile +++ b/devel/msp430-gdb/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${GDBVERSION} USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} MAKE_ENV= PATH=${PREFIX}/bin:${PATH} LIBTOOLFILES= configure opcodes/configure bfd/configure diff --git a/devel/openzz/Makefile b/devel/openzz/Makefile index b88953676625..7169752560a9 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= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/orbitcpp/Makefile b/devel/orbitcpp/Makefile index ecaae0636d6c..2c60624e1fa4 100644 --- a/devel/orbitcpp/Makefile +++ b/devel/orbitcpp/Makefile @@ -17,7 +17,7 @@ COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB USE_BZIP2= yes USE_GNOME= gnomehack orbit2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index 321a676168cb..06937f29cc20 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile index 591668882b57..093ac8041bf9 100644 --- a/devel/ossp-cfg/Makefile +++ b/devel/ossp-cfg/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile index 262315c9bef9..313d1cea3e49 100644 --- a/devel/ossp-ex/Makefile +++ b/devel/ossp-ex/Makefile @@ -20,7 +20,7 @@ COMMENT= OSSP ex is a small exception handling library for use in C USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index 32ddd809bc98..57187ae3b49a 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 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile index 6c8387ba237d..ff1da81ec13a 100644 --- a/devel/ossp-val/Makefile +++ b/devel/ossp-val/Makefile @@ -20,7 +20,7 @@ COMMENT= OSSP val is a flexible name to value mapping library for C variables USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile index 9f9f18e132e9..0f0ac3dd8c9d 100644 --- a/devel/ossp-var/Makefile +++ b/devel/ossp-var/Makefile @@ -20,7 +20,7 @@ COMMENT= A flexible, full-featured and fast variable expansion library USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index 5d397687e5ef..3503300f27d8 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -22,7 +22,7 @@ PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config USE_SIZE= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="`${PCRE_CONFIG} --cflags`" \ LDFLAGS="`${PCRE_CONFIG} --libs`" INSTALLS_SHLIB= yes diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 7159220b5185..e73fa6fcb355 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -16,7 +16,7 @@ COMMENT= A smartcard development library GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile index 661db886e86e..9c6750ce3134 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= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 661db886e86e..9c6750ce3134 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= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index a3b52d06d853..908b51dfe664 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -18,7 +18,7 @@ COMMENT= A utility used to retrieve information about installed libraries USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 LIBTOOLFILES= glib-1.2.8/configure LIBTOOLFLAGS= --disable-ltlibs \ --disable-shared diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index a3b52d06d853..908b51dfe664 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -18,7 +18,7 @@ COMMENT= A utility used to retrieve information about installed libraries USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 LIBTOOLFILES= glib-1.2.8/configure LIBTOOLFLAGS= --disable-ltlibs \ --disable-shared diff --git a/devel/popt/Makefile b/devel/popt/Makefile index d7e8aa932efc..aabc7e3dbb4b 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A getopt(3) like library with a number of enhancements, from Redhat USE_GETTEXT= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_REINPLACE= yes USE_SIZE= yes INSTALLS_SHLIB= yes diff --git a/devel/poslib/Makefile b/devel/poslib/Makefile index cdf15b5f914b..2ad0e0621575 100644 --- a/devel/poslib/Makefile +++ b/devel/poslib/Makefile @@ -17,7 +17,7 @@ COMMENT= Posadis C++ DNS library GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes PLIST_SUB= VERSION="${PORTVERSION}" diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index 0786e346d9a1..bdbfa1d20888 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-debugging \ --enable-optimization \ diff --git a/devel/privman/Makefile b/devel/privman/Makefile index 4f9cc53d823d..136979c0558e 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -14,7 +14,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Library that makes it easy for programs to use privilege separation GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_SIZE= yes diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile index 6dda04869df5..5e80a5756519 100644 --- a/devel/py-orbit2/Makefile +++ b/devel/py-orbit2/Makefile @@ -23,6 +23,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack orbit2 USE_PYTHON= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 .include <bsd.port.mk> diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile index e5c66ac5a4b1..344220b00a1a 100644 --- a/devel/qtez/Makefile +++ b/devel/qtez/Makefile @@ -19,7 +19,7 @@ USE_PERL5= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_QT_VER= 2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= QTDIR="${X11BASE}" QTEZ="${DATADIR}" MSG2QM="${MOC}" MAKE_ENV= QTEZ="${DATADIR}" INSTALLS_SHLIB= yes diff --git a/devel/regexx/Makefile b/devel/regexx/Makefile index f25e443b3e3e..7c0f7a3292ff 100644 --- a/devel/regexx/Makefile +++ b/devel/regexx/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_GMAKE= yes USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index fdcf830f3b5d..22ef7ea11a6d 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= yes +USE_LIBTOOL_VER= 13 WANT_GNOME= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index 8fa25033371c..a23e5d58deeb 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -18,7 +18,7 @@ COMMENT= C++ library for SDTS related development BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include diff --git a/devel/shapelib/Makefile b/devel/shapelib/Makefile index 15689471185f..20ba7c85e6fd 100644 --- a/devel/shapelib/Makefile +++ b/devel/shapelib/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://gdal.velocet.ca/pub/outgoing/ MAINTAINER= ports@FreeBSD.org COMMENT= C API for reading and writing ArcView Shapefiles -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 LIBTOOLFILES= # none ALL_TARGET= lib INSTALLS_SHLIB= yes diff --git a/devel/soup/Makefile b/devel/soup/Makefile index 6cb26d3092c7..29395a45bf2c 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/styx/Makefile b/devel/styx/Makefile index 0cde51393673..8c9855b395ca 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= yes +USE_LIBTOOL_VER= 13 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/swarm/Makefile b/devel/swarm/Makefile index e4c2f0dbb263..cd243fb1c610 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS= i386 USE_JAVA= 1.3+ USE_GMAKE= yes USE_XPM= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_REINPLACE= yes INSTALLS_SHLIB= yes TK_VER?= 8.4 diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 5d92e3f11b47..5c22a13a9fa8 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -98,7 +98,7 @@ CONFIGURE_ARGS += --without-java INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME:U} -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC" ALL_TARGET= swig runtime PLIST_SUB+= VER="${VER}" diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 5d92e3f11b47..5c22a13a9fa8 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -98,7 +98,7 @@ CONFIGURE_ARGS += --without-java INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME:U} -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC" ALL_TARGET= swig runtime PLIST_SUB+= VER="${VER}" diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile index 06eaf06e05b0..6f01ebdb4015 100644 --- a/devel/t1lib/Makefile +++ b/devel/t1lib/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Type 1 Rasterizer Library for UNIX/X11 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .if !defined(WITHOUT_X11) diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index 93d306fa13fa..4f24faae0c8c 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes MANN= tclreadline.n diff --git a/devel/titano/Makefile b/devel/titano/Makefile index 80fb24c77af3..b9be869ae160 100644 --- a/devel/titano/Makefile +++ b/devel/titano/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes USE_GNOME= gnomelibs USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 .include <bsd.port.pre.mk> diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index 81778778d90a..59f7cc361677 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -16,7 +16,7 @@ COMMENT= A Configuration System for the STAGE Server LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -USE_LIBTOOL= YES +USE_LIBTOOL_VER= 13 USE_REINPLACE= YES GNU_CONFIGURE= YES INSTALLS_SHLIB= YES diff --git a/devel/veepee/Makefile b/devel/veepee/Makefile index 674a75acdb64..40a6e28696cd 100644 --- a/devel/veepee/Makefile +++ b/devel/veepee/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd USE_GNOME= gnomelibs USE_XLIB= yes USE_PYTHON= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_REINPLACE= yes CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} ${PYTHON_LIBS}" CONFIGURE_ARGS= --with-gd-includes=${LOCALBASE}/include \ diff --git a/devel/vstr/Makefile b/devel/vstr/Makefile index e749b4eb3a6c..82b86ce78f07 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile index 696339577ef5..85babb41df55 100644 --- a/devel/wftk/Makefile +++ b/devel/wftk/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ OPTIONS= SDL_MIXER "music and sound support" off USE_FREETYPE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_SDL= sdl GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile index 72c50fdc9f02..424e558ca698 100644 --- a/devel/xparam/Makefile +++ b/devel/xparam/Makefile @@ -18,7 +18,7 @@ COMMENT= A general-purpose tool for parameter handling in C++ USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/xxl/Makefile b/devel/xxl/Makefile index 62c6544e0606..14be939fc83a 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile index d0b732df8ab4..184fe5bea926 100644 --- a/devel/zthread/Makefile +++ b/devel/zthread/Makefile @@ -19,7 +19,7 @@ COMMENT= A platform-independent object-oriented C++ threading library GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index 89f4ab33cc35..0502862e3c5e 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_LIBTOOL= yes +USE_LIBTOOL_VER= 13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |