From owner-svn-ports-head@FreeBSD.ORG Thu Dec 4 14:57:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9F0EE5C; Thu, 4 Dec 2014 14:57:47 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6535F64; Thu, 4 Dec 2014 14:57:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4Evlbt059462; Thu, 4 Dec 2014 14:57:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB4Evlw8059461; Thu, 4 Dec 2014 14:57:47 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201412041457.sB4Evlw8059461@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 4 Dec 2014 14:57:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373913 - head/net-p2p/rtorrent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 14:57:47 -0000 Author: madpilot Date: Thu Dec 4 14:57:47 2014 New Revision: 373913 URL: https://svnweb.freebsd.org/changeset/ports/373913 QAT: https://qat.redports.org/buildarchive/r373913/ Log: Add USES=compiler to rtorrent port. Various ports it depends on have the same USES and so honour the FAVORITE_COMPILER, and doing the dsame here avoids build problems when using FAVORITE_COMPILER=gcc. PR: 195397 Submitted by: Craig Wiesen Modified: head/net-p2p/rtorrent/Makefile Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Thu Dec 4 14:52:08 2014 (r373912) +++ head/net-p2p/rtorrent/Makefile Thu Dec 4 14:57:47 2014 (r373913) @@ -2,7 +2,7 @@ PORTNAME= rtorrent PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -14,7 +14,7 @@ RUN_DEPENDS= libtorrent=0.13.4_1:${PORTS LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes -USES= pkgconfig +USES= compiler:c++11-lang pkgconfig LDFLAGS+= -pthread CONFIGURE_ARGS= --disable-debug