From owner-svn-ports-all@FreeBSD.ORG Thu Dec 12 15:24:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 157D6B12; Thu, 12 Dec 2013 15:24:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9D961ABC; Thu, 12 Dec 2013 15:24:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBCFOmb7059897; Thu, 12 Dec 2013 15:24:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBCFOmHR059894; Thu, 12 Dec 2013 15:24:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312121524.rBCFOmHR059894@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 12 Dec 2013 15:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336266 - in head: net-p2p/bitcoin net-p2p/eiskaltdcpp-lib x11-toolkits/flowcanvas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 15:24:49 -0000 Author: bapt Date: Thu Dec 12 15:24:47 2013 New Revision: 336266 URL: http://svnweb.freebsd.org/changeset/ports/336266 Log: Convert LIB_DEPENDS for ports depending on boost Modified: head/net-p2p/bitcoin/Makefile head/net-p2p/eiskaltdcpp-lib/Makefile head/x11-toolkits/flowcanvas/Makefile Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Thu Dec 12 15:14:23 2013 (r336265) +++ head/net-p2p/bitcoin/Makefile Thu Dec 12 15:24:47 2013 (r336266) @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MAINTAINER= robbak@robbak.com COMMENT= Virtual Peer-to-Peer Currency Client -LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs OPTIONS_DEFINE= GUI UPNP QRCODES OPTIONS_DEFAULT= GUI QRCODES @@ -48,7 +48,7 @@ MAKE_ARGS+= -C ${WRKSRC}/src .endif .if ${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 @@ -57,7 +57,7 @@ QMAKE_USE_QRCODE=0 PLIST_FILES= bin/${BINARY} .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= - Modified: head/net-p2p/eiskaltdcpp-lib/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-lib/Makefile Thu Dec 12 15:14:23 2013 (r336265) +++ head/net-p2p/eiskaltdcpp-lib/Makefile Thu Dec 12 15:24:47 2013 (r336266) @@ -13,7 +13,7 @@ COMMENT= A Direct Connect client shared LICENSE= GPLv3 -LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs BUILD_DEPENDS+= chrpath:${PORTSDIR}/devel/chrpath PROJECTHOST= eiskaltdc @@ -47,14 +47,14 @@ CMAKE_ARGS+= -DLUA_SCRIPT:BOOL=OFF .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre CMAKE_ARGS+= -DPERL_REGEX:BOOL=ON .else CMAKE_ARGS+= -DPERL_REGEX:BOOL=OFF .endif .if ${PORT_OPTIONS:MIDN} -LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= libidn.so:${PORTSDIR}/dns/libidn CMAKE_ARGS+= -DUSE_IDNA:BOOL=ON .else CMAKE_ARGS+= -DUSE_IDNA:BOOL=OFF Modified: head/x11-toolkits/flowcanvas/Makefile ============================================================================== --- head/x11-toolkits/flowcanvas/Makefile Thu Dec 12 15:14:23 2013 (r336265) +++ head/x11-toolkits/flowcanvas/Makefile Thu Dec 12 15:24:47 2013 (r336266) @@ -13,10 +13,10 @@ COMMENT= Interactive Gtkmm/Gnomecanvasmm LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs \ - gvc:${PORTSDIR}/graphics/graphviz \ - gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 \ - gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ + libgvc.so:${PORTSDIR}/graphics/graphviz \ + libgnomecanvasmm-2.6.so:${PORTSDIR}/graphics/libgnomecanvasmm26 \ + libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 USES= pkgconfig USE_BZIP2= yes