ports/84423: Fix to ctorrent build failure
Olivier Beyssac
ob at r14.freenix.org
Mon Aug 1 09:40:08 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list