[Midnightbsd-cvs] mports [15498] trunk/net-p2p/rtorrent/Makefile: ugh.. this is crap

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 22 12:51:17 EDT 2013


Revision: 15498
          http://svnweb.midnightbsd.org/mports/?rev=15498
Author:   laffer1
Date:     2013-09-22 12:51:16 -0400 (Sun, 22 Sep 2013)
Log Message:
-----------
ugh.. this is crap

Modified Paths:
--------------
    trunk/net-p2p/rtorrent/Makefile

Modified: trunk/net-p2p/rtorrent/Makefile
===================================================================
--- trunk/net-p2p/rtorrent/Makefile	2013-09-22 16:49:30 UTC (rev 15497)
+++ trunk/net-p2p/rtorrent/Makefile	2013-09-22 16:51:16 UTC (rev 15498)
@@ -2,7 +2,7 @@
 
 PORTNAME?=	rtorrent
 PORTVERSION=	0.9.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/
 
@@ -32,13 +32,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "arm"
-BROKEN=		Does not configure on arm
-.endif
-
 .if ${PORT_OPTIONS:MXMLRPC}
 CONFIGURE_ARGS+=	--with-xmlrpc-c
-LIB_DEPENDS+=	xmlrpc.9:${PORTSDIR}/net/xmlrpc-c
+LIB_DEPENDS+=	xmlrpc:${PORTSDIR}/net/xmlrpc-c
 .else
 CONFIGURE_ARGS+=	--with-xmlrpc-c=no
 .endif
@@ -57,6 +53,5 @@
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
 .endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>



More information about the Midnightbsd-cvs mailing list