Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2008 15:41:33 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, flz@FreeBSD.org
Subject:   ports/123780: [PATCH] net-p2p/rtorrent: Modify for net-p2p/rtorrent-devel
Message-ID:  <20080518074133.B5B261CC1D@ccreader.NCTU.edu.tw>
Resent-Message-ID: <200805180750.m4I7o24w035601@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080518074133.B5B261CC1D>