From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 00:30:03 2009 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 CB2601065670 for ; Thu, 9 Jul 2009 00:30: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 8A82B8FC22 for ; Thu, 9 Jul 2009 00:30: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.3/8.14.3) with ESMTP id n690U38u048302 for ; Thu, 9 Jul 2009 00:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n690U3Ol048298; Thu, 9 Jul 2009 00:30:03 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 00:30:03 GMT Resent-Message-Id: <200907090030.n690U3Ol048298@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, Dereckson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A7BC106566C for ; Thu, 9 Jul 2009 00:21:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 777208FC1E for ; Thu, 9 Jul 2009 00:21:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n690LCvp038646 for ; Thu, 9 Jul 2009 00:21:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n690LC9X038645; Thu, 9 Jul 2009 00:21:12 GMT (envelope-from nobody) Message-Id: <200907090021.n690LC9X038645@www.freebsd.org> Date: Thu, 9 Jul 2009 00:21:12 GMT From: Dereckson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136483: [misc/ctorrent] [patch] option to install ctcs 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: Thu, 09 Jul 2009 00:30:04 -0000 >Number: 136483 >Category: ports >Synopsis: [misc/ctorrent] [patch] option to install ctcs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 09 00:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dereckson >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD scherzo.dereckson.be 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Enhanced CTorrent have a CTorrent Control Server (CTCS) I maintain under net-p2p/ctcs port. It would be more convenient if at ctorrent install, we've an option to also install ctcs. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-08-21 06:18:04.000000000 +0000 +++ Makefile 2009-07-09 00:15:13.000000000 +0000 @@ -7,13 +7,21 @@ PORTNAME= ctorrent PORTVERSION= 3.3.2 +PORTREVISION= 1 CATEGORIES= net-p2p -MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/ +MASTER_SITES= SF/dtorrent http://www.rahul.net/dholmes/ctorrent/ DISTNAME= ${PORTNAME}-dnh${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C for FreeBSD and Linux +OPTIONS= CTCS "CTorrent Control Server (CTCS)" Off +.include + +.if defined(WITH_CTCS) +RUN_DEPENDS= ${LOCALBASE}/bin/ctcs:${PORTSDIR}/net-p2p/ctcs +.endif + GNU_CONFIGURE= yes #WRKSRC= ${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL} >Release-Note: >Audit-Trail: >Unformatted: