Date: Thu, 6 Sep 2007 20:14:47 GMT From: barbara <barbara.xxx1975@libero.it> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/116167: www/metacafe_dl fails to...extract Message-ID: <200709062014.l86KElON050722@www.freebsd.org> Resent-Message-ID: <200709062020.l86KK2fI088467@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709062014.l86KElON050722>