From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 18 07:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 233F51065676 for ; Sun, 18 May 2008 07:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07C998FC19 for ; Sun, 18 May 2008 07:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4I7o2kC035602 for ; Sun, 18 May 2008 07:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4I7o24w035601; Sun, 18 May 2008 07:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 18 May 2008 07:50:02 GMT Resent-Message-Id: <200805180750.m4I7o24w035601@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org, flz@FreeBSD.org Subject: ports/123780: [PATCH] net-p2p/rtorrent: Modify for net-p2p/rtorrent-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2008 07:50:03 -0000 >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: