From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 21 14:00:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DD116A4CE for ; Sun, 21 Dec 2003 14:00:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D8743D50 for ; Sun, 21 Dec 2003 14:00:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBLM0MFR069730 for ; Sun, 21 Dec 2003 14:00:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBLM0MJB069729; Sun, 21 Dec 2003 14:00:22 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 21 Dec 2003 14:00:22 -0800 (PST) Resent-Message-Id: <200312212200.hBLM0MJB069729@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Krzysztof Stryjek Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 171EE16A4D1; Sun, 21 Dec 2003 13:50:41 -0800 (PST) Received: from kryptos.mud.pl (201-moc-7.acn.waw.pl [212.76.58.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A26243D58; Sun, 21 Dec 2003 13:50:38 -0800 (PST) (envelope-from wtp@mud.pl) Received: from localhost (localhost.lan.wtp3.org [127.0.0.1]) by kryptos.mud.pl (Postfix) with ESMTP id 519032639E; Sun, 21 Dec 2003 22:50:36 +0100 (CET) Received: from kryptos.mud.pl ([127.0.0.1]) by localhost (kryptos.mud.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29756-03; Sun, 21 Dec 2003 22:50:34 +0100 (CET) Received: by kryptos.mud.pl (Postfix, from userid 1000) id C1AE9263AA; Sun, 21 Dec 2003 22:50:34 +0100 (CET) Message-Id: <20031221215034.C1AE9263AA@kryptos.mud.pl> Date: Sun, 21 Dec 2003 22:50:34 +0100 (CET) From: Krzysztof Stryjek To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Bill distfiles Fenner Subject: ports/60482: correct MASTER_SITES where MASTER_SITE_BACKUP is not set in /etc/make.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Krzysztof Stryjek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 22:00:25 -0000 >Number: 60482 >Category: ports >Synopsis: correct MASTER_SITES where MASTER_SITE_BACKUP is not set in /etc/make.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Dec 21 14:00:22 PST 2003 >Closed-Date: >Last-Modified: >Originator: Krzysztof Stryjek >Release: FreeBSD 4.9-STABLE i386 >Organization: private person >Environment: System: FreeBSD kryptos.mud.pl 4.9-STABLE FreeBSD 4.9-STABLE #2: Thu Nov 13 22:49:48 CET 2003 toor@kryptos.mud.pl:/usr/obj/usr/src/sys/POOH i386 >Description: Well, where there is no MASTER_SITE_BACKUP set to one of ftp mirrors, neither MASTER_SITE_OVERRIDE set, while fetching /usr/ports/polish/ispell is done, such errors occured: http://people.freebsd.org/~fenner/portsurvey/wtp@bsdguru.org.html >How-To-Repeat: comment out or delete MASTER_SITE_OVERRIDE and MASTER_SITE_BACKUP in your /etc/make.conf. Then cd /usr/ports/polish/ispell && make fetch >Fix: This patch is for MASTER port of ispell: /usr/ports/textproc/ispell. This patch is correcting errors showed at above URL (as I good understood Bill). ----------------------------- cut here ----------------------------------- --- /usr/ports/textproc/ispell/Makefile Sun Dec 14 04:17:29 2003 +++ Makefile.ispell Sun Dec 21 22:25:13 2003 @@ -143,7 +143,7 @@ .endif .if defined(ISPELL_PL) MASTER_SITE_SUBDIR= ispell-pl -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL} PLDISTFILE= ispell-pl-20021127.tar.gz MASKBITS?= 64 ----------------------------- cut here ----------------------------------- Now make fetch shows: [ispell]# make fetch >Release-Note: >Audit-Trail: >Unformatted: >> ispell-3.2.06.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://fmg-www.cs.ucla.edu/geoff/tars/. Receiving ispell-3.2.06.tar.gz (580742 bytes): 100% 580742 bytes transferred in 0.0 seconds (18.70 MBps) >> ispell-pl-20021127.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://fmg-www.cs.ucla.edu/geoff/tars/. fetch: http://fmg-www.cs.ucla.edu/geoff/tars/ispell-pl-20021127.tar.gz: Not Found >> Attempting to fetch from http://us.dl.sourceforge.net/ispell-pl/. Receiving ispell-pl-20021127.tar.gz (1019831 bytes): 100% 1019831 bytes transferred in 0.1 seconds (19.32 MBps) Greetings from Poland -- Krzysztof Stryjek wtp (at) bsdguru (dot) org