svn commit: r373913 - head/net-p2p/rtorrent

Guido Falsi madpilot at FreeBSD.org
Thu Dec 4 14:57:47 UTC 2014


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
 


More information about the svn-ports-head mailing list