From gslin@ccreader.NCTU.edu.tw  Sun May 18 07:41:35 2008
Return-Path: <gslin@ccreader.NCTU.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2B34C106566B;
	Sun, 18 May 2008 07:41:35 +0000 (UTC)
	(envelope-from gslin@ccreader.NCTU.edu.tw)
Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.freebsd.org (Postfix) with ESMTP id E2A288FC17;
	Sun, 18 May 2008 07:41:34 +0000 (UTC)
	(envelope-from gslin@ccreader.NCTU.edu.tw)
Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000)
	id B5B261CC1D; Sun, 18 May 2008 15:41:33 +0800 (CST)
Message-Id: <20080518074133.B5B261CC1D@ccreader.NCTU.edu.tw>
Date: Sun, 18 May 2008 15:41:33 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: flz@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] net-p2p/rtorrent: Modify for net-p2p/rtorrent-devel
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123780
>Category:       ports
>Synopsis:       [PATCH] net-p2p/rtorrent: Modify for net-p2p/rtorrent-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 18 07:50:02 UTC 2008
>Closed-Date:    Mon May 19 13:06:23 UTC 2008
>Last-Modified:  Mon May 19 13:10:03 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 18 07:50:13 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123780 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Mon May 19 13:06:22 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123780 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123780: commit references a PR
Date: Mon, 19 May 2008 13:06:21 +0000 (UTC)

 flz         2008-05-19 13:06:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/rtorrent     Makefile 
     net-p2p/rtorrent-devel Makefile 
   Log:
   - Don't override USE_GCC in master port.
   - Style fixes.
   
   PR:             ports/123780
   Submitted by:   Gea-Suan Lin
   
   Revision  Changes    Path
   1.21      +0 -1      ports/net-p2p/rtorrent-devel/Makefile
   1.38      +2 -4      ports/net-p2p/rtorrent/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
