Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2002 09:14:11 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42615: [patch] x11-wm/fvwm95 DISTNAME is wrong
Message-ID:  <20020909231411.628CC6A7124@k7.mavetju>

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

>Number:         42615
>Category:       ports
>Synopsis:       [patch] x11-wm/fvwm95 DISTNAME is wrong
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 09 16:20:08 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

$FreeBSD: ports/x11-wm/fvwm95/Makefile,v 1.32 2002/09/09 17:31:10 demon Exp $

>Description:

The DISTNAME in x11-wm/fvwm95/Makefile uses the PKGNAME while the
PKGNAME has the PORTREVISION field in it. This causes the DISTNAME
not to be found in distinfo and stops the building.

>How-To-Repeat:

cd /usr/ports/x11-wm/fvwm95
make checksum

>Fix:

--- Makefile.old	Tue Sep 10 09:09:24 2002
+++ Makefile	Tue Sep 10 09:09:39 2002
@@ -11,7 +11,7 @@
 CATEGORIES=	x11-wm
 MASTER_SITES=   http://ftp.yars.free.net/pub/software/unix/platforms/linux/x/fvwm95/ \
 		http://ftp.cc.ntut.edu.tw/ftp/Xwindow/xfree86/Linux/wm/fvwm-95/
-DISTNAME=	${PKGNAME}-Autoconf
+DISTNAME=	${PORTNAME}-${PORTVERSION}-Autoconf
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	demon@FreeBSD.org

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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