svn commit: r336260 - in head: graphics/luxrays graphics/luxrender graphics/povray37 graphics/py-exiv2 graphics/vigra graphics/visionworkbench lang/hiphop-php mail/libmapi math/armadillo math/carve...
Baptiste Daroussin
bapt at FreeBSD.org
Thu Dec 12 13:01:46 UTC 2013
Author: bapt
Date: Thu Dec 12 13:01:40 2013
New Revision: 336260
URL: http://svnweb.freebsd.org/changeset/ports/336260
Log:
Convert LIB_DEPENDS for ports depending on boost
Modified:
head/graphics/luxrays/Makefile
head/graphics/luxrender/Makefile
head/graphics/povray37/Makefile
head/graphics/py-exiv2/Makefile
head/graphics/vigra/Makefile
head/graphics/visionworkbench/Makefile
head/lang/hiphop-php/Makefile
head/mail/libmapi/Makefile
head/math/armadillo/Makefile
head/math/carve/Makefile
head/math/kig/Makefile
head/math/py-graphtool/Makefile
head/math/rocs/Makefile
head/math/ufc/Makefile
head/multimedia/assimp/Makefile
head/multimedia/cclive/Makefile
head/multimedia/flvtool++/Makefile
head/multimedia/gstreamer-qt4/Makefile
head/multimedia/vdr-plugin-upnp/Makefile
head/multimedia/xbmc-pvr/Makefile
head/net-im/licq-icq/Makefile
head/net-im/licq-jabber/Makefile
head/net-im/licq-msn/Makefile
head/net-im/licq-osd/Makefile
head/net-im/licq-qt-gui/Makefile
Modified: head/graphics/luxrays/Makefile
==============================================================================
--- head/graphics/luxrays/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/graphics/luxrays/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -14,7 +14,7 @@ COMMENT= Accelerate the ray intersection
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/lib/libfreeimage.a:${PORTSDIR}/graphics/freeimage
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
HG_NODEID= 475fbf15f0ca
Modified: head/graphics/luxrender/Makefile
==============================================================================
--- head/graphics/luxrender/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/graphics/luxrender/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -22,9 +22,9 @@ ONLY_FOR_ARCHS= i386 amd64
BROKEN= does not build with boost-1.48.0
BUILD_DEPENDS= ${LOCALBASE}/lib/libfreeimage.a:${PORTSDIR}/graphics/freeimage
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \
- png15:${PORTSDIR}/graphics/png \
- IlmImf:${PORTSDIR}/graphics/OpenEXR \
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
HG_NODEID= 9206b3ba7011
Modified: head/graphics/povray37/Makefile
==============================================================================
--- head/graphics/povray37/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/graphics/povray37/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -11,7 +11,7 @@ DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}
MAINTAINER= bkoenig at alpha-tierchen.de
COMMENT= Persistence of Vision Ray Tracer
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
OPTIONS_DEFINE= X11 PNG JPEG TIFF OPENEXR STATIC IO EXAMPLES DOCS
OPTIONS_DEFAULT= PNG JPEG EXAMPLES DOCS
@@ -60,7 +60,7 @@ CONFIGURE_ARGS+=--disable-io-restriction
.if ${PORT_OPTIONS:MSTATIC}
BUILD_DEPENDS+= png>=1.4:${PORTSDIR}/graphics/png
.else
-LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png
LIBS+= -lpng
.endif
.else
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+=--without-libpng
.if ${PORT_OPTIONS:MSTATIC}
BUILD_DEPENDS+= jpeg>=6b:${PORTSDIR}/graphics/jpeg
.else
-LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg
LIBS+= -ljpeg
.endif
.else
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+=--without-libjpeg
.if ${PORT_OPTIONS:MSTATIC}
BUILD_DEPENDS+= tiff>=4:${PORTSDIR}/graphics/tiff
.else
-LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff
LIBS+= -ltiff
.endif
.else
@@ -93,7 +93,7 @@ CONFIGURE_ARGS+=--without-libtiff
.if ${PORT_OPTIONS:MSTATIC}
BUILD_DEPENDS+= OpenEXR>=1.6:${PORTSDIR}/graphics/OpenEXR
.else
-LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR
+LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR
LIBS+= -lIlmImf
INCLUDES+= -I${LOCALBASE}/include/OpenEXR
.endif
Modified: head/graphics/py-exiv2/Makefile
==============================================================================
--- head/graphics/py-exiv2/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/graphics/py-exiv2/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -12,11 +12,11 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= multimedia at FreeBSD.org
COMMENT= Python bindings for exiv2
-LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2\
- boost_python:${PORTSDIR}/devel/boost-python-libs
+LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2\
+ libboost_python.so:${PORTSDIR}/devel/boost-python-libs
+USES= gmake
USE_PYTHON= -2.7
-USE_GMAKE= yes
USE_BZIP2= yes
USE_SCONS= yes
USE_LDCONFIG= yes
Modified: head/graphics/vigra/Makefile
==============================================================================
--- head/graphics/vigra/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/graphics/vigra/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -30,14 +30,14 @@ NO_STAGE= yes
.if ${PORT_OPTIONS:MHDF5}
CMAKE_ARGS+= -DWITH_HDF5=1
-LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18
+LIB_DEPENDS+= libhdf5.so.7:${PORTSDIR}/science/hdf5-18
.else
CMAKE_ARGS+= -DWITH_HDF5=0
.endif
.if ${PORT_OPTIONS:MOPENEXR}
CMAKE_ARGS+= -DWITH_OPENEXR=1
-LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR
+LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR
.else
CMAKE_ARGS+= -DWITH_OPENEXR=0
.endif
@@ -51,7 +51,7 @@ USE_PYTHON= 2.6-2.7
BUILD_DEPENDS+= nosetests:${PORTSDIR}/devel/py-nose
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy
#BUILD_DEPENDS+= sphinx-build:${PORTSDIR}/textproc/py-sphinx
-LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs
+LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs
RUN_DEPENDS:= ${BUILD_DEPENDS}
PLIST_SUB+= PYTHON=""
.else
@@ -73,20 +73,20 @@ PLIST_SUB+= PYTHON="@comment "
# do not have graphics/tiff installed and do not want TIFF support in Vigra.
.if !defined(WITHOUT_VIGRA_TIFF)
-LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff
.endif
.if !defined(WITHOUT_VIGRA_JPEG)
-LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg
.endif
.if !defined(WITHOUT_VIGRA_PNG)
-LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png
.endif
.if !defined(WITHOUT_VIGRA_FFTW)
-LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3
-LIB_DEPENDS+= fftw3f:${PORTSDIR}/math/fftw3-float
+LIB_DEPENDS+= libfftw3.so:${PORTSDIR}/math/fftw3
+LIB_DEPENDS+= libfftw3f.so:${PORTSDIR}/math/fftw3-float
.endif
pre-everything::
Modified: head/graphics/visionworkbench/Makefile
==============================================================================
--- head/graphics/visionworkbench/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/graphics/visionworkbench/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -24,14 +24,14 @@ USE_FORTRAN= yes
USE_LDCONFIG= yes
USE_PYTHON= 2.4+
-LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg
-LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png
-LIB_DEPENDS+= boost_thread:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs
-LIB_DEPENDS+= gdal:${PORTSDIR}/graphics/gdal
-LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
-LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR
-LIB_DEPENDS+= cairomm-1.0.1:${PORTSDIR}/graphics/cairomm
+LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= libboost_thread.so:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs
+LIB_DEPENDS+= libgdal.so:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack
+LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR
+LIB_DEPENDS+= libcairomm-1.0.so:${PORTSDIR}/graphics/cairomm
NO_STAGE= yes
.include <bsd.port.pre.mk>
Modified: head/lang/hiphop-php/Makefile
==============================================================================
--- head/lang/hiphop-php/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/lang/hiphop-php/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -32,19 +32,19 @@ LICENSE_DISTFILES_UNICODE= EastAsianWidt
8859-11.TXT 8859-13.TXT 8859-14.TXT 8859-15.TXT 8859-16.TXT
LICENSE_DISTFILES_ZEND200= ${DISTNAME}${EXTRACT_SUFX}
-LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu \
- boost_thread:${PORTSDIR}/devel/boost-libs \
- execinfo:${PORTSDIR}/devel/libexecinfo \
- tbb:${PORTSDIR}/devel/tbb \
- gd:${PORTSDIR}/graphics/gd \
- mcrypt:${PORTSDIR}/security/libmcrypt \
- onig:${PORTSDIR}/devel/oniguruma4 \
- pcre:${PORTSDIR}/devel/pcre \
- expat:${PORTSDIR}/textproc/expat2 \
- memcached:${PORTSDIR}/databases/libmemcached \
- c-client4:${PORTSDIR}/mail/cclient \
- unwind:${PORTSDIR}/devel/libunwind \
- glog:${PORTSDIR}/devel/glog
+LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu \
+ libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
+ libtbb.so:${PORTSDIR}/devel/tbb \
+ libgd.so:${PORTSDIR}/graphics/gd \
+ libmcrypt.so:${PORTSDIR}/security/libmcrypt \
+ libonig.so:${PORTSDIR}/devel/oniguruma4 \
+ libpcre.so:${PORTSDIR}/devel/pcre \
+ libexpat.so:${PORTSDIR}/textproc/expat2 \
+ libmemcached.so:${PORTSDIR}/databases/libmemcached \
+ libc-client4.so:${PORTSDIR}/mail/cclient \
+ libunwind.so:${PORTSDIR}/devel/libunwind \
+ libglog.so:${PORTSDIR}/devel/glog
OPTIONS_DEFINE= DOCS
Modified: head/mail/libmapi/Makefile
==============================================================================
--- head/mail/libmapi/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/mail/libmapi/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -14,10 +14,10 @@ COMMENT= Open Source implementation of M
BUILD_DEPENDS= ${HOSTCONFIG}:${PORTSDIR}/net/samba4 \
pidl:${PORTSDIR}/devel/p5-Parse-Pidl
-LIB_DEPENDS= ical:${PORTSDIR}/devel/libical \
- tdb:${PORTSDIR}/databases/tdb \
- tevent:${PORTSDIR}/devel/tevent \
- talloc:${PORTSDIR}/devel/talloc
+LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical \
+ libtdb.so:${PORTSDIR}/databases/tdb \
+ libtevent.so:${PORTSDIR}/devel/tevent \
+ libtalloc.so:${PORTSDIR}/devel/talloc
RUN_DEPENDS= ${HOSTCONFIG}:${PORTSDIR}/net/samba4
HOSTCONFIG= ${LOCALBASE}/libdata/pkgconfig/samba-hostconfig.pc
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-swig-perl
CONFIGURE_ARGS+= --disable-pymapi
.if ${PORT_OPTIONS:MBOOST} || exists(${LOCALBASE}/lib/libboost_thread.so)
-LIB_DEPENDS+= boost_thread:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS+= libboost_thread.so:${PORTSDIR}/devel/boost-libs
PLIST_SUB+= BOOST=""
.else
PLIST_SUB+= BOOST="@comment "
Modified: head/math/armadillo/Makefile
==============================================================================
--- head/math/armadillo/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/math/armadillo/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -11,8 +11,8 @@ COMMENT= C++ linear algebra library
LICENSE= MPL
-LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \
- boost_date_time:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= liblapack.so:${PORTSDIR}/math/lapack \
+ libboost_date_time.so:${PORTSDIR}/devel/boost-libs
USES= cmake
USE_LDCONFIG= yes
Modified: head/math/carve/Makefile
==============================================================================
--- head/math/carve/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/math/carve/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gahr at FreeBSD.org
COMMENT= A fast, robust constructive solid geometry library
-LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
OPTIONS_DEFINE= GUI
@@ -28,7 +28,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUI}
-LIB_DEPENDS+= glui:${PORTSDIR}/devel/glui
+LIB_DEPENDS+= libglui.so:${PORTSDIR}/devel/glui
PLIST_SUB+= GUI=""
CMAKE_ARGS+= -DCARVE_WITH_GUI:BOOL=true
.else
Modified: head/math/kig/Makefile
==============================================================================
--- head/math/kig/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/math/kig/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -27,7 +27,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYTHON}
-LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs
+LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs
.endif
.include <bsd.port.mk>
Modified: head/math/py-graphtool/Makefile
==============================================================================
--- head/math/py-graphtool/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/math/py-graphtool/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -14,9 +14,9 @@ COMMENT= Python module for complex netwo
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \
${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy
-LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
- boost_graph:${PORTSDIR}/devel/boost-libs \
- CGAL.10:${PORTSDIR}/math/cgal
+LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
+ libboost_graph.so:${PORTSDIR}/devel/boost-libs \
+ libCGAL.so:${PORTSDIR}/math/cgal
USE_BZIP2= yes
USE_GCC= yes
Modified: head/math/rocs/Makefile
==============================================================================
--- head/math/rocs/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/math/rocs/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE Graph theory IDE
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
CONFLICTS= kdeedu-4.[0-6].*
Modified: head/math/ufc/Makefile
==============================================================================
--- head/math/ufc/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/math/ufc/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -10,7 +10,7 @@ MAINTAINER= jwbacon at tds.net
COMMENT= Unified framework for finite element assembly
BUILD_DEPENDS= swig2.0:${PORTSDIR}/devel/swig20
-LIB_DEPENDS= boost_math_c99:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_math_c99.so:${PORTSDIR}/devel/boost-libs
# LICENSE= public domain
Modified: head/multimedia/assimp/Makefile
==============================================================================
--- head/multimedia/assimp/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/multimedia/assimp/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -14,7 +14,7 @@ COMMENT= Library to import various 3D mo
LICENSE= BSD
-LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
USE_ZIP= yes
USES= cmake pkgconfig
Modified: head/multimedia/cclive/Makefile
==============================================================================
--- head/multimedia/cclive/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/multimedia/cclive/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -13,10 +13,10 @@ COMMENT= Lightweight command line video
LICENSE= GPLv3
-LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \
- curl:${PORTSDIR}/ftp/curl \
- pcre.3:${PORTSDIR}/devel/pcre \
- quvi.7:${PORTSDIR}/multimedia/libquvi
+LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
+ libcurl.so:${PORTSDIR}/ftp/curl \
+ libpcre.so:${PORTSDIR}/devel/pcre \
+ libquvi.so:${PORTSDIR}/multimedia/libquvi
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-boost=${LOCALBASE}
Modified: head/multimedia/flvtool++/Makefile
==============================================================================
--- head/multimedia/flvtool++/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/multimedia/flvtool++/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -9,7 +9,7 @@ MASTER_SITES= http://mirror.facebook.net
MAINTAINER= gslin at gslin.org
COMMENT= Tool for hinting and manipulating the metadata of FLV files
-LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs
CFLAGS+= -I${LOCALBASE}/include/boost
NO_WRKSUBDIR= yes
Modified: head/multimedia/gstreamer-qt4/Makefile
==============================================================================
--- head/multimedia/gstreamer-qt4/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/multimedia/gstreamer-qt4/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -14,7 +14,7 @@ COMMENT= Qt4 bindings for GStreamer mult
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
USES= bison cmake gmake pkgconfig
USE_BZIP2= yes
Modified: head/multimedia/vdr-plugin-upnp/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-upnp/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/multimedia/vdr-plugin-upnp/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -13,9 +13,9 @@ MAINTAINER= nox at FreeBSD.org
COMMENT= Video Disk Recorder - UPnP/DLNA plugin (alpha!)
LIB_DEPENDS+= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \
- boost_system:${PORTSDIR}/devel/boost-libs \
- upnp:${PORTSDIR}/devel/upnp \
- sqlite3:${PORTSDIR}/databases/sqlite3
+ libboost_system.so:${PORTSDIR}/devel/boost-libs \
+ libupnp.so:${PORTSDIR}/devel/upnp \
+ libsqlite3.so:${PORTSDIR}/databases/sqlite3
DIST_SUBDIR= vdr
PATCH_STRIP= -p1
Modified: head/multimedia/xbmc-pvr/Makefile
==============================================================================
--- head/multimedia/xbmc-pvr/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/multimedia/xbmc-pvr/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -23,35 +23,35 @@ BUILD_DEPENDS= enca:${PORTSDIR}/converte
nasm:${PORTSDIR}/devel/nasm \
dvdread-config:${PORTSDIR}/multimedia/libdvdread
-LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \
- boost_thread:${PORTSDIR}/devel/boost-libs \
- cdio:${PORTSDIR}/sysutils/libcdio \
- curl:${PORTSDIR}/ftp/curl \
- dbus-1:${PORTSDIR}/devel/dbus \
- enca:${PORTSDIR}/converters/enca \
- GLEW:${PORTSDIR}/graphics/glew \
- avcodec0:${PORTSDIR}/multimedia/ffmpeg0 \
- fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
- freetype:${PORTSDIR}/print/freetype2 \
- fribidi:${PORTSDIR}/converters/fribidi \
- lzo2:${PORTSDIR}/archivers/lzo2 \
- jasper:${PORTSDIR}/graphics/jasper \
- jpeg:${PORTSDIR}/graphics/jpeg \
- faad:${PORTSDIR}/audio/faad \
- mad:${PORTSDIR}/audio/libmad \
- modplug:${PORTSDIR}/audio/libmodplug \
- mpeg2:${PORTSDIR}/multimedia/libmpeg2 \
- ogg:${PORTSDIR}/audio/libogg \
- pcre:${PORTSDIR}/devel/pcre \
- png15:${PORTSDIR}/graphics/png \
- samplerate:${PORTSDIR}/audio/libsamplerate \
- smbclient:${PORTSDIR}/net/samba-libsmbclient \
- sqlite3:${PORTSDIR}/databases/sqlite3 \
- vorbis:${PORTSDIR}/audio/libvorbis \
- ass:${PORTSDIR}/multimedia/libass \
- wavpack:${PORTSDIR}/audio/wavpack \
- yajl:${PORTSDIR}/devel/yajl \
- plist:${PORTSDIR}/devel/libplist
+LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \
+ libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libcdio.so:${PORTSDIR}/sysutils/libcdio \
+ libcurl.so:${PORTSDIR}/ftp/curl \
+ libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libenca.so:${PORTSDIR}/converters/enca \
+ libGLEW.so:${PORTSDIR}/graphics/glew \
+ libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \
+ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
+ libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libfribidi.so:${PORTSDIR}/converters/fribidi \
+ liblzo2.so:${PORTSDIR}/archivers/lzo2 \
+ libjasper.so:${PORTSDIR}/graphics/jasper \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libfaad.so:${PORTSDIR}/audio/faad \
+ libmad.so:${PORTSDIR}/audio/libmad \
+ libmodplug.so:${PORTSDIR}/audio/libmodplug \
+ libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 \
+ libogg.so:${PORTSDIR}/audio/libogg \
+ libpcre.so:${PORTSDIR}/devel/pcre \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
+ libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \
+ libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libass.so:${PORTSDIR}/multimedia/libass \
+ libwavpack.so:${PORTSDIR}/audio/wavpack \
+ libyajl.so:${PORTSDIR}/devel/yajl \
+ libplist.so:${PORTSDIR}/devel/libplist
RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
@@ -121,28 +121,28 @@ PLIST_SUB+= ARCH="x86_64"
.if ${PORT_OPTIONS:MAVAHI}
CONFIGURE_ARGS+= --enable-avahi
-LIB_DEPENDS+= avahi-common:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+= libavahi-common.so:${PORTSDIR}/net/avahi-app
.else
CONFIGURE_ARGS+= --disable-avahi
.endif
.if ${PORT_OPTIONS:MLIBBLURAY}
CONFIGURE_ARGS+= --enable-libbluray
-LIB_DEPENDS+= bluray:${PORTSDIR}/multimedia/libbluray
+LIB_DEPENDS+= libbluray.so:${PORTSDIR}/multimedia/libbluray
.else
CONFIGURE_ARGS+= --disable-libbluray
.endif
.if ${PORT_OPTIONS:MFAAC}
CONFIGURE_ARGS+= --enable-faac
-LIB_DEPENDS+= faac:${PORTSDIR}/audio/faac
+LIB_DEPENDS+= libfaac.so:${PORTSDIR}/audio/faac
.else
CONFIGURE_ARGS+= --disable-faac
.endif
.if ${PORT_OPTIONS:MHAL}
CONFIGURE_ARGS+= --enable-hal
-LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal
+LIB_DEPENDS+= libhal.so:${PORTSDIR}/sysutils/hal
.else
CONFIGURE_ARGS+= --disable-hal
.endif
@@ -153,7 +153,7 @@ RUN_DEPENDS+= lircd:${PORTSDIR}/comms/li
.if ${PORT_OPTIONS:MMMS}
CONFIGURE_ARGS+= --enable-libmms
-LIB_DEPENDS+= mms:${PORTSDIR}/net/libmms
+LIB_DEPENDS+= libmms.so:${PORTSDIR}/net/libmms
.else
CONFIGURE_ARGS+= --disable-libmms
.endif
@@ -168,27 +168,27 @@ CONFIGURE_ARGS+= --disable-non-free
.if ${PORT_OPTIONS:MPULSEAUDIO}
CONFIGURE_ARGS+= --enable-pulse
-LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio
+LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio
.else
CONFIGURE_ARGS+= --disable-pulse
.endif
.if ${PORT_OPTIONS:MRTMP}
CONFIGURE_ARGS+= --enable-rtmp
-LIB_DEPENDS+= rtmp:${PORTSDIR}/multimedia/librtmp
+LIB_DEPENDS+= librtmp.so:${PORTSDIR}/multimedia/librtmp
.else
CONFIGURE_ARGS+= --disable-rtmp
.endif
.if ${PORT_OPTIONS:MVAAPI}
-LIB_DEPENDS+= va:${PORTSDIR}/multimedia/libva
+LIB_DEPENDS+= libva.so:${PORTSDIR}/multimedia/libva
CONFIGURE_ARGS+= --enable-vaapi
.else
CONFIGURE_ARGS+= --disable-vaapi
.endif
.if ${PORT_OPTIONS:MVDPAU}
-LIB_DEPENDS+= vdpau:${PORTSDIR}/multimedia/libvdpau
+LIB_DEPENDS+= libvdpau.so:${PORTSDIR}/multimedia/libvdpau
CONFIGURE_ARGS+= --enable-vdpau
.else
CONFIGURE_ARGS+= --disable-vdpau
@@ -196,7 +196,7 @@ CONFIGURE_ARGS+= --disable-vdpau
.if ${PORT_OPTIONS:MWEBSERVER}
CONFIGURE_ARGS+= --enable-webserver
-LIB_DEPENDS+= microhttpd:${PORTSDIR}/www/libmicrohttpd
+LIB_DEPENDS+= libmicrohttpd.so:${PORTSDIR}/www/libmicrohttpd
PLIST_SUB+= HTTPD=""
.else
CONFIGURE_ARGS+= --disable-webserver
Modified: head/net-im/licq-icq/Makefile
==============================================================================
--- head/net-im/licq-icq/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/net-im/licq-icq/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -9,7 +9,7 @@ COMMENT= ICQ plugin for Licq
LICENSE= GPLv2
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs
USES= cmake
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
Modified: head/net-im/licq-jabber/Makefile
==============================================================================
--- head/net-im/licq-jabber/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/net-im/licq-jabber/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -9,8 +9,8 @@ COMMENT= Jabber (XMPP) plugin for Licq
LICENSE= GPLv2
-LIB_DEPENDS= gloox:${PORTSDIR}/net-im/gloox \
- boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libgloox.so:${PORTSDIR}/net-im/gloox \
+ libboost_regex.so:${PORTSDIR}/devel/boost-libs
NO_STAGE= yes
Modified: head/net-im/licq-msn/Makefile
==============================================================================
--- head/net-im/licq-msn/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/net-im/licq-msn/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -9,7 +9,7 @@ COMMENT= MSN plugin for Licq
LICENSE= GPLv2
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs
NO_STAGE= yes
Modified: head/net-im/licq-osd/Makefile
==============================================================================
--- head/net-im/licq-osd/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/net-im/licq-osd/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -9,8 +9,8 @@ CATEGORIES= net-im
MAINTAINER= dinoex at FreeBSD.org
COMMENT= OnScreenDisplay messages in licq
-LIB_DEPENDS= xosd:${PORTSDIR}/misc/xosd \
- boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd \
+ libboost_regex.so:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${PORTSDIR}/${LICQ_PORT}-qt-gui
# run dependency may be too strict, delete it if you use another
# plugin (gtk+) and wish run osd with it. i've not tested with
Modified: head/net-im/licq-qt-gui/Makefile
==============================================================================
--- head/net-im/licq-qt-gui/Makefile Thu Dec 12 13:01:06 2013 (r336259)
+++ head/net-im/licq-qt-gui/Makefile Thu Dec 12 13:01:40 2013 (r336260)
@@ -11,7 +11,7 @@ COMMENT= Qt plugin for licq
LICENSE= GPLv2
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/lib/licq/protocol_icq.so:${PORTSDIR}/${LICQ_PORT}-icq
NO_STAGE= yes
More information about the svn-ports-all
mailing list