Date: Thu, 24 Nov 2005 14:12:07 +0000 From: RW <list-freebsd-2004@morbius.sent.com> To: freebsd-questions@freebsd.org Subject: Re: args to `make` within the ports tree Message-ID: <200511241412.09511.list-freebsd-2004@morbius.sent.com> In-Reply-To: <4384D7D4.7090102@russellmeek.net> References: <20051123153513.GE28686@ns2.wananchi.com> <20051123164714.GB1416@slackbox.xs4all.nl> <4384D7D4.7090102@russellmeek.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 23 November 2005 20:57, Russell Meek wrote:
> Roland Smith wrote:
>
> >Try /usr/ports/KNOBS for the most common ones, and the Makefile of each
> >port for specific ones.
> >
> >Roland
>
> Many ports fail if you try to use extravagant make flags like what you
> would use with Gentoo.
I can't say I've ever seen anything like that myself, but I tend to set most
of them in make.conf like this:
.if ${.CURDIR:M*/www/linuxpluginwrapper}
WITH_PLUGINS=yes
.endif
Turning things on globally seems a bit dangerous to me.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511241412.09511.list-freebsd-2004>
