svn commit: r336263 - in head: net-p2p/libtorrent-rasterbar-15 net-p2p/libtorrent-rasterbar-15-python net-p2p/litecoin net-p2p/solidcoin net/asio net/cyphesis
Baptiste Daroussin
bapt at FreeBSD.org
Thu Dec 12 14:23:27 UTC 2013
Author: bapt
Date: Thu Dec 12 14:23:25 2013
New Revision: 336263
URL: http://svnweb.freebsd.org/changeset/ports/336263
Log:
Convert LIB_DEPENDS for ports depending on boost
Modified:
head/net-p2p/libtorrent-rasterbar-15-python/Makefile
head/net-p2p/libtorrent-rasterbar-15/Makefile
head/net-p2p/litecoin/Makefile
head/net-p2p/solidcoin/Makefile
head/net/asio/Makefile
head/net/cyphesis/Makefile
Modified: head/net-p2p/libtorrent-rasterbar-15-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-15-python/Makefile Thu Dec 12 14:15:03 2013 (r336262)
+++ head/net-p2p/libtorrent-rasterbar-15-python/Makefile Thu Dec 12 14:23:25 2013 (r336263)
@@ -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}
Modified: head/net-p2p/libtorrent-rasterbar-15/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-15/Makefile Thu Dec 12 14:15:03 2013 (r336262)
+++ head/net-p2p/libtorrent-rasterbar-15/Makefile Thu Dec 12 14:23:25 2013 (r336263)
@@ -19,8 +19,8 @@ CONFLICTS+= libtorrent-rasterbar-0.1[467
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
Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile Thu Dec 12 14:15:03 2013 (r336262)
+++ head/net-p2p/litecoin/Makefile Thu Dec 12 14:23:25 2013 (r336263)
@@ -10,7 +10,7 @@ MASTER_SITES= LOCAL/swills \
MAINTAINER= swills at 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=${
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
Modified: head/net-p2p/solidcoin/Makefile
==============================================================================
--- head/net-p2p/solidcoin/Makefile Thu Dec 12 14:15:03 2013 (r336262)
+++ head/net-p2p/solidcoin/Makefile Thu Dec 12 14:23:25 2013 (r336263)
@@ -15,7 +15,7 @@ COMMENT= Alternative Bitcoin peer-to-pee
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
Modified: head/net/asio/Makefile
==============================================================================
--- head/net/asio/Makefile Thu Dec 12 14:15:03 2013 (r336262)
+++ head/net/asio/Makefile Thu Dec 12 14:23:25 2013 (r336263)
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= acm at 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
Modified: head/net/cyphesis/Makefile
==============================================================================
--- head/net/cyphesis/Makefile Thu Dec 12 14:15:03 2013 (r336262)
+++ head/net/cyphesis/Makefile Thu Dec 12 14:23:25 2013 (r336263)
@@ -10,13 +10,13 @@ MASTER_SITES= SF/worldforge/${PORTNAME}%
MAINTAINER= oliver at 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}
More information about the svn-ports-head
mailing list