Bug 60482

Summary: correct MASTER_SITES where MASTER_SITE_BACKUP is not set in /etc/make.conf
Product: Ports & Packages Reporter: Krzysztof Stryjek <wtp>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: fenner
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Krzysztof Stryjek 2003-12-21 22:00:22 UTC
	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

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 -----------------------------------


Now make fetch shows:

[ispell]# make fetch--nyPfBemY8HHfodThmsTYRTcP0aKO6cj9OYjwNaznuWXJhH5H
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /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 -----------------------------------
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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-21 22:21:55 UTC
State Changed
From-To: open->closed

Committed, thanks!