Date: Mon, 1 Aug 2005 11:32:12 +0200 (CEST) From: Olivier Beyssac <ob@r14.freenix.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84423: Fix to ctorrent build failure Message-ID: <20050801093212.6AA3F5CC9@r14.redhate.org> Resent-Message-ID: <200508010940.j719e7vI005278@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84423 >Category: ports >Synopsis: Fix to ctorrent build failure >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 01 09:40:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Olivier Beyssac >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD r14.redhate.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Jul 5 13:23:23 CEST 2005 ob@r14.redhate.org:/usr/src/sys/i386/compile/R14 i386 >Description: ctorrent won't build because of a bad filename in port's Makefile. >How-To-Repeat: cd /usr/ports/net/ctorrent && make >Fix: Patch below fixes the problem by adding the missing .TXT at the end of README-DNH. --- ctorrent.diff begins here --- --- Makefile.orig Mon Aug 1 10:57:32 2005 +++ Makefile Mon Aug 1 11:25:23 2005 @@ -7,7 +7,7 @@ PORTNAME= ctorrent PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} --- ctorrent/Makefile.orig Mon Aug 1 10:57:32 2005 +++ ctorrent/Makefile Mon Aug 1 11:28:57 2005 @@ -7,7 +7,7 @@ PORTNAME= ctorrent PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,7 @@ PLIST_FILES= bin/ctorrent CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -PORTDOCS= README-DNH +PORTDOCS= README-DNH.TXT .if !defined(NOPORTDOCS) post-install: --- ctorrent.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050801093212.6AA3F5CC9>