From owner-freebsd-ports Tue Dec 28 13:46:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from m0.cs.berkeley.edu (m0.CS.Berkeley.EDU [128.32.45.176]) by hub.freebsd.org (Postfix) with ESMTP id 9862114BCC for ; Tue, 28 Dec 1999 13:46:41 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-199.ix.netcom.com [209.111.208.199]) by m0.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id NAA85446; Tue, 28 Dec 1999 13:46:03 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA55798; Tue, 28 Dec 1999 13:44:31 -0800 (PST) To: Steve Price Cc: Bill Fumerola , 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 References: From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 28 Dec 1999 13:44:19 -0800 In-Reply-To: Steve Price's message of "Mon, 27 Dec 1999 10:25:43 -0600 (CST)" Message-ID: Lines: 32 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Steve Price * # 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