Date: Fri, 04 Oct 2013 06:43:51 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r329293 - head/Mk Message-ID: <524EA9F7.8070705@FreeBSD.org> In-Reply-To: <201310041142.r94BgcmK099466@svn.freebsd.org> References: <201310041142.r94BgcmK099466@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --dc4RdNvwxJiduSq75GRm6R9BVai7v50H1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/4/2013 6:42 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Fri Oct 4 11:42:38 2013 > New Revision: 329293 > URL: http://svnweb.freebsd.org/changeset/ports/329293 >=20 > Log: > - Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUB More accurately, fixes OPTIONS_SLAVE option for all helpers. > =20 > With hat: portmgr >=20 > Modified: > head/Mk/bsd.options.mk >=20 > Modified: head/Mk/bsd.options.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.options.mk Fri Oct 4 11:40:35 2013 (r329292) > +++ head/Mk/bsd.options.mk Fri Oct 4 11:42:38 2013 (r329293) > @@ -370,7 +370,7 @@ WITH_${opt}:=3D true > .endfor > ### > =20 > -.for opt in ${COMPLETE_OPTIONS_LIST} > +.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} > # PLIST_SUB > PLIST_SUB?=3D > . if defined(OPTIONS_SUB) >=20 --=20 Regards, Bryan Drewery --dc4RdNvwxJiduSq75GRm6R9BVai7v50H1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSTqn3AAoJEG54KsA8mwz5vAIQALwhqF4CGorWH9NRupjaDV/N SgkV4MMNkaHcnTKNgW4fGIU7BedJcvGq9yfxOq+vzMgHh++YoC9r044i07zLKAv3 yHYkICBQk6fgVhWPiHl8KAhD8M2rtEo3HtqWmgGPCfxktWEAZNoVP6DbLurjbXro wzw0EY9MDP0dG0SGh+jIm+G0/Irq9q87B2YWtFP1THmBYyzjZTlq/Du5qypzv9g2 NPKDtsviaBZz91vMOjgYlC4I0NOfQmabGVdV7pmvYLdNr4sKTlHjhpUGDTLSKzyT s7gq2/49lylPZn/sJ9EpJ06yPGxYLuyBVRwLDrEJC7S1BiDfQTk1kYdyrHRrgpyv 7cInW1A5vhkQPVJ24TAMyEQ3uN8uhxN4XON7xgFFNOXIrAei1SweVcwGsqPjjqQn xJfCuR1ra1cAT8GzvCRFsOHvJaW3moYTEeFnH0Db+j7uscy4Lb2GCCzxNexqVHu+ /B1Q9A2eNfK+jNLS7p4lJ7Mr8EsqrGBQgPM0GvpPCLlepW+1URtM7eYV6TMAkLKe WAyunc3iagH+SR5Tf+iAIVNavdVS01EDifoIYchJLM/rv0mPVzCfgloDeLNc0V21 gkbItmg+1b3eN9t7BjNFYEAHGcENN4DXhzLRm3JvYvTqSqIgr5Jr/2+rroKqWGvM O6NBgIEpORnrtTKKxyc/ =O2au -----END PGP SIGNATURE----- --dc4RdNvwxJiduSq75GRm6R9BVai7v50H1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?524EA9F7.8070705>