On 2023-12-23 7:52 p.m., George Koehler wrote:
On Sat, 23 Dec 2023 23:46:33 +0100
Theo Buehler<t...@theobuehler.org> wrote:
Please go ahead, I can cope.
I committed it. Now if anyone runs update-plist, my commit adds
cpu_relax.hpp.orig.port to this warning,
Warning: entries NOT added to boost-1.84.0p0v0:
include/boost/atomic/detail/futex.hpp.orig.port (.orig.port suffix ?)
include/boost/fiber/detail/cpu_relax.hpp.orig.port (.orig.port suffix ?)
include/boost/fiber/detail/futex.hpp.orig.port (.orig.port suffix ?)
share/b2/tools/gcc.jam.orig.port (.orig.port suffix ?)
do-install runs pax -s ':^.*\.orig$$::' to skip .orig files, but
we changed PATCHORIG to .orig.port some time ago, so
-s ':^.*\.orig\.port$$::' might be better.
Yes. That should be updated to do as intended. Thanks.OK with me.