From owner-cvs-all Wed Mar 8 2:17:49 2000 Delivered-To: cvs-all@freebsd.org Received: from bourbon.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.141.171]) by hub.freebsd.org (Postfix) with ESMTP id 3277337B57F; Wed, 8 Mar 2000 02:17:44 -0800 (PST) (envelope-from max@wide.ad.jp) Received: from bourbon.sfc.wide.ad.jp (bourbon [203.178.141.171]) by bourbon.access.sfc.wide.ad.jp (8.9.3+3.2W/3.7W-12/11/99/smtpfeed 1.01) with ESMTP id TAA89493; Wed, 8 Mar 2000 19:17:41 +0900 (JST) (envelope-from max@wide.ad.jp) Date: Wed, 08 Mar 2000 19:17:40 +0900 Message-ID: From: Masafumi NAKANE To: asami@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/imake - Imported sources In-Reply-To: In your message of "08 Mar 2000 01:46:08 -0800" References: <200003020412.UAA28258@freefall.freebsd.org> User-Agent: Wanderlust/1.1.0 (Overjoyed-pre1) REMI/1.14.0 (Uragawara) FLIM/1.13.2 (Kasanui) APEL/10.1 Emacs/20.5 (i386--freebsd) MULE/4.0 (HANANOEN) X-PGP-Fingerprint: EB40 BCAB 4CE5 0764 9942 378C 9596 159E CE35 6B59 X-ICQ-UIN: 46494717 MIME-Version: 1.0 (generated by REMI 1.14.0 - "Uragawara") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I meant replacing "BUILD_DEPENDS=imake:x11/XFree86" with > "BUILD_DEPENDS=imake:devel/imake". :) > > Well, seems like there aren't that many: Okay. That I can take care of. :) > * Each port needs to be examined to see if it just uses imake, or it > * uses imake and xlib, or what. > > Yes, that will be the eventual goal. I can run that test fairly > easily (I think) on my package building cluster though. Just change > USE_IMAKE to mean "BUILD_DEPENDS on devel/imake" on my local copy of > bsd.port.mk and run the full build, and change the successful builds > to use devel/imake. :) A problem with this is that many ports that use Imake use /usr/X11R6 as their installation path. And not too many port creators have made appropriate changes to these ports to respect the ${PREFIX}. So there probably are many ports that need USE_X_PREFIX but don't need USE_XLIB. So, make package of some ports which were successfully built with USE_IMAKE replaced with BUILD_DEPENDS on devel/imake may fail. Cheers, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message