Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2009 22:26:44 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130353: update hebrew/hspell to 1.0
Message-ID:  <200901102226.n0AMQiaQ036425@www.freebsd.org>
Resent-Message-ID: <200901102230.n0AMU1a4046349@freefall.freebsd.org>

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

>Number:         130353
>Category:       ports
>Synopsis:       update hebrew/hspell to 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 10 22:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.1-RELEASE FreeBSD 7.1-RELEASE #1: Wed Jan  7 13:14:26 MSK 2009     root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA  i386
>Description:
update to 1.0
sort plist
add -fPIC flag to fix linking with hspell library
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/hebrew/hspell/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	21 Aug 2008 06:17:25 -0000	1.8
+++ Makefile	10 Jan 2009 22:21:43 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	hspell
-PORTVERSION=	0.8
+PORTVERSION=	1.0
 CATEGORIES=	hebrew
-MASTER_SITES=	http://www.ivrix.org.il/projects/spell-checker/
+MASTER_SITES=	http://www.ivrix.org.il/projects/spell-checker/ \
+		${MASTER_SITE_LOCAL}
 
 MAINTAINER=	onatan@gmail.com
 COMMENT=	Hebrew spellchecker and morphology engine
@@ -16,6 +17,7 @@
 USE_PERL5_BUILD=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+CFLAGS+=	-fPIC
 
 MAN1=		hspell.1
 MAN3=		hspell.3
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/hebrew/hspell/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	22 Jan 2006 12:35:48 -0000	1.6
+++ distinfo	10 Jan 2009 21:50:10 -0000
@@ -1,3 +1,3 @@
-MD5 (hspell-0.8.tar.gz) = 67f402162bdb4f5e7b3099572de1342e
-SHA256 (hspell-0.8.tar.gz) = 3756f01a86b7ebbd0499860905d00ae9abca1bedbc11d4f8890a47124cb7ef5a
-SIZE (hspell-0.8.tar.gz) = 226838
+MD5 (hspell-1.0.tar.gz) = 3e12fa383c2cfd430918d115f33f9841
+SHA256 (hspell-1.0.tar.gz) = 19919d8aea49f37277f82b090ddf81fbedf3cc693f3eaf034dddf8a3bddc2e50
+SIZE (hspell-1.0.tar.gz) = 292215
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/hebrew/hspell/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	1 Dec 2004 20:15:49 -0000	1.4
+++ pkg-plist	10 Jan 2009 22:16:19 -0000
@@ -1,12 +1,11 @@
-@comment $FreeBSD: ports/hebrew/hspell/pkg-plist,v 1.4 2004/12/01 20:15:49 arved Exp $
 bin/hspell
 bin/hspell-i
 bin/multispell
-lib/libhspell.a
 include/hspell.h
 include/linginfo.h
+lib/libhspell.a
 %%DATADIR%%/hebrew.wgz
+%%DATADIR%%/hebrew.wgz.hints
 %%DATADIR%%/hebrew.wgz.prefixes
 %%DATADIR%%/hebrew.wgz.sizes
-%%DATADIR%%/hebrew.wgz.hints
 @dirrm %%DATADIR%%


>Release-Note:
>Audit-Trail:
>Unformatted:



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