svn commit: r321214 - in head/net-p2p: rtorrent rtorrent-devel
Andrej Zverev
az at FreeBSD.org
Tue Jun 18 19:01:27 UTC 2013
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
More information about the svn-ports-head
mailing list