svn commit: r368356 - in head: accessibility/speech-dispatcher audio/dvda-author audio/glame audio/libcanberra audio/libmp3splt audio/mp3splt audio/mp3splt-gtk audio/mpg123 audio/pulseaudio audio/s...
Tijl Coosemans
tijl at FreeBSD.org
Wed Sep 17 07:38:29 UTC 2014
Author: tijl
Date: Wed Sep 17 07:38:15 2014
New Revision: 368356
URL: http://svnweb.freebsd.org/changeset/ports/368356
QAT: https://qat.redports.org/buildarchive/r368356/
Log:
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
Modified:
head/accessibility/speech-dispatcher/Makefile
head/audio/dvda-author/Makefile
head/audio/glame/Makefile
head/audio/libcanberra/Makefile
head/audio/libmp3splt/Makefile
head/audio/mp3splt-gtk/Makefile
head/audio/mp3splt/Makefile
head/audio/mpg123/Makefile
head/audio/pulseaudio/Makefile
head/audio/sox/Makefile
head/comms/hamlib/Makefile
head/devel/lasi/Makefile
head/emulators/tme/Makefile
head/games/freeciv/Makefile
head/graphics/ImageMagick/Makefile
head/graphics/bugle/Makefile
head/graphics/gnash/Makefile
head/graphics/graphviz/Makefile
head/graphics/libgphoto2/Makefile
head/java/sablevm/Makefile
head/lang/gforth/Makefile
head/lang/guile/Makefile
head/lang/guile2/Makefile
head/lang/php5/Makefile.ext
head/lang/php53/Makefile.ext
head/lang/php55/Makefile.ext
head/lang/php56/Makefile.ext
head/lang/pure/Makefile
head/math/plplot/Makefile
head/multimedia/camserv/Makefile
head/multimedia/xbmc/Makefile
head/net-im/ayttm/Makefile
head/net-mgmt/collectd/Makefile
head/net-mgmt/collectd5/Makefile
head/net-mgmt/icinga/Makefile
head/net-mgmt/nagios/Makefile
head/net-mgmt/nagios4/Makefile
head/net-mgmt/yaf/Makefile
head/net-p2p/gnunet-gtk/Makefile
head/net-p2p/gnunet/Makefile
head/net/asterisk/Makefile
head/net/asterisk11/Makefile
head/net/freeradius2/Makefile
head/net/gnu-dico/Makefile
head/net/gnu-radius/Makefile
head/net/libnetdude/Makefile
head/net/netdude/Makefile
head/net/openldap24-server/Makefile
head/security/clamav/Makefile
head/security/courier-authlib/Makefile
head/security/libp11/Makefile
head/security/libprelude/Makefile
head/security/libpreludedb/Makefile
head/security/openct/Makefile
head/security/xca/Makefile
head/security/xmlsec1/Makefile
head/sysutils/heartbeat/Makefile
head/textproc/libextractor/Makefile
head/textproc/redland/Makefile
head/textproc/scim-openvanilla/Makefile
Modified: head/accessibility/speech-dispatcher/Makefile
==============================================================================
--- head/accessibility/speech-dispatcher/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/accessibility/speech-dispatcher/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,10 +13,10 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
LIB_DEPENDS= libdotconf.so:${PORTSDIR}/devel/dotconf \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libsndfile.so:${PORTSDIR}/audio/libsndfile
# gnomehier is required because of share/sounds directory.
-USE_AUTOTOOLS= libltdl
USE_GNOME= glib20 gnomehier intltool
USES= gettext gmake pathfix pkgconfig libtool
GNU_CONFIGURE= yes
Modified: head/audio/dvda-author/Makefile
==============================================================================
--- head/audio/dvda-author/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/audio/dvda-author/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,16 +13,16 @@ MAINTAINER= martin.dieringer at gmx.de
COMMENT= Author and playback unencrypted and uncompressed Audio-DVDs
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
- libogg.so:${PORTSDIR}/audio/libogg \
- libsox.so:${PORTSDIR}/audio/sox \
- libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
- libpng15.so:${PORTSDIR}/graphics/png
+ libogg.so:${PORTSDIR}/audio/libogg \
+ libsox.so:${PORTSDIR}/audio/sox \
+ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
+ libpng15.so:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/FLAC
-USE_AUTOTOOLS= libltdl
USES= tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-flac=${LOCALBASE}/lib/libFLAC.so \
Modified: head/audio/glame/Makefile
==============================================================================
--- head/audio/glame/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/audio/glame/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -14,9 +14,9 @@ BUILD_DEPENDS= ${LOCALBASE}/include/lads
LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \
libmad.so:${PORTSDIR}/audio/libmad \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libguile.so:${PORTSDIR}/lang/guile
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
USES= gettext gmake pathfix pkgconfig libtool makeinfo
Modified: head/audio/libcanberra/Makefile
==============================================================================
--- head/audio/libcanberra/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/audio/libcanberra/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -14,13 +14,13 @@ COMMENT= Implementation of the Freedeskt
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LGPL
-LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \
+ libltdl.so:${PORTSDIR}/devel/libltdl
USES= gmake libtool pathfix pkgconfig
USE_GNOME= gnomeprefix gtk20 gconf2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libltdl
CONFIGURE_ARGS= --disable-lynx --disable-tdb --disable-alsa
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/audio/libmp3splt/Makefile
==============================================================================
--- head/audio/libmp3splt/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/audio/libmp3splt/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,11 +12,12 @@ COMMENT= Library for splitting of variou
LICENSE= GPLv2
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-cutter --disable-doxygen_doc
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libltdl
OPTIONS_MULTI= plugin
OPTIONS_MULTI_plugin= MAD VORBIS
Modified: head/audio/mp3splt-gtk/Makefile
==============================================================================
--- head/audio/mp3splt-gtk/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/audio/mp3splt-gtk/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -16,10 +16,10 @@ LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/a
libmad.so:${PORTSDIR}/audio/libmad \
libogg.so:${PORTSDIR}/audio/libogg \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
- libid3tag.so:${PORTSDIR}/audio/libid3tag
+ libid3tag.so:${PORTSDIR}/audio/libid3tag \
+ libltdl.so:${PORTSDIR}/devel/libltdl
INSTALLS_OMF= yes
-USE_AUTOTOOLS= libltdl
USE_GSTREAMER= yes
USE_GNOME= gnomedocutils gtk20
GNU_CONFIGURE= yes
Modified: head/audio/mp3splt/Makefile
==============================================================================
--- head/audio/mp3splt/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/audio/mp3splt/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -11,10 +11,10 @@ COMMENT= Utility to split MP3 and Ogg fi
LICENSE= GPLv2
-LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt
+LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt \
+ libltdl.so:${PORTSDIR}/devel/libltdl
-USES= pkgconfig:build
-USE_AUTOTOOLS= libltdl
+USES= pkgconfig:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-oggsplt_symlink
CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig
Modified: head/audio/mpg123/Makefile
==============================================================================
--- head/audio/mpg123/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/audio/mpg123/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,8 +12,9 @@ COMMENT= Command-line player for MPEG La
LICENSE= LGPL21
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USES= tar:bzip2 gmake libtool:keepla pathfix
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/audio/pulseaudio/Makefile
==============================================================================
--- head/audio/pulseaudio/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/audio/pulseaudio/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -20,6 +20,7 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR
libsndfile.so:${PORTSDIR}/audio/libsndfile \
libspeexdsp.so:${PORTSDIR}/audio/speex \
libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libgdbm.so:${PORTSDIR}/databases/gdbm \
libck-connector.so:${PORTSDIR}/sysutils/consolekit
@@ -28,7 +29,6 @@ USE_XORG= x11 sm xtst ice
USE_LDCONFIG= yes
USES= execinfo gettext gmake libtool pathfix pkgconfig
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libltdl
MAKE_JOBS_UNSAFE=yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \
Modified: head/audio/sox/Makefile
==============================================================================
--- head/audio/sox/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/audio/sox/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,12 +13,14 @@ COMMENT= SOund eXchange - universal soun
LICENSE= LGPL21 GPLv2
LICENSE_COMB= dual
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
CONFLICTS= play-[0-9]*
GNU_CONFIGURE= yes
USES= pkgconfig libtool
USE_LDCONFIG= yes
-USE_AUTOTOOLS= aclocal autoconf automake libltdl
+USE_AUTOTOOLS= aclocal autoconf automake
OPTIONS_DEFINE= ALSA AO AMRNB AMRWB FFMPEG FLAC GSM ID3TAG LADSPA LAME \
MAD PNG PULSEAUDIO SNDFILE VORBIS WAVPACK
Modified: head/comms/hamlib/Makefile
==============================================================================
--- head/comms/hamlib/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/comms/hamlib/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,11 +13,12 @@ COMMENT= Shared libraries for Amateur Ra
LICENSE= LGPL20
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
USES= perl5 libtool:keepla pkgconfig pathfix tcl
USE_GNOME= libxml2
USE_PYTHON= yes
-USE_AUTOTOOLS= autoconf libltdl
+USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
Modified: head/devel/lasi/Makefile
==============================================================================
--- head/devel/lasi/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/devel/lasi/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,11 +12,12 @@ DISTNAME= libLASi-${PORTVERSION}
MAINTAINER= lme at FreeBSD.org
COMMENT= C++ stream output interface for creating Postscript documents
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
OPTIONS_DEFINE= DOCS EXAMPLES
USES= cmake pkgconfig
USE_GNOME= pango
-USE_AUTOTOOLS= libltdl
PKG_CONFIG_PATH= ${PREFIX}/libdata/pkgconfig
CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
Modified: head/emulators/tme/Makefile
==============================================================================
--- head/emulators/tme/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/emulators/tme/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,8 +13,10 @@ COMMENT= Emulator for Sun 2/120, 3/150,
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USES= compiler gettext gmake iconv libtool perl5 pkgconfig
-USE_AUTOTOOLS= libltdl libtoolize aclocal autoconf autoheader automake
+USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
AUTOMAKE_ARGS= -a -c -f
USE_GNOME= gdkpixbuf2 gtk20
USE_LDCONFIG= yes
Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/games/freeciv/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -11,11 +11,11 @@ MAINTAINER= johans at FreeBSD.org
COMMENT= Free turn-based multiplayer strategy
RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libcurl.so:${PORTSDIR}/ftp/curl
USES= gettext gmake iconv libtool pkgconfig tar:bzip2 python
USE_SQLITE= yes
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/graphics/ImageMagick/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -34,10 +34,11 @@ COMMENT= Image processing tools
#LICENSE= APACHE20
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
# This port uses .la files, keep libtool:keepla! (magick/module.c)
USES= gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:xz
SHEBANG_FILES= www/source/examples.pl
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKE=${MAKE_CMD}
CONFIGURE_ARGS= --without-dps \
Modified: head/graphics/bugle/Makefile
==============================================================================
--- head/graphics/bugle/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/graphics/bugle/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,10 +12,11 @@ COMMENT= Debugging library for OpenGL
LICENSE= GPLv2
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USES= libtool pathfix perl5
USE_GL= gl
USE_GCC= yes
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-ltdl-install=no
INSTALL_TARGET= install-strip
Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/graphics/gnash/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -11,6 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= GNU Flash movie player
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libcurl.so:${PORTSDIR}/ftp/curl \
libgif.so:${PORTSDIR}/graphics/giflib \
@@ -20,7 +21,6 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD
CONFLICTS= gnash-devel-[0-9]*
USES= tar:bzip2 pkgconfig gmake libtool
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
WANT_SDL= yes
USE_GCC= any
Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/graphics/graphviz/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -10,7 +10,8 @@ MASTER_SITES= http://www.graphviz.org/pu
MAINTAINER= dinoex at FreeBSD.org
COMMENT= Graph Visualization Software from AT&T and Bell Labs
-LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng15.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
@@ -18,7 +19,6 @@ LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/gra
libgd.so:${PORTSDIR}/${GD_PORT}
USES= gmake bison libtool:oldver pkgconfig pathfix shebangfix
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/graphics/libgphoto2/Makefile
==============================================================================
--- head/graphics/libgphoto2/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/graphics/libgphoto2/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -11,9 +11,10 @@ COMMENT= Universal digital camera contro
LICENSE= LGPL21
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USES= gmake iconv libtool pkgconfig tar:bzip2
USE_CSTD= gnu89
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \
LIBLTDL="-L${LOCALBASE}/lib -lltdl" \
Modified: head/java/sablevm/Makefile
==============================================================================
--- head/java/sablevm/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/java/sablevm/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,13 +12,13 @@ COMMENT= Java VM created by McGill Unive
LICENSE= LGPL21
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
- libffi.so:${PORTSDIR}/devel/libffi
+ libffi.so:${PORTSDIR}/devel/libffi \
+ libltdl.so:${PORTSDIR}/devel/libltdl
RUN_DEPENDS= fastjar:${PORTSDIR}/archivers/fastjar
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gettext gmake iconv libtool pkgconfig
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME}
Modified: head/lang/gforth/Makefile
==============================================================================
--- head/lang/gforth/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/lang/gforth/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -11,7 +11,8 @@ MASTER_SITES= http://www.complang.tuwien
MAINTAINER= johans at FreeBSD.org
COMMENT= Fast and portable Forth system
-LIB_DEPENDS= libffi.so.6:${PORTSDIR}/devel/libffi
+LIB_DEPENDS= libffi.so.6:${PORTSDIR}/devel/libffi \
+ libltdl.so:${PORTSDIR}/devel/libltdl
BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
GNU_CONFIGURE= yes
@@ -20,7 +21,6 @@ LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= GFORTHHIST=${WRKSRC}
MAKE_ENV+= GFORTHHIST=${WRKSRC}
USES= gmake libtool:build makeinfo
-USE_AUTOTOOLS= libltdl
USE_GCC= any
USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named
ALL_TARGET= kernel/version.fs more info
Modified: head/lang/guile/Makefile
==============================================================================
--- head/lang/guile/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/lang/guile/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -14,12 +14,13 @@ COMMENT= GNU Ubiquitous Intelligent Lang
LICENSE= LGPL21
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgmp.so:${PORTSDIR}/math/gmp
CONFLICTS_INSTALL= guile2-[0-9]*
USES= gmake libtool makeinfo ncurses pathfix
-USE_AUTOTOOLS= autoheader libltdl
+USE_AUTOTOOLS= autoheader
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CFLAGS+= -fwrapv
Modified: head/lang/guile2/Makefile
==============================================================================
--- head/lang/guile2/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/lang/guile2/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -16,13 +16,13 @@ COMMENT= GNU Ubiquitous Intelligent Lang
LICENSE= LGPL21
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libunistring.so:${PORTSDIR}/devel/libunistring \
libffi.so.6:${PORTSDIR}/devel/libffi
CONFLICTS_INSTALL= guile-[0-9]*
USES= charsetfix gmake libtool ncurses pathfix pkgconfig readline
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/lang/php5/Makefile.ext
==============================================================================
--- head/lang/php5/Makefile.ext Wed Sep 17 06:10:22 2014 (r368355)
+++ head/lang/php5/Makefile.ext Wed Sep 17 07:38:15 2014 (r368356)
@@ -178,11 +178,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= libmcrypt.so:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmcrypt.so:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
-
-USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"
Modified: head/lang/php53/Makefile.ext
==============================================================================
--- head/lang/php53/Makefile.ext Wed Sep 17 06:10:22 2014 (r368355)
+++ head/lang/php53/Makefile.ext Wed Sep 17 07:38:15 2014 (r368356)
@@ -174,11 +174,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= libmcrypt.so.8:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmcrypt.so.8:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
-
-USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"
Modified: head/lang/php55/Makefile.ext
==============================================================================
--- head/lang/php55/Makefile.ext Wed Sep 17 06:10:22 2014 (r368355)
+++ head/lang/php55/Makefile.ext Wed Sep 17 07:38:15 2014 (r368356)
@@ -178,11 +178,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= libmcrypt.so:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmcrypt.so:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
-
-USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"
Modified: head/lang/php56/Makefile.ext
==============================================================================
--- head/lang/php56/Makefile.ext Wed Sep 17 06:10:22 2014 (r368355)
+++ head/lang/php56/Makefile.ext Wed Sep 17 07:38:15 2014 (r368356)
@@ -178,11 +178,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= libmcrypt.so:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmcrypt.so:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
-
-USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"
Modified: head/lang/pure/Makefile
==============================================================================
--- head/lang/pure/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/lang/pure/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -17,7 +17,8 @@ LICENSE_COMB= dual
LLVM_VERSION= 32
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr
BUILD_DEPENDS= llvm-config${LLVM_VERSION}:${PORTSDIR}/devel/llvm${LLVM_VERSION}
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -25,7 +26,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
SUB_FILES= pkg-message
USES= gmake iconv pathfix pkgconfig
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release \
--with-tool-prefix=${LOCALBASE}/llvm${LLVM_VERSION}/bin
Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/math/plplot/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -15,6 +15,7 @@ LICENSE= LGPL21 # (or later)
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
${FREEFONT_DIR}/FreeMono.ttf:${PORTSDIR}/x11-fonts/freefont-ttf
LIB_DEPENDS= libLASi.so:${PORTSDIR}/devel/lasi \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libqhull.so:${PORTSDIR}/math/qhull5 \
libfreetype.so:${PORTSDIR}/print/freetype2
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
@@ -34,7 +35,6 @@ CMAKE_ARGS= -DENABLE_java:BOOL=OFF -DENA
-DPL_FREETYPE_FONT_PATH:PATH="${FREEFONT_DIR}" \
-DPLD_plmeta:BOOL=OFF
CFLAGS+= -D_IS_BUILDING_PLPLOT_PORT_
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
FREEFONT_DIR= ${LOCALBASE}/lib/X11/fonts/freefont-ttf
Modified: head/multimedia/camserv/Makefile
==============================================================================
--- head/multimedia/camserv/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/multimedia/camserv/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,10 +13,11 @@ COMMENT= Free program to do streaming vi
LICENSE= GPLv2 # (or later)
-LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg
USES= libtool
-USE_AUTOTOOLS= autoconf libltdl
+USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
Modified: head/multimedia/xbmc/Makefile
==============================================================================
--- head/multimedia/xbmc/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/multimedia/xbmc/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -34,6 +34,7 @@ LIB_DEPENDS= libass.so:${PORTSDIR}/multi
liblzo2.so:${PORTSDIR}/archivers/lzo2 \
libjasper.so:${PORTSDIR}/graphics/jasper \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libmad.so:${PORTSDIR}/audio/libmad \
libmodplug.so:${PORTSDIR}/audio/libmodplug \
libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 \
@@ -52,7 +53,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli
xdpyinfo:${PORTSDIR}/x11/xdpyinfo
USES= gmake iconv:wchar_t libtool:build pkgconfig python:2
-USE_AUTOTOOLS= autoconf:env automake:env libltdl
+USE_AUTOTOOLS= autoconf:env automake:env
GNU_CONFIGURE= yes
USE_XORG= xt xmu xtst
USE_GL= glu
Modified: head/net-im/ayttm/Makefile
==============================================================================
--- head/net-im/ayttm/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net-im/ayttm/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -14,6 +14,7 @@ LICENSE= GPLv2 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libjasper.so:${PORTSDIR}/graphics/jasper \
libgpgme.so:${PORTSDIR}/security/gpgme \
libenchant.so:${PORTSDIR}/textproc/enchant
@@ -26,7 +27,6 @@ USES= gettext gmake iconv libtool pkgco
USE_XORG= xpm xscrnsaver
USE_GNOME= gtk20
USE_OPENSSL= yes
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj \
--disable-arts
Modified: head/net-mgmt/collectd/Makefile
==============================================================================
--- head/net-mgmt/collectd/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net-mgmt/collectd/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,9 +12,11 @@ COMMENT= Systems & network statistics co
LICENSE= GPLv2
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USES= gmake libtool
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf autoheader automake libltdl
+USE_AUTOTOOLS= autoconf autoheader automake
WANT_GNOME= yes
OPTIONS_DEFINE= CGI BIND DEBUG GCRYPT LIBVIRT
Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net-mgmt/collectd5/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -14,9 +14,11 @@ COMMENT= Systems & network statistics co
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USES= gmake pkgconfig tar:bzip2 libtool
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= aclocal autoconf autoheader automake libltdl libtoolize
+USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
# Only autoconf stage and sigrok plugin need GLIB:
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20
Modified: head/net-mgmt/icinga/Makefile
==============================================================================
--- head/net-mgmt/icinga/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net-mgmt/icinga/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,10 +12,11 @@ COMMENT= Enterprise grade open source mo
LICENSE= GPLv2
-LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgd.so:${PORTSDIR}/graphics/gd
USES= iconv gmake
-USE_AUTOTOOLS= autoconf libltdl
+USE_AUTOTOOLS= autoconf
USE_RC_SUBR= icinga
GNU_CONFIGURE= yes
Modified: head/net-mgmt/nagios/Makefile
==============================================================================
--- head/net-mgmt/nagios/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net-mgmt/nagios/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,13 +12,14 @@ COMMENT= Powerful network monitoring sys
LICENSE= GPLv2
-LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgd.so:${PORTSDIR}/graphics/gd
PORTSCOUT= limit:^3.
USES= iconv perl5 uidfix
USE_PERL5= build
-USE_AUTOTOOLS= autoconf libltdl
+USE_AUTOTOOLS= autoconf
USE_PHP= yes
USE_RC_SUBR= nagios
Modified: head/net-mgmt/nagios4/Makefile
==============================================================================
--- head/net-mgmt/nagios4/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net-mgmt/nagios4/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,11 +13,12 @@ COMMENT= Powerful network monitoring sys
LICENSE= GPLv2
-LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgd.so:${PORTSDIR}/graphics/gd
USES= gmake iconv perl5 uidfix
USE_PERL5= build
-USE_AUTOTOOLS= autoconf libltdl
+USE_AUTOTOOLS= autoconf
USE_PHP= xml
USE_RC_SUBR= nagios
Modified: head/net-mgmt/yaf/Makefile
==============================================================================
--- head/net-mgmt/yaf/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net-mgmt/yaf/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,12 +13,12 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfixbuf.so:${PORTSDIR}/net/libfixbuf \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libpcre.so:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix perl5 pkgconfig
-USE_AUTOTOOLS= libltdl
USE_GNOME= glib20
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-doxygen-doc --enable-applabel --enable-plugins
Modified: head/net-p2p/gnunet-gtk/Makefile
==============================================================================
--- head/net-p2p/gnunet-gtk/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net-p2p/gnunet-gtk/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,13 +12,13 @@ COMMENT= GTK interface to GNUnet
LICENSE= GPLv3
LIB_DEPENDS= libgladeui-1.so:${PORTSDIR}/devel/glade3 \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libqrencode.so:${PORTSDIR}/graphics/libqrencode \
libgnunetutil.so:${PORTSDIR}/net-p2p/gnunet \
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
USES= gmake iconv libtool pathfix pkgconfig
USE_GNOME= gtk20
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtktest \
--with-gtk-version=2 \
Modified: head/net-p2p/gnunet/Makefile
==============================================================================
--- head/net-p2p/gnunet/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net-p2p/gnunet/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -14,6 +14,7 @@ LICENSE= GPLv3
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
libopus.so:${PORTSDIR}/audio/opus \
libpulse.so:${PORTSDIR}/audio/pulseaudio \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libunistring.so:${PORTSDIR}/devel/libunistring \
libidn.so:${PORTSDIR}/dns/libidn \
libglpk.so:${PORTSDIR}/math/glpk \
@@ -25,7 +26,6 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio
USES= gmake iconv libtool pathfix pkgconfig
USE_GNOME= glib20
USE_GSTREAMER1= yes
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules \
--with-extractor=${LOCALBASE} \
Modified: head/net/asterisk/Makefile
==============================================================================
--- head/net/asterisk/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net/asterisk/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -77,8 +77,8 @@ DAHDI_LIB_DEPENDS= libpri.so:${PORTSDIR}
libopenr2.so:${PORTSDIR}/misc/openr2
ODBC_CONFIGURE_WITH= unixodbc
ODBC_CONFIGURE_ON= --with-ltdl
-ODBC_USE= AUTOTOOLS=libltdl
-ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
+ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC \
+ libltdl.so:${PORTSDIR}/devel/libltdl
FREETDS_CONFIGURE_ON= --with-tds=${LOCALBASE}
FREETDS_CONFIGURE_OFF= --without-tds
FREETDS_LIB_DEPENDS= libtds.so:${PORTSDIR}/databases/freetds
Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net/asterisk11/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -73,8 +73,8 @@ DAHDI_LIB_DEPENDS= libpri.so:${PORTSDIR}
libopenr2.so:${PORTSDIR}/misc/openr2
ODBC_CONFIGURE_WITH= unixodbc
ODBC_CONFIGURE_ON= --with-ltdl
-ODBC_USE= AUTOTOOLS=libltdl
-ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
+ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC \
+ libltdl.so:${PORTSDIR}/devel/libltdl
FREETDS_CONFIGURE_ON= --with-tds=${LOCALBASE}
FREETDS_CONFIGURE_OFF= --without-tds
FREETDS_LIB_DEPENDS= libtds.so:${PORTSDIR}/databases/freetds
Modified: head/net/freeradius2/Makefile
==============================================================================
--- head/net/freeradius2/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net/freeradius2/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -17,7 +17,8 @@ COMMENT= Free RADIUS server implementati
LICENSE= GPLv2
-LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \
+ libltdl.so:${PORTSDIR}/devel/libltdl
LOGDIR?= /var/log
KRB5_CONFIG?= /usr/bin/krb5-config --libs
@@ -29,7 +30,7 @@ USE_RC_SUBR= radiusd
USES= gmake libtool shebangfix tar:bzip2
SHEBANG_FILES= scripts/radsqlrelay src/modules/rlm_counter/rad_counter
-USE_AUTOTOOLS= libltdl libtoolize aclocal autoconf autoheader
+USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader
USE_OPENSSL= yes
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= ${CPPFLAGS}
Modified: head/net/gnu-dico/Makefile
==============================================================================
--- head/net/gnu-dico/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net/gnu-dico/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,9 +12,10 @@ PKGNAMEPREFIX= gnu-
MAINTAINER= goran.tal at gmail.com
COMMENT= Flexible modular implementation of DICT server
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USE_LDCONFIG= yes
USES= tar:xz gmake libtool
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CFLAGS+= -Wno-error=return-type
Modified: head/net/gnu-radius/Makefile
==============================================================================
--- head/net/gnu-radius/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net/gnu-radius/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,13 +12,14 @@ DISTNAME= radius-${PORTVERSION}
MAINTAINER= gahr at FreeBSD.org
COMMENT= GNU RADIUS server
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
CONFLICTS= freeradius-0.* openradius-0.* radiusd-cistron-1.*
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool
USE_RC_SUBR= radiusd
USE_SUBMAKE= yes
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
Modified: head/net/libnetdude/Makefile
==============================================================================
--- head/net/libnetdude/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net/libnetdude/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -10,14 +10,14 @@ MASTER_SITES= SF/netdude/${PORTNAME}/${P
MAINTAINER= ports at FreeBSD.org
COMMENT= Library for manipulating libpcap/tcpdump trace files
-LIB_DEPENDS= libpcapnav.so:${PORTSDIR}/net/libpcapnav
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libpcapnav.so:${PORTSDIR}/net/libpcapnav
USES= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc --disable-static --with-html-dir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-USE_AUTOTOOLS= libltdl
USE_GNOME= glib12
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
Modified: head/net/netdude/Makefile
==============================================================================
--- head/net/netdude/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net/netdude/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -10,10 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles
-LIB_DEPENDS= libnetdude.so:${PORTSDIR}/net/libnetdude
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libnetdude.so:${PORTSDIR}/net/libnetdude
USES= gettext iconv libtool gmake
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
LIBS+= -L${LOCALBASE}/lib -lltdl
Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/net/openldap24-server/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -220,7 +220,7 @@ USE_RC_SUBR= slapd
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-Makefile.in
.if ${PORT_OPTIONS:MMODULES} || ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSLAPI}
-USE_AUTOTOOLS+= libltdl
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl
CONFIGURE_ARGS+= --enable-modules
PLIST_SUB+= MODULES=""
.else
Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/security/clamav/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,7 +12,8 @@ COMMENT= Command line virus scanner writ
LICENSE= GPLv2
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libcurl.so:${PORTSDIR}/ftp/curl
OPTIONS_DEFINE= ARC ARJ LHA UNZOO UNRAR LLVM TESTS MILTER LDAP ICONV STDERR \
EXPERIMENTAL DOCS IPV6 DMG_XAR
@@ -64,7 +65,6 @@ PLIST_SUB+= DBDIR=${DBDIR:S/^\///} \
CLAMAVUSER=${CLAMAVUSER} \
CLAMAVGROUP=${CLAMAVGROUP}
PY_NO_THREAD= ${WRKDIR}/.python-has-no-threads
-USE_AUTOTOOLS= libltdl
OPTIONS_SUB= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/lib \
Modified: head/security/courier-authlib/Makefile
==============================================================================
--- head/security/courier-authlib/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/security/courier-authlib/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -31,8 +31,9 @@ OPTIONS_DEFINE+= GDBM
.else # !defined(PKGNAMESUFFIX)
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl
+
USES= iconv gmake libtool perl5 tar:bzip2
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
USE_SUBMAKE= yes
Modified: head/security/libp11/Makefile
==============================================================================
--- head/security/libp11/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/security/libp11/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,9 +12,10 @@ COMMENT= Small layer on top of PKCS\#11
LICENSE= LGPL21
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
OPTIONS_DEFINE= DOCS EXAMPLES
-USE_AUTOTOOLS= libltdl
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USES= libtool pkgconfig
Modified: head/security/libprelude/Makefile
==============================================================================
--- head/security/libprelude/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/security/libprelude/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,7 +13,8 @@ COMMENT= Framework library for Prelude N
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.README
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgmp.so:${PORTSDIR}/math/gmp \
libgnutls.so:${PORTSDIR}/security/gnutls \
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libgpg-error.so:${PORTSDIR}/security/libgpg-error \
@@ -24,7 +25,6 @@ OPTIONS_DEFINE= DOCS PERL PYTHON
OPTIONS_SUB= yes
USES= charsetfix gettext gmake iconv libtool pathfix pkgconfig
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static \
Modified: head/security/libpreludedb/Makefile
==============================================================================
--- head/security/libpreludedb/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/security/libpreludedb/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,7 +12,8 @@ COMMENT= Framework library for access to
LICENSE= GPLv2
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgmp.so:${PORTSDIR}/math/gmp \
libgnutls.so:${PORTSDIR}/security/gnutls \
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libgpg-error.so:${PORTSDIR}/security/libgpg-error \
@@ -21,7 +22,6 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/
libp11-kit.so:${PORTSDIR}/security/p11-kit
USES= gettext gmake iconv libtool
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gtk-doc=no \
--with-html-dir=${PREFIX}/share/doc
Modified: head/security/openct/Makefile
==============================================================================
--- head/security/openct/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/security/openct/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,10 +12,11 @@ COMMENT= Middleware framework for smart
LICENSE= LGPL21
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
OPTIONS_DEFINE= PCSC DOCS
PCSC_DESC= Enable PC/SC support
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig
USE_LDCONFIG= yes
Modified: head/security/xca/Makefile
==============================================================================
--- head/security/xca/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/security/xca/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -12,9 +12,10 @@ COMMENT= Graphical certification authori
LICENSE= BSD
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USE_OPENSSL= yes
USE_QT4= gui moc_build uic_build qmake_build rcc_build linguist_build
-USE_AUTOTOOLS= libltdl
USES= desktop-file-utils gmake shared-mime-info
DESTDIRNAME= destdir
Modified: head/security/xmlsec1/Makefile
==============================================================================
--- head/security/xmlsec1/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/security/xmlsec1/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -13,6 +13,8 @@ MASTER_SITES= http://www.aleksey.com/xml
MAINTAINER= johans at FreeBSD.org
COMMENT= XML Security Library
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
OPTIONS_DEFINE= DOCS GNUTLS NSS
OPTIONS_SUB= yes
GNUTLS_DESC= Enable GNUTLS support
@@ -27,7 +29,6 @@ INSTALL_TARGET= install-strip
USES= libtool:oldver pathfix pkgconfig
USE_OPENSSL= yes
USE_GNOME= libxml2 libxslt
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
Modified: head/sysutils/heartbeat/Makefile
==============================================================================
--- head/sysutils/heartbeat/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/sysutils/heartbeat/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -17,13 +17,14 @@ COMMENT= Subsystem for High-Availability
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libgnutls.so:${PORTSDIR}/security/gnutls \
libnet.so:${PORTSDIR}/net/libnet \
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
libxml2.so:${PORTSDIR}/textproc/libxml2
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
-USE_AUTOTOOLS= autoconf autoheader automake aclocal libltdl libtoolize
+USE_AUTOTOOLS= autoconf autoheader automake aclocal libtoolize
AUTOMAKE_ARGS= --add-missing --include-deps --copy
USES= gettext gmake libtool pkgconfig tar:bzip2 shebangfix
Modified: head/textproc/libextractor/Makefile
==============================================================================
--- head/textproc/libextractor/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/textproc/libextractor/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -11,10 +11,11 @@ COMMENT= Library for keyword extraction
LICENSE= GPLv3 # (or later)
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USES= iconv gettext libtool makeinfo pathfix pkgconfig
USE_GNOME= gtk20
USE_PYTHON= yes
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk-version=2 \
--with-ltdl=${LOCALBASE}
Modified: head/textproc/redland/Makefile
==============================================================================
--- head/textproc/redland/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/textproc/redland/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -15,10 +15,10 @@ COMMENT= High-level interface for RDF
LICENSE= APACHE20 GPLv2 GPLv3 LGPL21
LICENSE_COMB= dual
-LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libraptor2.so:${PORTSDIR}/textproc/raptor2 \
librasqal.so:${PORTSDIR}/textproc/rasqal
-USE_AUTOTOOLS= libltdl
USE_PERL5= build
USES= gmake libtool pathfix perl5 pkgconfig shebangfix
SHEBANG_FILES= scripts/touch-mtime.pl
Modified: head/textproc/scim-openvanilla/Makefile
==============================================================================
--- head/textproc/scim-openvanilla/Makefile Wed Sep 17 06:10:22 2014 (r368355)
+++ head/textproc/scim-openvanilla/Makefile Wed Sep 17 07:38:15 2014 (r368356)
@@ -14,9 +14,9 @@ COMMENT= SCIM OpenVanilla input method (
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
${LOCALBASE}/include/OpenVanilla/OpenVanilla.h:${PORTSDIR}/textproc/openvanilla-framework
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
-LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libexpat.so:${PORTSDIR}/textproc/expat2
-USE_AUTOTOOLS= libltdl
WRKSRC= ${WRKDIR}/${DISTNAME}/Loaders/SCIM
USES= pkgconfig gettext iconv gmake libtool:keepla
GNU_CONFIGURE= yes
More information about the svn-ports-all
mailing list