Date: Thu, 20 Aug 1998 18:38:04 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: cracauer@cons.org Cc: hoek@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/ilu Makefile Message-ID: <199808210138.SAA10761@silvia.hip.berkeley.edu> In-Reply-To: <19980820151620.A28383@cons.org> (message from Martin Cracauer on Thu, 20 Aug 1998 15:16:20 %2B0200)
next in thread | previous in thread | raw e-mail | index | archive | help
* I'm the maintainer. I need to build PLIST on the fly, unless I want * the port's build to depend on many other big language packages that * are irrelevant to 99% of the users (who want to use C, C++ or maybe * Java). * * I spent quite some time to make it work in the cases of * - compiling with any target language install or not installed I assume you mean the port auto-detects what's installed and builds only stuff that's needed to support those language. * - building a binary package and installing it on a machine with less * languages installed. * - the other way round Do you have a minimum feature set you want for packages? If that's the case, you can add *_DEPENDS conditional to defined(PACKAGE_BUILDING) to ensure they are installed first. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808210138.SAA10761>