From owner-cvs-all Fri Apr 21 13:59:15 2000 Delivered-To: cvs-all@freebsd.org Received: from viper.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 44C5737BA05; Fri, 21 Apr 2000 13:59:10 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.13 #1) id 12ikVz-0006WB-00; Fri, 21 Apr 2000 15:59:03 -0500 Date: Fri, 21 Apr 2000 15:59:03 -0500 From: Ade Lovett To: Kent Stewart Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/gaspell Makefile Message-ID: <20000421155903.B14017@lovett.com> References: <200004211707.KAA12464@freefall.freebsd.org> <3900BA63.F2998D14@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3900BA63.F2998D14@3-cities.com>; from kstewart@3-cities.com on Fri, Apr 21, 2000 at 01:30:27PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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