Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2001 10:40:35 +0100 (CET)
From:      stalaker@codefactory.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31630: Port se-ispell install the dictionary in /usr/local/lib instead of /usr/local/share/ispell
Message-ID:  <200110300940.f9U9eZG13552@mail.codefactory.se>

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

>Number:         31630
>Category:       ports
>Synopsis:       Port se-ispell install the dictionary in /usr/local/lib instead of /usr/local/share/ispell
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 30 01:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Magnus Stålåker
>Release:        FreeBSD 4.4-RC i386
>Organization:
codefactory.se
>Environment:
System: FreeBSD homer.codefactory.se 4.4-RC FreeBSD 4.4-RC #0: Tue Sep 11 13:54:28 CEST 2001 root@homer.codefactory.se:/usr/src/sys/compile/HOMER i386


>Description:
Port se-ispell install the dictionary in /usr/local/lib instead
of /usr/local/share/ispell.

When I use ispell from emacs20 ispell only looks for svenska.hash 
in /usr/local/share/ispell.

>How-To-Repeat:
cd /usr/ports/textproc/se-ispell/
make install clean

from emacs:
ispell-change-dictionary
svenska
ispell-buffer

"Can't open /usr/local/share/ispell/svenska.hash'


>Fix:

This fix is not rekommended but works.

cd /usr/local/share/ispell
ln -s /usr/local/lib/svenska.aff
ln -s /usr/local/lib/svenska.hash
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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