Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Sep 1999 02:42:17 +0900 (JST)
From:      ryo2@on.rim.or.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13582: unfetchable distfiles of x11-wm/fvwm95-i18n
Message-ID:  <199909050833.RAA23227@april.on.rim.or.jp>

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

>Number:         13582
>Category:       ports
>Synopsis:       bug in Makefile of x11-wm/fvwm95-i18n ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep  5 01:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yoshishige ARAI
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
RIMNET
>Environment:

	In any version of FreeBSD

>Description:

        MASTER_SITES of Makefile should be corrected.
	Path of mitac11.uia.ac.be is wrong.
        ftp.terraware.net should be deleted since
        anonymous ftp to the host is not available now.

>How-To-Repeat:

	always

>Fix:
	
	Apply following patch.

diff -rNu fvwm95-i18n.old/Makefile fvwm95-i18n/Makefile
--- fvwm95-i18n.old/Makefile	Sat Sep  4 20:41:46 1999
+++ fvwm95-i18n/Makefile	Sat Sep  4 20:58:41 1999
@@ -9,9 +9,8 @@
 DISTNAME=	fvwm95-2.0.43a-Autoconf
 PKGNAME=	fvwm95-i18n-2.0.43a
 CATEGORIES=	x11-wm
-MASTER_SITES=	ftp://mitac11.uia.ac.be/pub/ \
+MASTER_SITES=	ftp://mitac11.uia.ac.be/pub/fvwm95/ \
 		ftp://ftp.plig.org/pub/fvwm95/ \
-		ftp://ftp.terraware.net/pub/Mirrors/FVWM95/ \
 		ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ \
 		ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/misc/fvwm95/ \
 		${MASTER_SITE_PORTS_JP} \


>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?199909050833.RAA23227>