From owner-svn-ports-head@freebsd.org Sat Oct 10 14:59:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36BB99D26CE; Sat, 10 Oct 2015 14:59:57 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0D27F8F; Sat, 10 Oct 2015 14:59:56 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: by lbbwt4 with SMTP id wt4so106926071lbb.1; Sat, 10 Oct 2015 07:59:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=BR2Ph2Jao9mA9gon3NahCMXzpNZglFUUkq0ASmQ3trY=; b=PVhxW9DuCxVLYn9xoDKgRBSyzHvezEoKYOmlc07HFc8y6iVtHQZY0IS9ZsF8XuAbGt 7wt1sM0tiQkpZUSz+56D9D8uPq9LwhXc3p/ySyqbelvMI7Ys8uSAjOnTkM3X7Ft0SDR9 +ik0tlyIKmiwGIr82qxVNSl/DxmbXJ56AC6QarMpm+zOPnoU3DiCnqhRuJHYh2AUcYDM 2s5xx9uvOmWeLM/oLcuozvz7JNCGpfDXAr/YBAE2Mp/oP4ue44I2Gf43WMroiBLJtSzq f6T3aUkkQvByJyGySlYAk5t0rv2ULphis5mwW+SuG6XpZiICppImVkXdpvqszQSWL3R4 b/Ag== X-Received: by 10.112.166.3 with SMTP id zc3mr8846130lbb.49.1444489194883; Sat, 10 Oct 2015 07:59:54 -0700 (PDT) Received: from kloomba.lvv.mirantis.net ([31.29.239.16]) by smtp.gmail.com with ESMTPSA id eu2sm1218394lbc.6.2015.10.10.07.59.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 10 Oct 2015 07:59:53 -0700 (PDT) Date: Sat, 10 Oct 2015 17:59:47 +0300 From: Roman Bogorodskiy To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r398953 - head/Mk Message-ID: <20151010145946.GA12463@kloomba.lvv.mirantis.net> References: <201510091920.t99JKO1Z074092@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: <201510091920.t99JKO1Z074092@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 14:59:57 -0000 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Bryan Drewery wrote: > 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 This breaks displaying of standard options' description in the 'make config' dialog. Roman Bogorodskiy --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWGSfiAAoJEMltX/4IwiJqGwwH/j7S4GDPPHbCxdWABPwv8HIz 7wccl1GffQDTwsRmkjRCvzpLkkFnIP+u1ov9j/pLU94/SU0eXpXls3I5WJCkrfGL H4ZIMK1R+YMbuA0krLw2UNuMvNfk6mKNNO6qlVp2FoSHN6xCCZ9ICAQ/nzPzoCG3 yXgDBsaGXgIsOVu5YjC0Fqng9YwbntY35DWzd94nNOM7c7y32E3LE1K12mub9xrL j1NO3LiEgEn5eav/H4o1fI2AqDDt8FI+fof5m1P4VkmeUMpkUmrtglUFlKsY+yoe tZKI1IOJ7ngIf2cl6/bexKxKYcCu7mrdyJNil6b63yAWdMyNjnvsHawB++vlnsU= =a0LB -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF--