From owner-freebsd-ports Tue Mar 4 00:27:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA06363 for ports-outgoing; Tue, 4 Mar 1997 00:27:43 -0800 (PST) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA06358 for ; Tue, 4 Mar 1997 00:27:41 -0800 (PST) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id CAA25374; Tue, 4 Mar 1997 02:27:09 -0600 (CST) Received: from wck-ca5-13.ix.netcom.com(199.35.213.173) by dfw-ix2.ix.netcom.com via smap (V1.3) id sma025366; Tue Mar 4 02:26:52 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id AAA16962; Tue, 4 Mar 1997 00:26:49 -0800 (PST) Date: Tue, 4 Mar 1997 00:26:49 -0800 (PST) Message-Id: <199703040826.AAA16962@silvia.HIP.Berkeley.EDU> To: taguchi@tohoku.iij.ad.jp CC: freebsd-ports@freefall.freebsd.org, taguchi@tohoku.iij.ad.jp In-reply-to: <199703040748.QAA09767@hirose.tohoku.iij.ad.jp> (message from Taguchi Takeshi on Tue, 04 Mar 1997 16:48:51 +0900) Subject: Re: ports/2764 From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I must say I'm sorry, because my post contained many bugs _o_ That's ok. People learn from their mistakes. :) * So I build new Tcl/Tk ports. It fixes this probrem, and provide * a new feauture. That is great. * Currentlly, ${PORTSDIR}/lang and ${PORTSDIR}/x11 have NOT contain * Tcl7.6/Tk4.2. I think this is not so good. * New Tcl/Tk ports resolve this situation. These ports handle jp and * non-jp packages. * * If variable LANG is 'C' or the port is extracted in ${PORTSDIR}/ * lang/ then the port will make original, non-jp version of tcl. * And if LANG is 'ja' or it is extracted in japanese/ then it will * make jp version. Um, this is going to be too complicated to handle. Can you just make them separate ports? There are ways to share files (for an example, see the *DIR definitions in www/slang-lynx/Makefile), if that as what you are concerned about. Also, lang/tcl76 and x11/tk42 should include the "default" target that is NOT called from "install" by default. Satoshi