svn commit: r320177 - head/Mk
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Jun 7 09:58:51 UTC 2013
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
More information about the svn-ports-head
mailing list