Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 23:49:29 +0200
From:      Marco Steinbach <coco@executive-computing.de>
To:        Miroslav Lachman <000.fbsd@quip.cz>
Cc:        FreeBSD Ports <ports@freebsd.org>, Baptiste Daroussin <bapt@FreeBSD.org>
Subject:   Re: How can I override global OPTIONS_UNSET for specific port in make.conf? www/xcache
Message-ID:  <53A35AE9.8090702@executive-computing.de>
In-Reply-To: <53A33F83.7050807@quip.cz>
References:  <53A33F83.7050807@quip.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Miroslav Lachman schrieb:
> I don't need DOCS, EXAMPLES etc. for each port as I normaly do not use 
> them on servers.
> I have this line in make.conf
> 
> OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS
> 
> Now I need www/xcache port installed with EXAMPLES.
> I tried following in make.conf:
> 
> xcache_SET= EXAMPLES
> 
> or
> 
> xcache_SET_FORCE= EXAMPLES
> 
> In both cases, xcache is installed without EXAMPLES.
> 
> So how can I have globally disabled EXAMPLES and enable it only for one 
> specific port?

After some testing, I think this could be a bug in the handling of 
PORTEXAMPLES / PORTDOCS, since flipping EXAMPLES / DOCS options (and any 
other options I tried) with these switches works as expected.

I'll try and have a go at this.

MfG CoCo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53A35AE9.8090702>