Date: 08 Mar 2000 01:46:08 -0800 From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) To: Masafumi NAKANE <max@wide.ad.jp> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/imake - Imported sources Message-ID: <vqc7lfdiylb.fsf@silvia.hip.berkeley.edu> In-Reply-To: Masafumi NAKANE's message of "Wed, 08 Mar 2000 15:49:47 %2B0900" References: <200003020412.UAA28258@freefall.freebsd.org> <vqcn1oe9dml.fsf@bubble.didi.com> <s9966uy2bxw.wl@bourbon.sfc.wide.ad.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
* From: Masafumi NAKANE <max@wide.ad.jp> * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vqc7lfdiylb.fsf>