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
State Changed From-To: open->closed Committed, thanks!