From nobody Sun Apr 17 13:15:15 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5D7A211CE641; Sun, 17 Apr 2022 13:15:23 +0000 (UTC) (envelope-from adridg@freebsd.org) Received: from dex.tacodewolff.nl (dex.tacodewolff.nl [83.96.200.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Kh9Xq1NDlz3NTN; Sun, 17 Apr 2022 13:15:23 +0000 (UTC) (envelope-from adridg@freebsd.org) Received: from beastie.bionicmutton.org (77-174-95-91.fixed.kpn.net [77.174.95.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dex.tacodewolff.nl (Postfix) with ESMTPSA id A5BB561420; Sun, 17 Apr 2022 15:15:20 +0200 (CEST) From: Adriaan de Groot To: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, Craig Leres , Dima Panov , Antoine Brodin , Jochen Neumeister Subject: Re: git: f98beca9766c - main - devel/glib20: add DOCS option Date: Sun, 17 Apr 2022 15:15:15 +0200 Message-ID: <5704830.Zv9zXsTiuT@beastie.bionicmutton.org> Organization: FreeBSD In-Reply-To: <51b935ca-59dc-41e7-f0eb-14a0c29f7d06@FreeBSD.org> References: <202204131034.23DAYCZT059879@gitrepo.freebsd.org> <2903850.hHqAuc6tWs@beastie.bionicmutton.org> <51b935ca-59dc-41e7-f0eb-14a0c29f7d06@FreeBSD.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2612475.TYJnH3iKXO"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-Rspamd-Queue-Id: 4Kh9Xq1NDlz3NTN X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --nextPart2612475.TYJnH3iKXO Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8"; protected-headers="v1" From: Adriaan de Groot Subject: Re: git: f98beca9766c - main - devel/glib20: add DOCS option Date: Sun, 17 Apr 2022 15:15:15 +0200 Message-ID: <5704830.Zv9zXsTiuT@beastie.bionicmutton.org> Organization: FreeBSD In-Reply-To: <51b935ca-59dc-41e7-f0eb-14a0c29f7d06@FreeBSD.org> On Sunday, 17 April 2022 11:12:11 CEST Jochen Neumeister wrote: > I have it currently also at 13.0 i386: My meson-fu is weak -- and since I need a faster or slower machine to actually reproduce the problem, I have selected a proxy problem: `ninja -j48 gio-doc`. That's an actual target defined by meson, and I believe it should "just build". It didn't, of course: missing dependencies on things-that-are- generated-during-the-build. Telling ninja that gio-doc needs to build the examples first is trivial, so I patch that in. It's definitely ugly to be doing {REINPLACE_CMD} on the generated build-system, but it's the best I could come up with. [ade] --nextPart2612475.TYJnH3iKXO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEESUdADzdGoDiQC7F4Mo10LYgHpDUFAmJcEuMACgkQMo10LYgH pDW5zAv/bg2453QpQkJ5CDicJ5b/9s/OUy0dztyfUkeveKjZvn7b2rPiA8+YjXXe lgLSs4p0MJmKFJJQIS5fW/qtLgtuBJ7e29dE5A4YVxxJWMO131rtq03EMRi7Rcv6 EhdHniMHJjvii+1ccq00T7pmkfM457k+AWrgmZID+mQy8XxRyf9I8rkOyRwlvN+T pwg1v6HO88lh/v3Iff8Mjlke/UVnR3sK1yHSUKd0JbUNUm+BNVy+sT5ugftMyEdM xLV0/lmPcRIxMYAFDfEo6v9Kr+YBuLFE8CFn/GviCiRzrwYC/ljoWikPW96iC3lD SqYDgs6RfEShuFh0ExT+azo6nrMzHsQQ1uvYFrfrtiL/XLwFPTmguXgWyzNEyNwn tx7r7BSL98LcgbmDUYDUYofOz5pQQbWYDxKRbwkhphcI8/7/UwdlMrx00Lie735y meS+xv1TrC5ZU/4glmbPkzTB1V9PhhomEyTWB1IqgF3MGNgkzw16YXNolrImuRtV INScX2Yi =4bnT -----END PGP SIGNATURE----- --nextPart2612475.TYJnH3iKXO--