ports/123780: [PATCH] net-p2p/rtorrent: Modify for net-p2p/rtorrent-devel

Gea-Suan Lin gslin at gslin.org
Sun May 18 07:50:03 UTC 2008


>Number:         123780
>Category:       ports
>Synopsis:       [PATCH] net-p2p/rtorrent: Modify for net-p2p/rtorrent-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 18 07:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.3-STABLE FreeBSD 6.3-STABLE #4: Sat May 17 02:23:23 CST 2008
>Description:
- rtorrent-devel need GCC 4.2+, but the master port use "=" not "?=".
- Fix portlint's warning about LIB_DEPENDS.

Port maintainer (flz at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rtorrent-0.7.9_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/rtorrent/Makefile /home/staff/gslin/work/ports/rtorrent/Makefile
--- /usr/ports/net-p2p/rtorrent/Makefile	2008-05-18 15:39:29.000000000 +0800
+++ /home/staff/gslin/work/ports/rtorrent/Makefile	2008-05-18 15:40:30.000000000 +0800
@@ -16,17 +16,15 @@
 MAINTAINER?=	flz at FreeBSD.org
 COMMENT?=	BitTorrent Client written in C++
 
-LIB_DEPENDS?=	# empty
-
+LIB_DEPENDS?=	curl.4:${PORTSDIR}/ftp/curl
 BUILD_DEPENDS?=	libtorrent=0.11.9:${PORTSDIR}/net-p2p/libtorrent
 RUN_DEPENDS?=	libtorrent=0.11.9:${PORTSDIR}/net-p2p/libtorrent
-LIB_DEPENDS+=	curl.4:${PORTSDIR}/ftp/curl
 
 CONFLICTS?=	rtorrent-devel-[0-9]*
 
 MAN1=		rtorrent.1
 
-USE_GCC=	3.4+
+USE_GCC?=	3.4+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-debug
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
--- rtorrent-0.7.9_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list