From kay_lehmann@web.de  Sun Jul 13 05:23:18 2003
Return-Path: <kay_lehmann@web.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E83F237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jul 2003 05:23:18 -0700 (PDT)
Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 41ED243F75
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jul 2003 05:23:18 -0700 (PDT)
	(envelope-from kay_lehmann@web.de)
Received: from bippes.wg-berlin.de (dsl-213-023-143-252.arcor-ip.net [213.23.143.252])
	by mail-in-04.arcor-online.net (Postfix) with ESMTP id B55AB1FDB1
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jul 2003 14:23:09 +0200 (CEST)
Received: from bippes.wg-berlin.de (localhost.wg-berlin.de [127.0.0.1])
	by bippes.wg-berlin.de (8.12.9/8.12.9) with ESMTP id h6DCNTLW009907
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jul 2003 14:23:29 +0200 (CEST)
	(envelope-from kay@bippes.wg-berlin.de)
Received: (from kay@localhost)
	by bippes.wg-berlin.de (8.12.9/8.12.9/Submit) id h6DCNSQT009906;
	Sun, 13 Jul 2003 14:23:28 +0200 (CEST)
	(envelope-from kay)
Message-Id: <200307131223.h6DCNSQT009906@bippes.wg-berlin.de>
Date: Sun, 13 Jul 2003 14:23:28 +0200 (CEST)
From: Kay Lehmann <kay_lehmann@web.de>
Reply-To: Kay Lehmann <kay_lehmann@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: UPDATE port: math/arpack patch-tarball name change
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54434
>Category:       ports
>Synopsis:       UPDATE port: math/arpack patch-tarball name change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 05:30:18 PDT 2003
>Closed-Date:    Sun Jul 13 18:54:32 PDT 2003
>Last-Modified:  Sun Jul 13 18:54:32 PDT 2003
>Originator:     Kay Lehmann
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bippes.wg-berlin.de 5.1-RELEASE FreeBSD 5.1-RELEASE #4: Sat Jun 28 14:33:52 CEST 2003 kay@bippes.wg-berlin.de:/usr/obj/usr/src/sys/bippes i386
>Description:
port math/arpack fails because patch-tarball fetched is named with suffix tar.gz and
pre-patch-rule wants to extract file with suffix tar.Z (see distfiles).
>How-To-Repeat:
>Fix:

--- Makefile.diff begins here ---
--- Makefile.orig	Sun Jul 13 14:13:41 2003
+++ Makefile	Sun Jul 13 14:13:54 2003
@@ -35,7 +35,7 @@
 .include <bsd.port.pre.mk>
 
 pre-patch:
-	@(cd ${WRKSRC}; tar -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.Z)
+	@(cd ${WRKSRC}; tar -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.gz)
 
 pre-build:
 	@${REINPLACE_CMD} -e 's+%FC%+${FC}+g ; s+%FFLAGS%+${FFLAGS}+g ; \
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Sun Jul 13 18:54:18 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54434 
>Unformatted:
