Bug 60482 - correct MASTER_SITES where MASTER_SITE_BACKUP is not set in /etc/make.conf
Summary: correct MASTER_SITES where MASTER_SITE_BACKUP is not set in /etc/make.conf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-21 22:00 UTC by Krzysztof Stryjek
Modified: 2003-12-21 22:22 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!