Date: Tue, 18 Jun 2013 19:01:27 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321214 - in head/net-p2p: rtorrent rtorrent-devel Message-ID: <201306181901.r5IJ1Rge073882@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Tue Jun 18 19:01:26 2013 New Revision: 321214 URL: http://svnweb.freebsd.org/changeset/ports/321214 Log: Try to build with clang natively. Modified: head/net-p2p/rtorrent-devel/Makefile head/net-p2p/rtorrent/Makefile Modified: head/net-p2p/rtorrent-devel/Makefile ============================================================================== --- head/net-p2p/rtorrent-devel/Makefile Tue Jun 18 19:01:08 2013 (r321213) +++ head/net-p2p/rtorrent-devel/Makefile Tue Jun 18 19:01:26 2013 (r321214) @@ -3,7 +3,7 @@ PORTNAME= rtorrent-devel PORTVERSION= 0.9.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} @@ -17,8 +17,6 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl CONFLICTS= rtorrent-[0-9]* -USE_GCC= 4.2+ - GNU_CONFIGURE= yes USES= pkgconfig LDFLAGS+= -pthread Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Tue Jun 18 19:01:08 2013 (r321213) +++ head/net-p2p/rtorrent/Makefile Tue Jun 18 19:01:26 2013 (r321214) @@ -2,7 +2,7 @@ PORTNAME?= rtorrent PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -15,8 +15,6 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl CONFLICTS= rtorrent-devel-[0-9]* -USE_GCC= 4.2+ - GNU_CONFIGURE= yes USES= pkgconfig LDFLAGS+= -pthread
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306181901.r5IJ1Rge073882>