Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 12:25:14 -0700
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Roman Bogorodskiy <bogorodskiy@gmail.com>
Cc:        "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r398953 - head/Mk
Message-ID:  <41D0729E-FA5B-4A34-9593-83E11754FB59@FreeBSD.org>
In-Reply-To: <20151010145946.GA12463@kloomba.lvv.mirantis.net>
References:  <201510091920.t99JKO1Z074092@repo.freebsd.org> <20151010145946.GA12463@kloomba.lvv.mirantis.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Wow I'm sorry. Please someone revert if not already.

Regards,
Bryan Drewery

> On Oct 10, 2015, at 07:59, Roman Bogorodskiy <bogorodskiy@gmail.com> wrote=
:
>=20
>  Bryan Drewery wrote:
>=20
>> Author: bdrewery
>> Date: Fri Oct  9 19:20:24 2015
>> New Revision: 398953
>> URL: https://svnweb.freebsd.org/changeset/ports/398953
>>=20
>> Log:
>>  Don't include/parse bsd.options.desc.mk if not needed (showconfig or -V *=
_DESC).
>>=20
>>  This is targetting dependency listing overhead.
>>=20
>>  With hat:    portmgr
>>=20
>> Modified:
>>  head/Mk/bsd.port.mk
>>=20
>> Modified: head/Mk/bsd.port.mk
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
>> --- head/Mk/bsd.port.mk    Fri Oct  9 19:09:27 2015    (r398952)
>> +++ head/Mk/bsd.port.mk    Fri Oct  9 19:20:24 2015    (r398953)
>> @@ -5293,7 +5293,7 @@ config-conditional:
>> .endif
>> .endif # config-conditional
>>=20
>> -.if !target(showconfig)
>> +.if !target(showconfig) && (make(showconfig) || (!empty(.MAKEFLAGS:M-V) &=
& !empty(.MAKEFLAGS:M*_DESC)))
>> .include "${PORTSDIR}/Mk/bsd.options.desc.mk"
>> MULTI_EOL=3D    : you have to choose at least one of them
>> SINGLE_EOL=3D    : you have to select exactly one of them
>=20
> This breaks displaying of standard options' description
> in the 'make config' dialog.
>=20
> Roman Bogorodskiy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41D0729E-FA5B-4A34-9593-83E11754FB59>