Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2001 18:01:19 -0700 (PDT)
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28392: gaspell-0.30_1 searches for obsolete aspell library
Message-ID:  <200106250101.f5P11J786163@johncoop.MSHOME>

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

>Number:         28392
>Category:       ports
>Synopsis:       gaspell-0.30_1 searches for obsolete aspell library
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 24 18:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.3-STABLE FreeBSD 4.3-STABLE #17: Sun Jun 24 15:52:05 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


>Description:
	gaspell-0.30_1 fails to build because it looks for a non-existant
	aspell.9.  The value should be aspell.11 to sync with the current
	verion of aspell on 4.3-STABLE's ports tree.
>How-To-Repeat:
	Attempt to build gaspell-0.30_1.  It will go into a loop and eventually
	crash attempting to create an aspell.9, but aspell creates an aspell.11
>Fix:

	Apply following patch to Makefile:

--- Makefile.old	Sun Jun 24 17:53:05 2001
+++ Makefile	Sun Jun 24 17:53:32 2001
@@ -14,7 +14,7 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	aspell.9:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS=	aspell.11:${PORTSDIR}/textproc/aspell
 
 USE_X_PREFIX=	yes
 USE_NEWGCC=	yes

>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?200106250101.f5P11J786163>