From sto@stat.Duke.EDU  Sat Jan 29 12:55:41 2000
Return-Path: <sto@stat.Duke.EDU>
Received: from eddings.acpub.duke.edu (eddings.acpub.duke.edu [152.3.233.76])
	by hub.freebsd.org (Postfix) with ESMTP id 8F14214F6A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Jan 2000 12:55:37 -0800 (PST)
	(envelope-from sto@stat.Duke.EDU)
Received: from bobzilla.adsl.duke.edu (bobzilla.adsl.duke.edu [152.16.67.15]) 
	by eddings.acpub.duke.edu (8.9.3/8.9.3/Duke-5.0.0) with ESMTP id PAA18205;
	Sat, 29 Jan 2000 15:55:33 -0500 (EST)
Received: (from sto@localhost)
	by bobzilla.adsl.duke.edu (8.9.3/8.9.3) id PAA06588;
	Sat, 29 Jan 2000 15:55:33 -0500 (EST)
	(envelope-from sto)
Message-Id: <200001292055.PAA06588@bobzilla.adsl.duke.edu>
Date: Sat, 29 Jan 2000 15:55:33 -0500 (EST)
From: sean@stat.Duke.EDU
Sender: sto@stat.Duke.EDU
Reply-To: sean@stat.Duke.EDU
To: FreeBSD-gnats-submit@freebsd.org
Subject: ispell port is broken 
X-Send-Pr-Version: 3.2

>Number:         16456
>Category:       ports
>Synopsis:       ispell port is broken
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 13:00:01 PST 2000
>Closed-Date:    Sat Jan 29 15:21:44 PST 2000
>Last-Modified:  Sun Jan 30 02:50:04 PST 2000
>Originator:     Sean O'Connell
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
ISDS
>Environment:

	FreeBSD all versions (I guess)

>Description:

	The latest patches to ispell port break ispell in that
        the dictionary hashes are installed in /usr/local/share/ispell,
        but ispell is still looking for them in /usr/local/lib. 

>How-To-Repeat:

	cvsup ports and cd /usr/ports/textproc/ispell and make install

>Fix:

	There needs to be a patch to the local.h such that LIBDIR and
        SHAREDIR point to the same location.  Currently SHAREDIR is
        where the dictionary hashes are installed, but ispell is looking
        in LIBDIR...

        The following patch fixed to local.h (after the original patches
        are applied), fixed it for me (probably a bit overdone):

--- local.h.orig        Sat Jan 29 15:54:10 2000
+++ local.h     Sat Jan 29 15:43:04 2000
@@ -103,4 +103,8 @@
 #undef ELISPDIR
 #define ELISPDIR "/usr/local/share/emacs/site-lisp"
 #define SHAREDIR "/usr/local/share/ispell"
+#ifdef LIBDIR
+#undef LIBDIR
+#define LIBDIR "/usr/local/share/ispell"
+#endif
 #define CFLAGS "-O -pipe"



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jmz 
State-Changed-When: Sat Jan 29 15:21:44 PST 2000 
State-Changed-Why:  
The problem was fixed one or two days ago. 

From: Alexander Langer <alex@big.endian.de>
To: sean@stat.Duke.EDU
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/16456: ispell port is broken
Date: Sun, 30 Jan 2000 11:19:02 +0100

 Thus spake sean@stat.Duke.EDU (sean@stat.Duke.EDU):
 
 > 	The latest patches to ispell port break ispell in that
 >         the dictionary hashes are installed in /usr/local/share/ispell,
 >         but ispell is still looking for them in /usr/local/lib. 
 
 That is fixed, please cvsup again. Thanks!
 
 Alex
 
 -- 
 I doubt, therefore I might be. 
 
>Unformatted:
