From owner-freebsd-ports Sun Aug 18 9:50: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5891637B400 for ; Sun, 18 Aug 2002 09:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B6F43E3B for ; Sun, 18 Aug 2002 09:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IGo3JU002720 for ; Sun, 18 Aug 2002 09:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IGo3x1002719; Sun, 18 Aug 2002 09:50:03 -0700 (PDT) Date: Sun, 18 Aug 2002 09:50:03 -0700 (PDT) Message-Id: <200208181650.g7IGo3x1002719@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christian Brueffer Subject: Re: ports/41716: x11-fonts/webfonts cannot be fetched anymore Reply-To: Christian Brueffer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41716; it has been noted by GNATS. From: Christian Brueffer To: Miguel Mendez 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