From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 20:20:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E9B616A41B for ; Thu, 6 Sep 2007 20:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6671E13C457 for ; Thu, 6 Sep 2007 20:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l86KK2f6088468 for ; Thu, 6 Sep 2007 20:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l86KK2fI088467; Thu, 6 Sep 2007 20:20:02 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2007 20:20:02 GMT Resent-Message-Id: <200709062020.l86KK2fI088467@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, barbara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9B4E16A41A for ; Thu, 6 Sep 2007 20:14:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D9CB613C45D for ; Thu, 6 Sep 2007 20:14:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l86KEmuq050723 for ; Thu, 6 Sep 2007 20:14:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l86KElON050722; Thu, 6 Sep 2007 20:14:47 GMT (envelope-from nobody) Message-Id: <200709062014.l86KElON050722@www.freebsd.org> Date: Thu, 6 Sep 2007 20:14:47 GMT From: barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/116167: www/metacafe_dl fails to...extract X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2007 20:20:02 -0000 >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 -do-extract: - @${NOPE} - post-extract: @${CP} ${DISTDIR}/metacafe-dl-${PORTVERSION} ${WRKSRC}/metacafe-dl >Release-Note: >Audit-Trail: >Unformatted: