Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jan 1997 17:55:03 +0100
From:      "Philippe Charnier" <charnier@xp11.frmug.org>
To:        mita@jp.FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   typo in japanese/vfghostscript4 (make fetch-list broken)
Message-ID:  <199701011655.RAA11548@xp11.frmug.org>

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

I got:
xp11# make fetch-list > fetchlist
"Makefile", line 16: Unassociated shell command "ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/  DISTFILES=        ${GS_SOURCES} ${GS_DRIVERS} ${GS_FONTS_STD} ${GS_FONTS_OTHER}"
Fatal errors encountered -- cannot continue

The solution is to apply the following patch:

Index: Makefile
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/ports/japanese/vfghostscript4/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	1996/12/30 21:12:51	1.2
+++ Makefile	1997/01/01 16:51:08
@@ -11,8 +11,8 @@
 CATEGORIES=	japanese print
 MASTER_SITES=	ftp://ftp.cs.wisc.edu/ghost/aladdin/ \
 		ftp://i1nws2.fukui-u.ac.jp/pub/TeX/dvipr/ \
-		ftp://ftp.mei.co.jp/free/gnu/util/ghostscript/drivers/
-		ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ \
+		ftp://ftp.mei.co.jp/free/gnu/util/ghostscript/drivers/ \
+		ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
 DISTFILES=	${GS_SOURCES} ${GS_DRIVERS} ${GS_FONTS_STD} ${GS_FONTS_OTHER}
 
 MAINTAINER=	mita@jp.FreeBSD.org

------                                                            ------ 
Philippe Charnier                               charnier@lirmm.fr (smtp)       
                                          charnier@xp11.frmug.org (uucp) 

    ``a PC not running FreeBSD is like a venusian with no tentacles'' 
------------------------------------------------------------------------



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