Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 06:10:10 -0800 (PST)
From:      Yonatan <yonatan@node-110.xpert.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47265: new port: Hebrew spellchecker and morphology engine
Message-ID:  <200303101410.h2AEAAKK049242@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47265; it has been noted by GNATS.

From: Yonatan <yonatan@node-110.xpert.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/47265: new port: Hebrew spellchecker and morphology engine
Date: Mon, 10 Mar 2003 14:00:45 GMT

 # Forgot one. This should go in the "files" directory.
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	patch-Makefile
 #
 echo x - patch-Makefile
 sed 's/^X//' >patch-Makefile << 'END-of-patch-Makefile'
 X--- Makefile.orig	Mon Mar 10 12:46:43 2003
 X+++ Makefile	Mon Mar 10 12:47:00 2003
 X@@ -42,8 +42,8 @@
 X 	sed 's+^my @dictionaries=.*$$+my @dictionaries=("zcat $(SHARE)/wordlist.wgz|$(LIBEXEC)/wunzip|");+; s+my @likelyerror.*$$+my @likelyerror_dictionaries=("$(SHARE)/likelyerrors");+; s+@spellinghints_dictionaries=("spellinghints")+@spellinghints_dictionaries=("$(SHARE)/spellinghints")+' < hspell.pl > $@
 X 	chmod 755 $@
 X 
 X-CFLAGS=-O
 X-LDFLAGS=-s
 X+CFLAGS?=-O
 X+LDFLAGS?=-s
 X wunzip:
 X 
 X # experimental, not currently in use:
 END-of-patch-Makefile
 exit
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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