Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 14:23:28 +0200 (CEST)
From:      Kay Lehmann <kay_lehmann@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54434: UPDATE port: math/arpack patch-tarball name change
Message-ID:  <200307131223.h6DCNSQT009906@bippes.wg-berlin.de>
Resent-Message-ID: <200307131230.h6DCUJwD061493@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 05:30:18 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307131223.h6DCNSQT009906>