Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2004 17:22:14 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   [PATCH] print/freetype2 distsite fix
Message-ID:  <20040516152214.7766E2FDA01@isis.wad.cz>

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

>Submitter-Id:	current-users
>Originator:	Roman Neuhauser
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] print/freetype2 distsite fix
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 4.9-RELEASE-p2 i386
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
    roman@isis ~ 1075:0 > lftp -c 'open ftp://ftp.freetype.org/; cd /pub/freetype2; cd /freetype/freetype2; pwd'                                               
    cd: Access failed: 550 /pub/freetype2: No such file or directory
    ftp://ftp.freetype.org/freetype/freetype2

    maintainer cc'd

>How-To-Repeat:
	
>Fix:

	

--- print::freetype2.distsite.patch begins here ---
Index: print/freetype2/Makefile
===================================================================
RCS file: /home/ncvs/ports/print/freetype2/Makefile,v
retrieving revision 1.55
diff -u -r1.55 Makefile
--- print/freetype2/Makefile	18 Apr 2004 04:53:12 -0000	1.55
+++ print/freetype2/Makefile	14 May 2004 10:58:40 -0000
@@ -14,7 +14,7 @@
 		http://www.funet.fi/pub/mirrors/ftp.freetype.org/%SUBDIR%/ \
 		http://ftp.sunet.se/pub/text-processing/freetype/%SUBDIR%/ \
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \
-		ftp://ftp.freetype.org/pub/%SUBDIR%/
+		ftp://ftp.freetype.org/freetype/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTNAME=	${PORTNAME:S/2//}-${PORTVERSION}
 
--- print::freetype2.distsite.patch ends here ---




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