Date: Sun, 18 Aug 2002 09:50:03 -0700 (PDT) From: Christian Brueffer <chris@unixpages.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/41716: x11-fonts/webfonts cannot be fetched anymore Message-ID: <200208181650.g7IGo3x1002719@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41716; it has been noted by GNATS. From: Christian Brueffer <chris@unixpages.org> To: Miguel Mendez <flynn@energyhq.homeip.net> Cc: FreeBSD-gnats-submit@FreeBSD.ORG, kkonstan@daemon.gr Subject: Re: ports/41716: x11-fonts/webfonts cannot be fetched anymore Date: Sun, 18 Aug 2002 18:46:57 +0000 The Eula of all the font packages says, they can be redistributed. Thus, we can simply add new mastersites to the Makefile. Following patch should do the trick: diff -ruN webfonts/Makefile webfonts.modified/Makefile --- webfonts/Makefile Sat Feb 2 07:10:31 2002 +++ webfonts.modified/Makefile Sun Aug 18 16:34:16 2002 @@ -8,9 +8,9 @@ PORTNAME= webfonts PORTVERSION= 0.21 CATEGORIES= x11-fonts -MASTER_SITES= http://www.microsoft.com/typography/downloads/ \ - http://www.eu.microsoft.com/typography/downloads/ \ - http://www.asia.microsoft.com/typography/downloads/ +MASTER_SITES= ftp://ftp.uni-koeln.de/pc/win32/msoft-95/ \ + ftp://ftp.ic.tsu.ru/pub/FreeBSD/ports/distfiles/webfonts/ + .if defined(WITH_ARIAL_UNICODE) MASTER_SITES+= http://download.microsoft.com/download/publisher2000/Aruniup/200 0/WIN98/EN-US/ .endif - Christian -- http://www.unixpages.org chris@unixpages.org GPG Pub-Key : www.unixpages.org/cbrueffer.asc GPG Fingerprint: 0DB5 8563 2473 C72A A8D1 56EA DAD2 B05D 5F3C 3185 GPG Key ID : DAD2B05D5F3C3185 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?200208181650.g7IGo3x1002719>