From owner-cvs-all Wed Mar 8 23:18: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id 6FAA037B5EE; Wed, 8 Mar 2000 23:17:59 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id XAA21831; Wed, 8 Mar 2000 23:17:30 -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 XAA59606; Wed, 8 Mar 2000 23:16:35 -0800 (PST) To: Chuck Robey Cc: Masafumi NAKANE , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/imake - Imported sources References: From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 08 Mar 2000 23:15:59 -0800 In-Reply-To: Chuck Robey's message of "Wed, 8 Mar 2000 20:54:15 -0500 (EST)" Message-ID: Lines: 20 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Chuck Robey * Are you saying it "should" or "will" install in /usr/local? I'm * downloading your example, but I'm pretty sure it won't go in PREFIX, * because imake only knows the X11 tree. I agree you may *want* it to Chuck, you are misunderstanding the issue here. We're talking about ports that use imake, not xmkmf (and /usr/X11R6/lib/X11/config). It is perfectly reasonable for a port to use imake (the program) with its own imake config files, without any of the X11 config files. For example, {chinese,japanese,korean}/Wnn all do exactly that, and install into ${LOCALBASE}. (The build initially crapped out because they did need X libraries to link X clients, but I fixed that with an USE_XLIB, not USE_IMAKE or USE_X_PREFIX.) (Yes, the USE_IMAKE variable in bsd.port.mk is a misnomer, it should have been called USE_XMKMF or something.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message