Date: Fri, 21 Apr 2000 15:59:03 -0500 From: Ade Lovett <ade@FreeBSD.org> To: Kent Stewart <kstewart@3-cities.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/gaspell Makefile Message-ID: <20000421155903.B14017@lovett.com> In-Reply-To: <3900BA63.F2998D14@3-cities.com>; from kstewart@3-cities.com on Fri, Apr 21, 2000 at 01:30:27PM -0700 References: <200004211707.KAA12464@freefall.freebsd.org> <3900BA63.F2998D14@3-cities.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 21, 2000 at 01:30:27PM -0700, Kent Stewart wrote: > > It needs "USE_GMAKE=yes". The pspell make problem with line 148, which > is a test of text basically, and generates a message about "needing an > Operator" works with gmake. I think we're talking about two different problems here. The currently available version of pspell initially bails out at configure time with: ===> Configuring for pspell-0.10 creating cache ./config.cache [...] updating cache ./config.cache ltconfig: unrecognized option `--build=i386--freebsd4.0' We're using USE_LIBTOOL here, so the ltconfig being used is our installed one from devel/libtool. On closer inspection, the pspell source also contain sources to libltdl (part of libtool) which it tries to compile without much success. That's about as far as I got.. I haven't looked at it since then, textproc/aspell and its friends are fairly low down on my list of ports priorities. If you want to take a stab at it, please be my guest -- changing the MAINTAINER is easy :) -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000421155903.B14017>