From owner-svn-ports-all@FreeBSD.ORG Mon Jul 30 17:23:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E33E106566C; Mon, 30 Jul 2012 17:23:35 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 58B2A8FC08; Mon, 30 Jul 2012 17:23:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6UHNZNM016471; Mon, 30 Jul 2012 17:23:35 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6UHNZP9016468; Mon, 30 Jul 2012 17:23:35 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201207301723.q6UHNZP9016468@svn.freebsd.org> From: Doug Barton Date: Mon, 30 Jul 2012 17:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301724 - in head/net-p2p: libtorrent-rasterbar-15 libtorrent-rasterbar-16 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 30 Jul 2012 17:23:36 -0000 Author: dougb Date: Mon Jul 30 17:23:34 2012 New Revision: 301724 URL: http://svn.freebsd.org/changeset/ports/301724 Log: Add explicit build depends on pkgconf Modified: head/net-p2p/libtorrent-rasterbar-15/Makefile head/net-p2p/libtorrent-rasterbar-16/Makefile Modified: head/net-p2p/libtorrent-rasterbar-15/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-15/Makefile Mon Jul 30 17:18:48 2012 (r301723) +++ head/net-p2p/libtorrent-rasterbar-15/Makefile Mon Jul 30 17:23:34 2012 (r301724) @@ -21,6 +21,7 @@ CONFLICTS+= libtorrent-rasterbar-0.1[467 NO_LATEST_LINK= yes +BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf LIB_DEPENDS+= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ GeoIP.5:${PORTSDIR}/net/GeoIP Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16/Makefile Mon Jul 30 17:18:48 2012 (r301723) +++ head/net-p2p/libtorrent-rasterbar-16/Makefile Mon Jul 30 17:23:34 2012 (r301724) @@ -19,6 +19,7 @@ CONFLICTS+= libtorrent-rasterbar-0.1[457 NO_LATEST_LINK= yes +BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf LIB_DEPENDS+= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ GeoIP.5:${PORTSDIR}/net/GeoIP