1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Convert LIB_DEPENDS for ports depending on boost

This commit is contained in:
Baptiste Daroussin 2013-12-12 14:23:25 +00:00
parent 44e9f64a27
commit e8370851fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336263
6 changed files with 16 additions and 16 deletions

View File

@ -11,8 +11,8 @@ EXPIRATION_DATE=2013-12-13
USE_PYTHON= yes
LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs \
torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15
LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
libtorrent-rasterbar.so.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15
BUILD_WRKSRC= ${WRKSRC}/bindings/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -19,8 +19,8 @@ CONFLICTS+= libtorrent-rasterbar-0.1[46789].*
NO_LATEST_LINK= yes
BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf
LIB_DEPENDS+= boost_date_time:${PORTSDIR}/devel/boost-libs \
GeoIP.5:${PORTSDIR}/net/GeoIP
LIB_DEPENDS+= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
libGeoIP.so:${PORTSDIR}/net/GeoIP
USES= pathfix
USE_OPENSSL= yes

View File

@ -10,7 +10,7 @@ MASTER_SITES= LOCAL/swills \
MAINTAINER= swills@FreeBSD.org
COMMENT= Virtual Peer-to-Peer Currency Software
LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= litecoin-project
@ -38,7 +38,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MUPNP}
LIB_DEPENDS+= miniupnpc:${PORTSDIR}/net/miniupnpc
LIB_DEPENDS+= libminiupnpc.so:${PORTSDIR}/net/miniupnpc
QMAKE_USE_UPNP= 1
.else
QMAKE_USE_UPNP= -
@ -57,7 +57,7 @@ MAKE_ARGS+= -C ${WRKSRC}/src USE_UPNP=${QMAKE_USE_UPNP}
PLIST_FILES= bin/${BINARY}
.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) && ${PORT_OPTIONS:MQRCODES}
LIB_DEPENDS+= qrencode:${PORTSDIR}/graphics/libqrencode
LIB_DEPENDS+= libqrencode.so:${PORTSDIR}/graphics/libqrencode
QMAKE_USE_QRCODE=1
.else
QMAKE_USE_QRCODE=0

View File

@ -15,7 +15,7 @@ COMMENT= Alternative Bitcoin peer-to-peer currency client
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/parallel/algorithm.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs
OPTIONS_DEFINE= WXGTK
OPTIONS_DEFAULT= WXGTK

View File

@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/
MAINTAINER= acm@FreeBSD.org
COMMENT= Cross-platform C++ library for network and low-level I/O programming
LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
USE_GMAKE= yes

View File

@ -10,13 +10,13 @@ MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= Server for WorldForge games
LIB_DEPENDS= Atlas-0.6.2:${PORTSDIR}/devel/atlas-devel \
varconf-1.0.8:${PORTSDIR}/devel/varconf \
wfmath-1.0.1:${PORTSDIR}/math/wfmath \
mercator-0.3.3:${PORTSDIR}/devel/mercator \
skstream-0.3.7:${PORTSDIR}/net/skstream \
gcrypt:${PORTSDIR}/security/libgcrypt \
boost_regex:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libAtlas-0.6.so:${PORTSDIR}/devel/atlas-devel \
libvarconf-1.0.so:${PORTSDIR}/devel/varconf \
libwfmath-1.0.so:${PORTSDIR}/math/wfmath \
libmercator-0.3.so:${PORTSDIR}/devel/mercator \
libskstream-0.3.so:${PORTSDIR}/net/skstream \
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libboost_regex.so:${PORTSDIR}/devel/boost-libs
CONFIGURE_ARGS= --with-python=${LOCALBASE}