Bug 63943 - correctig fetching URLs
Summary: correctig fetching URLs
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: jmz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-08 20:30 UTC by Krzysztof Stryjek
Modified: 2004-03-11 03:08 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 2004-03-08 20:30:14 UTC
	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.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-10 16:30:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmz

Over to maintainer
Comment 2 jmz freebsd_committer freebsd_triage 2004-03-11 03:08:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!