From owner-svn-ports-head@freebsd.org Wed Sep 5 21:49:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D9FBFFE311; Wed, 5 Sep 2018 21:49:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03F3975332; Wed, 5 Sep 2018 21:49:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5A3B2176C2; Wed, 5 Sep 2018 21:49:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Wed, 5 Sep 2018 23:49:47 +0200 From: Mathieu Arnold To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r479028 - head/games/yadex Message-ID: <20180905214947.3msj2lkffek66vbo@atuin.in.mat.cc> References: <201809051631.w85GVdwR029041@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="blptppwoxnjcjkqe" Content-Disposition: inline In-Reply-To: <201809051631.w85GVdwR029041@repo.freebsd.org> User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 05 Sep 2018 21:49:49 -0000 --blptppwoxnjcjkqe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 05, 2018 at 04:31:39PM +0000, Alexey Dokuchaev wrote: > Author: danfe > Date: Wed Sep 5 16:31:39 2018 > New Revision: 479028 > URL: https://svnweb.freebsd.org/changeset/ports/479028 >=20 > Log: > Consummate conversion to option helpers (should've been part of r479022= ). >=20 > Modified: > head/games/yadex/Makefile > head/games/yadex/pkg-plist >=20 > Modified: head/games/yadex/Makefile > =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/games/yadex/Makefile Wed Sep 5 16:21:20 2018 (r479027) > +++ head/games/yadex/Makefile Wed Sep 5 16:31:39 2018 (r479028) > @@ -37,17 +37,10 @@ PATCH_SUFFIX=3D .diff > PATCHFILES=3D ${PATCH_PREFIX}_Depend${PATCH_SUFFIX} > =20 > 3D_RENDER_PATCHFILES=3D ${PATCH_PREFIX}_Render3D${PATCH_SUFFIX} > +3D_RENDER_PORTDOCS=3D preview.html This is missing a 3D_RENDER_IMPLIES=3DDOCS. > - > -.include > - > -.if ${PORT_OPTIONS:M3D_RENDER} > -PLIST_SUB+=3D 3DRENDER=3D"" > -.else > -PLIST_SUB+=3D 3DRENDER=3D"@comment " > -.endif > =20 > post-patch-WHITE_BG-on: > @${REINPLACE_CMD} -E 's,^#(CXXFLAGS \+=3D -DWHITE_BACKGROUND)$$,\1,' \ >=20 > Modified: head/games/yadex/pkg-plist > =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/games/yadex/pkg-plist Wed Sep 5 16:21:20 2018 (r479027) > +++ head/games/yadex/pkg-plist Wed Sep 5 16:31:39 2018 (r479028) > @@ -39,7 +39,6 @@ man/man6/yadex.6.gz > %%PORTDOCS%%%%DOCSDIR%%/nook2.png > %%PORTDOCS%%%%DOCSDIR%%/packagers_guide.html > %%PORTDOCS%%%%DOCSDIR%%/palette.html > -%%PORTDOCS%%%%3DRENDER%%%%DOCSDIR%%/preview.html > %%PORTDOCS%%%%DOCSDIR%%/reporting.html > %%PORTDOCS%%%%DOCSDIR%%/slice1.png > %%PORTDOCS%%%%DOCSDIR%%/slice2.png >=20 >=20 --=20 Mathieu Arnold --blptppwoxnjcjkqe Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAluQT3pfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkjenA/+I6MSh/58Q8FgIvheYhN5Z3xnbYsGtXFRyMjLd2WlpQVbyF6ImTvJTsG+ L5Q8JXs4i12ae6izF7X3MnBtHKJc1KXkbfnfl0+XLdh4SuotM3r3mUfX8aEOs3P9 0Enr3uPy4ocbIwq5EbDmWouPVzF4rerIrLSBosJJumUiApN9FJ8Js0am85zQi1P0 NlzlsjhK/xQfaTgbvTtSL22DPN9wfTgurBqbANvJpXNE9JNHBQyThyScarXivwpc St8WgFTbih43wmUPMW4k8MOp498ZsDdWUq6gith3aZiPLkdbYV2PCyhNHPSJ5Y+Z nozEuaSBodi2XP2lLSafNnZV3uQLD3cFYF3szCAjfJIryur1guN0gqrDfEKjVxLO 7K7Hv9L7U3zTj0AdePeeqKD+mJ7ZN9Yd/ICpJd8FSUios/q35bPdnRPuTDQuPuhL KVBDk0fl1MRsBygtpJX/JzDc0MkpAh57Zmy6COpQlOryaZZStOzKNq/hYDpH+18n WvM+JLHIQwsVubQ0fRp4XQ4MwrY/eRCxBVfgbAxc7wjf9XmfDv4Im5pPtuh1R27j /zBdMn0s86jBylrsY/hyKpZ0cgZ5pEneS7AxBzoKEXYYUQcYHtnX8J23ZC1peZnp /PyZ4wWHLnNXXEUEb2h0nomC4tVd9LKPkXKoVSOXmqeacewFJrQ= =GrZd -----END PGP SIGNATURE----- --blptppwoxnjcjkqe--