From owner-freebsd-ports Tue Dec 28 15:55:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id F26DF14F39; Tue, 28 Dec 1999 15:55:30 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id RAA18961; Tue, 28 Dec 1999 17:55:29 -0600 (CST) Date: Tue, 28 Dec 1999 17:55:29 -0600 (CST) From: Steve Price To: Satoshi - Ports Wraith - Asami Cc: Bill Fumerola , freebsd-ports@FreeBSD.ORG, alex@cichlids.com Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/se-ispell ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28 Dec 1999, Satoshi - Ports Wraith - Asami wrote: #*# 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. This was what I was thinking and why I mentioned the ja-ptex-pkfonts* ports as a reference. If Alex can come up with the patches, I'll get them committed. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message