diff options
105 files changed, 110 insertions, 1 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 4fece4645a04..7dea220aa75c 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -20,7 +20,7 @@ COMMENT= Transparently handles automatic compression and decompression of files #LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes -USE_AUTOTOOLS= libltdl:15 +USE_AUTOTOOLS= libtool:15 libltdl:15 USE_GNOME= gnomehack gnometarget pkgconfig CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index 6cd1c57da2a9..7d6f5b68e2bd 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/Makefile @@ -16,6 +16,7 @@ COMMENT= C++ class framework for manipulating audio files LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget GNU_CONFIGURE= yes USE_GCC= 3.4+ diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 6cd1c57da2a9..7d6f5b68e2bd 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -16,6 +16,7 @@ COMMENT= C++ class framework for manipulating audio files LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget GNU_CONFIGURE= yes USE_GCC= 3.4+ diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index 1c2cc3432b66..d9142aca4ea5 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -17,6 +17,7 @@ COMMENT= AdLib emulator library supporting many formats LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GCC= 3.4+ diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 0d0f04a723a3..fb5e60c5080b 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.xiph.org/ao/src/ MAINTAINER= naddy@FreeBSD.org COMMENT= Portable audio output library +USE_AUTOTOOLS= libtool:15 WANT_GNOME= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes diff --git a/audio/libao/pkg-plist b/audio/libao/pkg-plist index 679dfc3fce13..482dd5fbc671 100644 --- a/audio/libao/pkg-plist +++ b/audio/libao/pkg-plist @@ -2,15 +2,20 @@ include/ao/ao.h include/ao/os_types.h include/ao/plugin.h +lib/libao.a lib/libao.la lib/libao.so lib/libao.so.3 +%%ARTS%%lib/ao/plugins-2/libarts.a %%ARTS%%lib/ao/plugins-2/libarts.la %%ARTS%%lib/ao/plugins-2/libarts.so +lib/ao/plugins-2/liboss.a lib/ao/plugins-2/liboss.la lib/ao/plugins-2/liboss.so +%%ESOUND%%lib/ao/plugins-2/libesd.a %%ESOUND%%lib/ao/plugins-2/libesd.la %%ESOUND%%lib/ao/plugins-2/libesd.so +%%NAS%%lib/ao/plugins-2/libnas.a %%NAS%%lib/ao/plugins-2/libnas.la %%NAS%%lib/ao/plugins-2/libnas.so libdata/pkgconfig/ao.pc diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index dc1051adcec3..d4ea974fa8cc 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -17,6 +17,7 @@ DISTNAME= audiofile-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for SGI audio file +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/audio/libaudiofile/pkg-plist b/audio/libaudiofile/pkg-plist index 827dbdb974db..87f2dcebcb9a 100644 --- a/audio/libaudiofile/pkg-plist +++ b/audio/libaudiofile/pkg-plist @@ -5,6 +5,7 @@ include/af_vfs.h include/audiofile.h include/aupvlist.h lib/libaudiofile.a +lib/libaudiofile.la lib/libaudiofile.so lib/libaudiofile.so.0 libdata/pkgconfig/audiofile.pc diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index 4f70f183f4ff..d175f5df5622 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= A library for playing audio CDs +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index d94ec3a3584a..3f0a9374f533 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= mad MAINTAINER= dinoex@FreeBSD.org COMMENT= Libmad library (part of MAD project) +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index 5543abe4a1cf..cc0fb7ff50f6 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ expat.6:${PORTSDIR}/textproc/expat2 \ curl.4:${PORTSDIR}/ftp/curl +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile index e022ed3d7db9..273a33abb4e2 100644 --- a/audio/liboggz/Makefile +++ b/audio/liboggz/Makefile @@ -15,6 +15,7 @@ COMMENT= Simple Ogg API LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 41c77baae6b4..81274673a6c4 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -17,6 +17,7 @@ COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ fftw3.4:${PORTSDIR}/math/fftw3 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 090ed0c29c29..04ae75f460ac 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -16,6 +16,7 @@ COMMENT= Monkey's Audio lossless codec BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static diff --git a/audio/mac/pkg-plist b/audio/mac/pkg-plist index b3363aa02651..d937cf104581 100644 --- a/audio/mac/pkg-plist +++ b/audio/mac/pkg-plist @@ -20,6 +20,7 @@ include/mac/NoWindows.h include/mac/SmartPtr.h include/mac/StdLibFileIO.h include/mac/config.h +lib/libmac.a lib/libmac.la lib/libmac.so lib/libmac.so.2 diff --git a/audio/openal/Makefile b/audio/openal/Makefile index c77713687b3a..4b17c85e5d05 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -15,6 +15,7 @@ DISTVERSION= 0.0.8 MAINTAINER= erik@smluc.org COMMENT= A 3D positional spatialized sound library +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/py-taglib/Makefile b/audio/py-taglib/Makefile index 0046ecffc649..712d151d6c7b 100644 --- a/audio/py-taglib/Makefile +++ b/audio/py-taglib/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib WRKSRC= ${WRKDIR}/python-taglib-${PORTVERSION} +USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes USE_PYTHON_PREFIX= yes GNU_CONFIGURE= yes diff --git a/audio/py-taglib/pkg-plist b/audio/py-taglib/pkg-plist index f99655b3e072..aca9825884af 100644 --- a/audio/py-taglib/pkg-plist +++ b/audio/py-taglib/pkg-plist @@ -4,3 +4,4 @@ %%PYTHON_SITELIBDIR%%/_TagLib.so lib/libpython_taglib.so lib/libpython_taglib.la +lib/libpython_taglib.a diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile index 8bf0f6f21f10..d1ed2a0cce88 100644 --- a/comms/spandsp-devel/Makefile +++ b/comms/spandsp-devel/Makefile @@ -20,6 +20,7 @@ COMMENT= Fax DSP library LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/spandsp-0.0.3/ +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/comms/spandsp-devel5/Makefile b/comms/spandsp-devel5/Makefile index 8bf0f6f21f10..d1ed2a0cce88 100644 --- a/comms/spandsp-devel5/Makefile +++ b/comms/spandsp-devel5/Makefile @@ -20,6 +20,7 @@ COMMENT= Fax DSP library LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/spandsp-0.0.3/ +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index 2ac4a651ad28..32749fa08b6f 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/pre.*$//} USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/converters/enca/Makefile b/converters/enca/Makefile index cebcfb7d5d39..fb40b92a5fa9 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://trific.ath.cx/Ftp/enca/ \ MAINTAINER= never@nevermind.kiev.ua COMMENT= A package for detecting encoding of text files +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig USE_ICONV= yes USE_BZIP2= yes diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 19d971af6fa2..6addfc0313b3 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://fribidi.org/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile index c71dcfd61c87..72179c200d80 100644 --- a/databases/dbh10/Makefile +++ b/databases/dbh10/Makefile @@ -18,6 +18,7 @@ COMMENT= Disk Based Hashtables CONFLICTS= dbh-[2-9]* +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index e6a65ae557c5..8621a3e3ce1e 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -18,6 +18,7 @@ COMMENT= Utilities and libraries to export data from MS Access databases (.mdb) # To build man-pages BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk +USE_AUTOTOOLS= libtool:15 USE_BISON= yes USE_GNOME= glib20 WANT_GNOME= yes diff --git a/databases/mysqlcppapi/Makefile b/databases/mysqlcppapi/Makefile index d88fb7cb15da..5014156c881c 100644 --- a/databases/mysqlcppapi/Makefile +++ b/databases/mysqlcppapi/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR=mysqlcppapi MAINTAINER= gaoj@cpsc.ucalgary.ca COMMENT= A fork of mysql++ C++ API for MySQL +USE_AUTOTOOLS= libtool:15 USE_MYSQL= yes USE_GNOME= pkgconfig gnomehack GNU_CONFIGURE= yes diff --git a/databases/postgresql-libpgeasy/Makefile b/databases/postgresql-libpgeasy/Makefile index e65832882815..e2f09a14f7ea 100644 --- a/databases/postgresql-libpgeasy/Makefile +++ b/databases/postgresql-libpgeasy/Makefile @@ -16,6 +16,7 @@ DIST_SUBDIR= postgresql MAINTAINER= girgen@FreeBSD.org COMMENT= An easy-to-use C interface to PostgreSQL +USE_AUTOTOOLS= libtool:15 USE_PGSQL= YES USE_GMAKE= YES INSTALLS_SHLIB= YES diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index cf5b99650fec..afd0f8a97a24 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -43,6 +43,7 @@ CONFIGURE_ARGS+= --with-unixodbc LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC .endif +USE_AUTOTOOLS= libtool:15 USE_GMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-libdir=${LOCALBASE}/lib --enable-pthreads \ diff --git a/databases/postgresql-odbc/pkg-plist b/databases/postgresql-odbc/pkg-plist index f361c7565b21..886e517eee90 100644 --- a/databases/postgresql-odbc/pkg-plist +++ b/databases/postgresql-odbc/pkg-plist @@ -1,3 +1,4 @@ +lib/psqlodbc.a lib/psqlodbc.la lib/psqlodbc.so share/psqlodbc/odbc-drop.sql diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index 4e38be1877c4..72bddcd91d07 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.azzit.de/dotconf/download/v1.1/ MAINTAINER= clement@FreeBSD.org COMMENT= A simple, powerful configuration-file parser +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/devel/dotconf/pkg-plist b/devel/dotconf/pkg-plist index 99dfc110dca8..9ae76f3b7e08 100644 --- a/devel/dotconf/pkg-plist +++ b/devel/dotconf/pkg-plist @@ -3,6 +3,7 @@ bin/dotconf-config include/dotconf.h include/libpool.h lib/libdotconf.a +lib/libdotconf.la lib/libdotconf.so lib/libdotconf.so.0 libdata/pkgconfig/dotconf.pc diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 55f528e2c663..6c798ca9c5fe 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/ MAINTAINER?= gnome@FreeBSD.org COMMENT?= A file and directory monitoring system +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME?= gnomehack glib20 USE_LDCONFIG= yes diff --git a/devel/jclassinfo/Makefile b/devel/jclassinfo/Makefile index 168af67c2d99..81d7a9200a45 100644 --- a/devel/jclassinfo/Makefile +++ b/devel/jclassinfo/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Shows information about Java class, dependencies and more +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG= yes USE_GNOME= pkgconfig gnomehack GNU_CONFIGURE= yes diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index 611d20c1a3be..d09fb8a4ecd2 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -15,6 +15,7 @@ COMMENT= A library (using libusb) to talk to FTDI chips LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/libopendaap/Makefile b/devel/libopendaap/Makefile index 7ccd67cf6f5f..bd30813375be 100644 --- a/devel/libopendaap/Makefile +++ b/devel/libopendaap/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://crazney.net/programs/itunes/files/ MAINTAINER= multimedia@FreeBSD.org COMMENT= C lib used to connect to iTunes(R) music shares +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes diff --git a/devel/libpperl/Makefile b/devel/libpperl/Makefile index 217a32283b59..16a87fa04837 100644 --- a/devel/libpperl/Makefile +++ b/devel/libpperl/Makefile @@ -17,6 +17,7 @@ COMMENT= A library easing embedding perl interpreters into C programs WRKSRC= ${WRKDIR}/${PORTNAME} +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig diff --git a/devel/libpperl/pkg-plist b/devel/libpperl/pkg-plist index 8b21caeaf64f..8be1d40a1358 100644 --- a/devel/libpperl/pkg-plist +++ b/devel/libpperl/pkg-plist @@ -1,5 +1,6 @@ include/pperl.h lib/libpperl.a +lib/libpperl.la lib/libpperl.so lib/libpperl.so.0 libdata/pkgconfig/libpperl.pc diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile index 891ecb474d50..d5537594c84c 100644 --- a/devel/libsigc++12/Makefile +++ b/devel/libsigc++12/Makefile @@ -21,6 +21,7 @@ COMMENT= Callback Framework for C++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes LATEST_LINK= libsigc++12 USE_LDCONFIG= yes diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 430ad9174dff..d02972c06b59 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -17,6 +17,7 @@ COMMENT= Callback Framework for C++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GCC= 3.4 USE_GMAKE= yes diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile index 55f72aa6d60a..bc9185695ec8 100644 --- a/devel/libukcprog/Makefile +++ b/devel/libukcprog/Makefile @@ -20,6 +20,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tdb@FreeBSD.org COMMENT= Generally useful low level routines +USE_AUTOTOOLS= libtool:15 MAN3= ukcprog.3 DIST_SUBDIR= i-scream GNU_CONFIGURE= yes diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index f2325abc98a3..4d092c3b79b1 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= SF MAINTAINER= rainer.alves@gmail.com COMMENT= A utility C++ class library for daemons, clients, servers and more +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig USE_GMAKE= yes USE_OPENSSL= yes diff --git a/devel/vstr/Makefile b/devel/vstr/Makefile index 9220d7b81591..27e134cd3ece 100644 --- a/devel/vstr/Makefile +++ b/devel/vstr/Makefile @@ -16,6 +16,7 @@ MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ MAINTAINER= ports@FreeBSD.org COMMENT= General purpose string library for C +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_BZIP2= yes diff --git a/devel/vstr/pkg-plist b/devel/vstr/pkg-plist index d0ba5e89fadd..96f13ba9c770 100644 --- a/devel/vstr/pkg-plist +++ b/devel/vstr/pkg-plist @@ -9,6 +9,7 @@ include/vstr.h lib/libvstr-1.0.so lib/libvstr-1.0.so.13 lib/libvstr.a +lib/libvstr.la lib/libvstr.so libdata/pkgconfig/vstr.pc %%PORTDOCS%%%%DOCSDIR%%/basic_cat.c.html diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 479f9e1fc1f0..c30c1685c3c9 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= fuse-emulator MAINTAINER= kemm@in-line.ru COMMENT= Handling of ZX-Spectrum emulator files formats +USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes WANT_GNOME= yes GNU_CONFIGURE= yes diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile index 61ae2f0beb9f..156accb3ce0c 100644 --- a/games/libmaitretarot/Makefile +++ b/games/libmaitretarot/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= Core library of MaitreTarot, a Tarot card game +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 lthack diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index e7135737c53b..b35677d2e86c 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= openexr MAINTAINER= nork@FreeBSD.org COMMENT= A high dynamic-range (HDR) image file format +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= YES USE_GMAKE= yes USE_GNOME= pkgconfig diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index eadf5d0ea44b..3a835a929359 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -17,6 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for high-performance 2D graphics +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_LDCONFIG= yes USE_GNOME= gnomehack gnometarget pkgconfig diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile index 4af3722e65ea..3e9bd4e6c88e 100644 --- a/graphics/libgdgeda/Makefile +++ b/graphics/libgdgeda/Makefile @@ -17,6 +17,7 @@ COMMENT= Special version of the gd graphic lib for use by gEDA programs LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack GNU_CONFIGURE= yes diff --git a/graphics/libiptcdata/Makefile b/graphics/libiptcdata/Makefile index 0999fa7de1cb..074432348697 100644 --- a/graphics/libiptcdata/Makefile +++ b/graphics/libiptcdata/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pav@FreeBSD.org COMMENT= Library for manipulating IPTC metadata stored in image files +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig USE_ICONV= yes USE_LDCONFIG= yes diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index d6f1d8f45fa2..3b72c6ef0ea6 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -14,6 +14,7 @@ PKGNAMESUFFIX= 04 MAINTAINER= infofarmer@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin +USE_AUTOTOOLS= libtool:15 USE_XLIBS= yes USE_GNOME= gnomehack pkgconfig USE_GETTEXT= yes diff --git a/graphics/libvisual04/pkg-plist b/graphics/libvisual04/pkg-plist index 3e703a2adc87..a8555908b4e0 100644 --- a/graphics/libvisual04/pkg-plist +++ b/graphics/libvisual04/pkg-plist @@ -43,6 +43,7 @@ include/libvisual%%VER%%/libvisual/lv_ui.h include/libvisual%%VER%%/libvisual/lv_utils.h include/libvisual%%VER%%/libvisual/lv_video.h include/libvisual%%VER%%/libvisual/lvconfig.h +lib/libvisual%%VER%%.a lib/libvisual%%VER%%.la lib/libvisual%%VER%%.so lib/libvisual%%VER%%.so.0 diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index 24963eb52075..c9c476a19dd5 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -18,6 +18,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= cartola@openit.com.br COMMENT= VIGRA stands for "Vision with Generic Algorithms" +USE_AUTOTOOLS= libtool:15 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --docdir=${PREFIX}/share/doc/vigra diff --git a/lang/elan/Makefile b/lang/elan/Makefile index 74f178db39ca..78a6f32b2a4a 100644 --- a/lang/elan/Makefile +++ b/lang/elan/Makefile @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= elancc.1 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/mail/popular/Makefile b/mail/popular/Makefile index 4b0d8b185962..eb4f87d8a46c 100644 --- a/mail/popular/Makefile +++ b/mail/popular/Makefile @@ -16,6 +16,7 @@ COMMENT= Suite of programs for setting up large POP3 server systems BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/math/cln/Makefile b/math/cln/Makefile index 96784d63fe0c..552f8886bd96 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -18,6 +18,7 @@ COMMENT= Class Library for Numbers LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GCC= 3.4+ USE_GNOME= gnomehack gnometarget pkgconfig diff --git a/math/cln/pkg-plist b/math/cln/pkg-plist index d3dae7fbf364..e688eea0547c 100644 --- a/math/cln/pkg-plist +++ b/math/cln/pkg-plist @@ -78,6 +78,7 @@ include/cln/univpoly_rational.h include/cln/univpoly_real.h include/cln/version.h lib/libcln.a +lib/libcln.la lib/libcln.so lib/libcln.so.4 libdata/pkgconfig/cln.pc diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 8de499bc6b2c..018ad1e3c80b 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -22,6 +22,7 @@ COMMENT?= Fast C routines to compute the Discrete Fourier Transform FFTW_FLAVOR?= default FFTW_SUFIX= +USE_AUTOTOOLS= libtool:15 WANT_FORTRAN= yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 diff --git a/math/libmath++/Makefile b/math/libmath++/Makefile index a89a8c8bcfcf..cc43e90615ef 100644 --- a/math/libmath++/Makefile +++ b/math/libmath++/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/ MAINTAINER= jhb@FreeBSD.org COMMENT= C++ Library for Symbolic and Numeric Calculus Applications +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile index 6bc1e7b39e5d..ab773854cd81 100644 --- a/multimedia/dirac/Makefile +++ b/multimedia/dirac/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= multimedia@FreeBSD.org COMMENT?= Open source video codec from the BBC +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack gnometarget diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index ca6ed9fa8b7f..4668214c6844 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ xml2:${PORTSDIR}/textproc/libxml2 \ cdio.7:${PORTSDIR}/sysutils/libcdio +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index ae0f1f2b6e09..6531188e4482 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A C library that handles the new Yahoo! Messenger protocol +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget GNU_CONFIGURE= yes diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 8a6cc5bf64d6..48fa0885821a 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile index 4898dc54a626..e4625433fc9e 100644 --- a/net-mgmt/libsmi/Makefile +++ b/net-mgmt/libsmi/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ MAINTAINER= saper@system.pl COMMENT= A library to access SMI MIB information +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes USE_GNOME= pkgconfig gnomehack USE_GMAKE= yes diff --git a/net-mgmt/libsmi/pkg-plist b/net-mgmt/libsmi/pkg-plist index 68dfd5bc4673..c121e4201b4a 100644 --- a/net-mgmt/libsmi/pkg-plist +++ b/net-mgmt/libsmi/pkg-plist @@ -6,6 +6,7 @@ bin/smiquery bin/smistrip include/smi.h lib/libsmi.a +lib/libsmi.la lib/libsmi.so lib/libsmi.so.2 libdata/pkgconfig/libsmi.pc diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index b3c302a990a5..ed8aabc2f360 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -17,6 +17,7 @@ COMMENT= Python SNMP module based on net-snmp LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes diff --git a/net-mgmt/py-yapsnmp/pkg-plist b/net-mgmt/py-yapsnmp/pkg-plist index 144f57dbf831..7d03ffe81b15 100644 --- a/net-mgmt/py-yapsnmp/pkg-plist +++ b/net-mgmt/py-yapsnmp/pkg-plist @@ -1,3 +1,4 @@ +%%PYTHON_SITELIBDIR%%/netsnmpc.a %%PYTHON_SITELIBDIR%%/netsnmpc.la %%PYTHON_SITELIBDIR%%/netsnmpc.so %%PYTHON_SITELIBDIR%%/netsnmp.py diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index 43cf8c8d3197..85e19c4ecbb3 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -18,6 +18,7 @@ COMMENT= Direct connect interface library for dcgui LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ xml2.5:${PORTSDIR}/textproc/libxml2 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/net/gnet-glib2/Makefile b/net/gnet-glib2/Makefile index 08f7efbc2472..7afa35d5fd4f 100644 --- a/net/gnet-glib2/Makefile +++ b/net/gnet-glib2/Makefile @@ -15,6 +15,7 @@ PKGNAMESUFFIX= -glib2 MAINTAINER= gnome@FreeBSD.org COMMENT= A simple network library built upon Glib-2 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 1fe57001f06a..df040803c524 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -15,6 +15,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= gnome@FreeBSD.org COMMENT= A simple network library built upon Glib-2 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/net/howl/Makefile b/net/howl/Makefile index 6582bef9d89b..9f1191411000 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.porchdogsoft.com/download/ MAINTAINER= marcus@FreeBSD.org COMMENT= Zeroconf/Bonjour(tm) implementation +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig USE_GETOPT_LONG=yes diff --git a/net/librsync/Makefile b/net/librsync/Makefile index 1a5b02568abb..45db6b3de5a6 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -18,6 +18,7 @@ COMMENT= Library for delta compression of streams LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net/librsync/pkg-plist b/net/librsync/pkg-plist index 3d6364b7d5b7..f8b229ef9b8f 100644 --- a/net/librsync/pkg-plist +++ b/net/librsync/pkg-plist @@ -2,5 +2,6 @@ bin/rdiff include/librsync.h include/librsync-config.h lib/librsync.a +lib/librsync.la lib/librsync.so lib/librsync.so.1 diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 9344959f142b..8645e8d00109 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -22,6 +22,7 @@ COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software CONFLICTS= openbgpd-[0-9]* zebra-0* +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_AUTOTOOLS= libtool:15 diff --git a/net/serveez/Makefile b/net/serveez/Makefile index 593dd87d4c83..e80bbc6256b0 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config +USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 8a101821cae3..13aff884312f 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= 5250 Telnet protocol and Terminal +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig USE_OPENSSL= yes USE_GETOPT_LONG= yes diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index b47f20ebd2a8..076556b5b752 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -21,6 +21,7 @@ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A free and portable TrueType font rendering engine +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes MAKE_ENV= TOP="" diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index 96e781436384..6b2da0bc5136 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@FreeBSD.org COMMENT= GIMP Print Printer Driver +USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes USE_GETOPT_LONG= yes USE_GMAKE= yes diff --git a/security/engine_pkcs11/Makefile b/security/engine_pkcs11/Makefile index 216907dbfe69..0dfa0bc1a0c2 100644 --- a/security/engine_pkcs11/Makefile +++ b/security/engine_pkcs11/Makefile @@ -15,6 +15,7 @@ COMMENT= An implementation of a PKCS#11 engine for OpenSSL LIB_DEPENDS= p11.1:${PORTSDIR}/security/libp11 +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index f4a9c43c8a8a..7aa7374d0ffc 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -16,6 +16,7 @@ COMMENT= "General purpose crypto library based on code used in GnuPG" LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist index 30e3d9e99c01..f7e7b6f37828 100644 --- a/security/libgcrypt/pkg-plist +++ b/security/libgcrypt/pkg-plist @@ -2,6 +2,7 @@ bin/libgcrypt-config include/gcrypt.h include/gcrypt-module.h lib/libgcrypt.a +lib/libgcrypt.la lib/libgcrypt.so lib/libgcrypt.so.13 share/aclocal/libgcrypt.m4 diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index cfce23e90266..bc3339b57cbc 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= A library that implement Microsoft's NTLM authentication +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/nessus-libnasl/Makefile b/security/nessus-libnasl/Makefile index 714879d204cf..80b4b5bb806f 100644 --- a/security/nessus-libnasl/Makefile +++ b/security/nessus-libnasl/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= nessus.4:${PORTSDIR}/security/nessus-libraries DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/libnasl +USE_AUTOTOOLS= libtool:15 USE_BISON= YES GNU_CONFIGURE= yes INSTALLS_SHLIB= YES diff --git a/security/shishi/Makefile b/security/shishi/Makefile index e3ad95d61cb3..056296108485 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -19,6 +19,7 @@ COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ tasn1.3:${PORTSDIR}/security/libtasn1 +USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_ICONV= yes diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 045134a3e88f..61f9fab0e558 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.clusterresources.com/downloads/torque/ MAINTAINER= trasz@pin.if.uz.zgora.pl COMMENT= Open source resource manager +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rcp=scp USE_GMAKE= yes diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index ced321b586d4..c43372f8f941 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= aiksaurus MAINTAINER?= gnome@FreeBSD.org COMMENT?= A set of libraries and applications which provide a thesaurus +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME?= gnomehack gnometarget USE_LDCONFIG= yes diff --git a/textproc/aiksaurus/pkg-plist b/textproc/aiksaurus/pkg-plist index 1c5e9e074200..2a35465e73b8 100644 --- a/textproc/aiksaurus/pkg-plist +++ b/textproc/aiksaurus/pkg-plist @@ -4,6 +4,7 @@ include/Aiksaurus/Aiksaurus.h include/Aiksaurus/AiksaurusC.h lib/libAiksaurus-1.2.so lib/libAiksaurus-1.2.so.0 +lib/libAiksaurus.a lib/libAiksaurus.la lib/libAiksaurus.so libdata/pkgconfig/aiksaurus-1.0.pc diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index 5e447d65f142..ae8ae96432e9 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -16,6 +16,7 @@ COMMENT= Gnome DOM Engine LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +USE_AUTOTOOLS= libtool:15 USE_GNOME= glib20 gnomehack GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" \ diff --git a/textproc/gdome2/pkg-plist b/textproc/gdome2/pkg-plist index 02f0fc9d1778..3ca13f3cd6cf 100644 --- a/textproc/gdome2/pkg-plist +++ b/textproc/gdome2/pkg-plist @@ -1,5 +1,6 @@ bin/gdome-config lib/libgdome.a +lib/libgdome.la lib/libgdome.so lib/libgdome.so.8 lib/gdomeConf.sh diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile index ab86b025093c..6e1e8a55e247 100644 --- a/textproc/liblingoteach/Makefile +++ b/textproc/liblingoteach/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= lingoteach MAINTAINER= mva@sysfault.org COMMENT= A library for parsing lesson files based on the LingoTeach DTD +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack gnometarget libxml2 GNU_CONFIGURE= yes diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index d2c22a9e70d8..0a865779df6f 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -17,6 +17,7 @@ COMMENT= Library for manipulating RDF files describing LADSPA plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/textproc/libstree/Makefile b/textproc/libstree/Makefile index 4ed18b68a53a..11ee554d5cfe 100644 --- a/textproc/libstree/Makefile +++ b/textproc/libstree/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.cl.cam.ac.uk/~cpk25/downloads/ MAINTAINER= clsung@FreeBSD.org COMMENT= A Generic Suffix Tree Library +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/textproc/libuninameslist/Makefile b/textproc/libuninameslist/Makefile index 4d3f113d4612..bf16b7731e24 100644 --- a/textproc/libuninameslist/Makefile +++ b/textproc/libuninameslist/Makefile @@ -18,6 +18,7 @@ COMMENT= A library of Unicode annotation data WRKSRC= ${WRKDIR}/${PORTNAME} +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/textproc/libuninameslist/pkg-plist b/textproc/libuninameslist/pkg-plist index 650ec339b687..100221677865 100644 --- a/textproc/libuninameslist/pkg-plist +++ b/textproc/libuninameslist/pkg-plist @@ -1,7 +1,9 @@ include/uninameslist.h +lib/libuninameslist.a lib/libuninameslist.la lib/libuninameslist.so lib/libuninameslist.so.0 +lib/libuninameslist-fr.a lib/libuninameslist-fr.la lib/libuninameslist-fr.so lib/libuninameslist-fr.so.0 diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 7e090a97ab0d..dff8bc43b43b 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget libxml2 pkgconfig GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 8cbfae9487c4..2e5547b3beb4 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= sources/libxml/1.8 MAINTAINER= gnome@FreeBSD.org COMMENT= XML parser library for GNOME +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 1d1454c5c4d2..ea59451e1c59 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -30,6 +30,7 @@ PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}" CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBTOOL=${LIBTOOL} \ LDFLAGS="-L${LOCALBASE}/lib -lexpat -liconv" +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes diff --git a/textproc/yamcha/Makefile b/textproc/yamcha/Makefile index c6613378eae6..8639f3e24429 100644 --- a/textproc/yamcha/Makefile +++ b/textproc/yamcha/Makefile @@ -15,6 +15,7 @@ COMMENT= Yet Another Multipurpose CHunk Annotator BUILD_DEPENDS= svm_learn:${PORTSDIR}/science/svmlight +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_PERL5_BUILD=yes diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index e463961929d1..45dae5b7ef58 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.cgicc.org/ MAINTAINER= sem@FreeBSD.org COMMENT= A C++ class library for writing CGI applications +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 6d338a8f7e7e..b50513b8c3e0 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -17,6 +17,7 @@ COMMENT= Easy-to-use offline browser utility and website copier WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.`expr ${PORTREVISION} + 1` +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/www/libwww/Makefile b/www/libwww/Makefile index a2d50797f0a3..9f6666c74d8b 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The W3C Reference Library +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 8bf114920db9..1c7ca62fb2d3 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} MAN1= indexer.1 MAN5= indexer.conf.5 +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes USE_GMAKE= yes APACHE_COMPAT= yes diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index eb153ccd8795..509dea27c921 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://swish-e.org/distribution/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple web indexing for humans - enhanced +USE_AUTOTOOLS= libtool:15 USE_GNOME= libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index bad54ef54956..0319868a2301 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto CONFLICTS= XFree86-libraries-* xorg-libraries-* +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index 613cac4b4866..550ca30867c5 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} CONFLICTS= XFree86-libraries-* xorg-libraries-* +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index 457c87d40e9d..24fcebb1681b 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 library with non-graphical helper functions +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes NO_FILTER_SHLIBS= yes USE_BZIP2= yes |