ports/60482: correct MASTER_SITES where MASTER_SITE_BACKUP is not set in /etc/make.conf

Krzysztof Stryjek wtp at bsdguru.org
Sun Dec 21 22:00:25 UTC 2003


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



More information about the freebsd-ports-bugs mailing list