Date: Thu, 9 Jul 2009 00:21:12 GMT From: Dereckson <dereckson@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136483: [misc/ctorrent] [patch] option to install ctcs Message-ID: <200907090021.n690LC9X038645@www.freebsd.org> Resent-Message-ID: <200907090030.n690U3Ol048298@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.options.mk> + +.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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907090021.n690LC9X038645>