Bill "distfiles" Fenner sent me a report about problem with some links to fetch pl-ispell. I've checked them. Telling the truth MASTER_SITE_LOCAL it's incorrectin this case. But I think that other portsurvey's complains are too restrictive. I've made a test trying to fetch other dictionaries. They have the same problem. Fetching of distionary is made at primary MASTER_SITE first. Of course MASTER_SITE of ispell is not aware that make is looking for dictionary. So portsurvey always will complain :-((( Fix: Here it is a small patch for Makefile of port textproc/ispell. I think now Bill Fenner should be happy :-))) --------------------------- cut here ------------------------------ Greetings from Poland wtp+ispell (at) bsdguru.org--g4vVZui7oTW780aCPRVDws3E5mDv2jASRyl0zRinjdmKgXYM Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile Sun Feb 29 04:10:17 2004 +++ Makefile.correct Mon Mar 8 00:04:57 2004 @@ -142,8 +142,7 @@ .endif .if defined(ISPELL_PL) MASTER_SITE_SUBDIR= ispell-pl -MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} \ - ${MASTER_SITE_LOCAL} +MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} PLDISTFILE= ispell-pl-20021127.tar.gz MASKBITS?= 64 EXTRA_DICT+= ${PLDISTFILE} --------------------------- cut here ------------------------------ How-To-Repeat: uncomment or delete lines with MASTER_SITE from your /etc/make.conf. Then cd /usr/ports/polish/ispell/ && make fetch.
Responsible Changed From-To: freebsd-ports-bugs->jmz Over to maintainer
State Changed From-To: open->closed Committed. Thanks!