From owner-cvs-all Wed Mar 8 1:48:54 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 4463B37B660; Wed, 8 Mar 2000 01:48:46 -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 BAA74309; Wed, 8 Mar 2000 01:48:16 -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 BAA53973; Wed, 8 Mar 2000 01:47:10 -0800 (PST) To: Masafumi NAKANE Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/imake - Imported sources References: <200003020412.UAA28258@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 08 Mar 2000 01:46:08 -0800 In-Reply-To: Masafumi NAKANE's message of "Wed, 08 Mar 2000 15:49:47 +0900" Message-ID: Lines: 37 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Masafumi NAKANE * What does ``this'' mean in this context? I meant replacing "BUILD_DEPENDS=imake:x11/XFree86" with "BUILD_DEPENDS=imake:devel/imake". :) Well, seems like there aren't that many: === >> find . -name Makefile | xargs grep -n 'imake:.*XFree86' ./devel/ilu/Makefile:22:BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 ./math/simpack/Makefile:16:BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 ./japanese/Canna/Makefile:17:BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 ./japanese/Wnn/Makefile:19:BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 ./japanese/Wnn6-lib/Makefile:16:BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 ./japanese/canuum/Makefile:19:BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 === (Do Japanese people love imake or what? :) * The necessary changes to bsd.port.mk is small, but there are 318 ports * whose Makfile contain the string ``imake.'' Don't worry about bsd.port.mk, USE_IMAKE (which is really USE_XMKMF + USE_X_PREFIX + USE_XLIB) can stay that way for awhile. * 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. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message