Skip site navigation (1)Skip section navigation (2)
Date:      28 Dec 1999 13:44:19 -0800
From:      asami@freebsd.org (Satoshi - Ports Wraith - Asami)
To:        Steve Price <sprice@hiwaay.net>
Cc:        Bill Fumerola <billf@chc-chimes.com>, freebsd-ports@freebsd.org, alex@cichlids.com
Subject:   Re: cvs commit: ports/textproc Makefile ports/textproc/se-ispell          Makefile ports/textproc/se-ispell/files md5         ports/textproc/se-ispell/patches  patch-aa ports/textproc/se-ispell/pkg         COMMENT DESCR PLIST
Message-ID:  <vqcn1queo5o.fsf@silvia.hip.berkeley.edu>
In-Reply-To: Steve Price's message of "Mon, 27 Dec 1999 10:25:43 -0600 (CST)"
References:  <Pine.OSF.4.21.9912271010460.10873-100000@fly.HiWAAY.net>

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: Steve Price <sprice@hiwaay.net>

 * # I haven't looked at the specifics, but could this be done like the
 * # french and british dictionaries are done in ispell or are the changes
 * # too different?
 * 
 * There is even a PR (ports/14741) that combines all the dictionaries
 * into a single port.  The problem with this is that during package
 * building we only get one of the dictionaries built.  So all the others
 * never make it on the CDs pressed by Walnut Creek and company.

There's a simple solution to that.  Just add a fr-ispell/Makefile
saying:

===
ISPELL_FR=	yes
MASTERDIR=	${.CURDIR}/../ispell

.include	"${MASTERDIR}/Makefile"
===

and all will be fine.

 * There was an attempt at providing 'batch' capabilities to building
 * packages that would allow a single port to build many packages but
 * I'm pretty sure that has gone away as it was causing many problems.

Yes, it has gone away because it just has too many corner cases, and
the same thing could be accompleshed easily under the current
framework (see above :).

Satoshi


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?vqcn1queo5o.fsf>