Date: Thu, 4 Dec 2014 14:57:47 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373913 - head/net-p2p/rtorrent Message-ID: <201412041457.sB4Evlw8059461@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ctyz1999+bugzilla at gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412041457.sB4Evlw8059461>