From wtp@mud.pl  Thu Nov 13 04:19:20 2003
Return-Path: <wtp@mud.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 39CA616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Nov 2003 04:19:20 -0800 (PST)
Received: from kryptos.mud.pl (201-moc-7.acn.waw.pl [212.76.58.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A335243FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Nov 2003 04:19:18 -0800 (PST)
	(envelope-from wtp@mud.pl)
Received: from localhost (localhost.lan.wtp3.org [127.0.0.1])
	by kryptos.mud.pl (Postfix) with ESMTP id 8F50326169
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Nov 2003 13:19:16 +0100 (CET)
Received: from kryptos.mud.pl ([127.0.0.1])
 by localhost (kryptos.mud.pl [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 24184-08 for <FreeBSD-gnats-submit@freebsd.org>;
 Thu, 13 Nov 2003 13:19:14 +0100 (CET)
Received: by kryptos.mud.pl (Postfix, from userid 1000)
	id 40F4126166; Thu, 13 Nov 2003 13:19:14 +0100 (CET)
Message-Id: <20031113121914.40F4126166@kryptos.mud.pl>
Date: Thu, 13 Nov 2003 13:19:14 +0100 (CET)
From: Krzysztof Stryjek <wtp@bsdguru.org>
Reply-To: Krzysztof Stryjek <wtp@bsdguru.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update polish dictionary in ispell
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         59249
>Category:       ports
>Synopsis:       update polish dictionary in ispell
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jmz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 13 04:20:18 PST 2003
>Closed-Date:    Fri Nov 14 08:44:22 PST 2003
>Last-Modified:  Fri Nov 14 08:44:22 PST 2003
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
private
>Environment:
System: FreeBSD kryptos.mud.pl 4.8-STABLE FreeBSD 4.8-STABLE #1: Tue Jul 29 23:21:08 CEST 2003 toor@kryptos.mud.pl:/usr/src/sys/compile/POOH i386

>Description:
	There is new published version of Polish ispell dictionary. Since
last update there are many changes, e.g. MASTER_SITE

>How-To-Repeat:
	cd /usr/ports/textproc/ispell && make ISPELL_PL=yes all install clean
>Fix:

There is a patch for Makefile of ispell port:
--------------------- cut here --------------------------------

--- /usr/ports/textproc/ispell/Makefile	Fri Mar  7 07:11:40 2003
+++ Makefile.ispell	Thu Nov 13 12:41:30 2003
@@ -142,12 +142,14 @@
 EXTRA_DICT+=	${FIDICTFILE} ${FIAFFIXFILE}
 .endif
 .if defined(ISPELL_PL)
-MASTER_SITES+=	ftp://sunsite.icm.edu.pl/pub/unix/polish-ispell/ \
+MASTER_SITE_SUBDIR=	ispell-pl
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		${MASTER_SITE_LOCAL}
-PLDISTFILE=	ispell-pl-20011004.tar.gz
+PLDISTFILE=	ispell-pl-20021127.tar.gz
 MASKBITS?=	64
 EXTRA_DICT+=	${PLDISTFILE}
 EXTRACT_ONLY+=	${PLDISTFILE}
+BUILDHASH=	${WRKDIR}/${PLDISTFILE:S=.tar.gz==}/zbuduj.slownik.sh
 .endif
 
 DISTFILES+=	${EXTRA_DICT}
@@ -206,6 +208,9 @@
 .if defined(ISPELL_AF)
 	@cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/AF.patch 2>/dev/null
 .endif
+.if defined(ISPELL_PL)
+	@${REINPLACE_CMD} -e 's/bash/sh/' ${BUILDHASH}
+.endif
 
 post-configure:
 	@${ECHO_CMD} "#define CFLAGS \"${CFLAGS}\"" >> ${WRKSRC}/local.h
@@ -268,7 +273,7 @@
 		finnish.hash && ${MV} ${FIAFFIXFILE:S/.bz2//} finnish.aff
 .endif
 .if defined(ISPELL_PL)
-	@cd ${WRKDIR}/${PLDISTFILE:S=ispell-pl-==:S=.tar.gz==} && \
+	@cd ${WRKDIR}/${PLDISTFILE:S=.tar.gz==} && \
 		${CAT} A B C imiona-A imiona-B fachowe/* > polish.dic && \
 		${BUILDHASH} polish.dic polish.aff polish.hash
 .endif
--------------------- cut here --------------------------------

I hope this update will be made soon :-))))
--
wtp (at) bsdguru (dot) org
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jmz 
Responsible-Changed-By: pav 
Responsible-Changed-When: Fri Nov 14 07:33:54 PST 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59249 
State-Changed-From-To: open->closed 
State-Changed-By: jmz 
State-Changed-When: Fri Nov 14 08:43:12 PST 2003 
State-Changed-Why:  
Committed. (Please: next time don't forget to provide a patch for distinfo) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59249 
>Unformatted:
