ports/116167: www/metacafe_dl fails to...extract
barbara
barbara.xxx1975 at libero.it
Thu Sep 6 20:20:02 UTC 2007
>Number: 116167
>Category: ports
>Synopsis: www/metacafe_dl fails to...extract
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 06 20:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: barbara
>Release: 6.2-STABLE
>Organization:
>Environment:
FreeBSD satanasso.local.domain 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Sep 5 22:26:30 CEST 2007 root at satanasso.local.domain:/usr/obj/usr/src/sys/SATANASSO i386
>Description:
I'm getting this error:
# make clean
===> Cleaning for metacafe_dl-2007.03.27
regulus# make
===> Extracting for metacafe_dl-2007.03.27
=> MD5 Checksum OK for metacafe-dl-2007.03.27.
=> SHA256 Checksum OK for metacafe-dl-2007.03.27.
:No such file or directory
*** Error code 1
Stop in /usr/ports/www/metacafe_dl.
>How-To-Repeat:
cd /usr/ports/www/metacafe_dl && make
>Fix:
I've patched the Makefile in this way
Patch attached with submission follows:
--- Makefile.orig 2007-09-06 13:52:48.000000000 +0200
+++ Makefile 2007-09-06 22:10:40.000000000 +0200
@@ -11,6 +11,7 @@
MASTER_SITES= http://www.arrakis.es/~rggi3/metacafe-dl/
DISTNAME= metacafe-dl-${PORTVERSION}
EXTRACT_SUFX=
+EXTRACT_ONLY=
MAINTAINER= fernando at secret.org
COMMENT= A program for downloading videos from metacafe.com
@@ -24,9 +25,6 @@
.include <bsd.port.pre.mk>
-do-extract:
- @${NOPE}
-
post-extract:
@${CP} ${DISTDIR}/metacafe-dl-${PORTVERSION} ${WRKSRC}/metacafe-dl
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list