ports/63943: correctig fetching URLs

Krzysztof Stryjek wtp+ispell at bsdguru.org
Mon Mar 8 20:30:15 UTC 2004


>Number:         63943
>Category:       ports
>Synopsis:       correctig fetching URLs
>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:   Mon Mar 08 12:30:14 PST 2004
>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 #3: Tue Feb 24 16:33:39 CET 2004 toor at kryptos.mud.pl:/usr/obj/usr/src/sys/POOH i386

>Description:
	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 :-((( 

>How-To-Repeat:
	uncomment or delete lines with MASTER_SITE from your /etc/make.conf.
Then cd /usr/ports/polish/ispell/ && make fetch.

>Fix:

Here it is a small patch for Makefile of port textproc/ispell. I think now
Bill Fenner should be happy :-)))

--------------------------- cut here ------------------------------
--- 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 ------------------------------

Greetings from Poland
wtp+ispell (at) bsdguru.org
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list