Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Mar 2004 21:29:25 +0100 (CET)
From:      Krzysztof Stryjek <wtp+ispell@bsdguru.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fenner@FreeBSD.org
Subject:   ports/63943: correctig fetching URLs
Message-ID:  <20040308202925.A3476263A2@kryptos.mud.pl>
Resent-Message-ID: <200403082030.i28KUEgM085537@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040308202925.A3476263A2>