svn commit: r320177 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 7 10:20:38 UTC 2013


On Fri, Jun 07, 2013 at 09:58:51AM +0000, Alexey Dokuchaev wrote:
> On Fri, Jun 07, 2013 at 08:06:18AM +0000, Baptiste Daroussin wrote:
> > New Revision: 320177
> > URL: http://svnweb.freebsd.org/changeset/ports/320177
> > 
> > Log:
> >   Do not automatically popup dialog in case only options from global
> >   options are defined
> >   
> >   Requested by:	many
> > 
> > Modified: head/Mk/bsd.options.mk
> > ==============================================================================
> > --- head/Mk/bsd.options.mk	Fri Jun  7 08:00:38 2013	(r320176)
> > +++ head/Mk/bsd.options.mk	Fri Jun  7 08:06:17 2013	(r320177)
> > @@ -54,6 +54,8 @@ OPTIONSFILE?=	${PORT_DBDIR}/${UNIQUENAME
> >  #ALL_OPTIONS=	DOCS \
> >  #		NLS
> >  
> > +GLOBAL_OPTIONS=	DOCS NLS EXAMPLES IPV6
> > +
> 
> Awesome, but shouldn't it be ?= instead?  Right now it's possible to
> override GLOBAL_OPTIONS from command line, but not from /etc/make.conf.
> 
> ./danfe

Yes probably, I will do that later if you don't mind, because I have currently 2
concurrent patches for bsd.options.mk and I don't want to get lost in tracking
them.

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20130607/3da64a5f/attachment.sig>


More information about the svn-ports-head mailing list