Created attachment 256087 [details] patch devel/libtextstyle, devel/gettext*: Update to 0.23
Some new failure logs: https://pkg-status.freebsd.org/gohan04/data/141amd64-default-foo/2024-12-25_10h09m27s/logs/grig-0.9.0_3.log https://pkg-status.freebsd.org/gohan04/data/141amd64-default-foo/2024-12-25_10h09m27s/logs/xpad-5.8.0_3.log https://pkg-status.freebsd.org/gohan04/data/141amd64-default-foo/2024-12-25_10h09m27s/logs/7kaa-2.15.6.log
Created attachment 256305 [details] patch2 comms/grig, deskutils/xpad, games/7kaa: Fix problem between autopoint (gettext) and aclocal (automake). First autopoint installs gettext m4 files in WRKSRC/m4 for the version of gettext requested in configure.ac. And then aclocal should use those files. These ports were either missing an "-I m4" flag so aclocal didn't see the autopoint m4 files but used the ones from LOCALBASE/share/aclocal, which are the wrong version, or they used the --install flag that makes aclocal copy files from LOCALBASE/share/aclocal overwriting the autopoint m4 files.
(In reply to Tijl Coosemans from comment #2) If you tested those 3 ports, there is no need for another exp-run
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d17e8f667b7b404725f5598a091d9e2cc7c368c commit 5d17e8f667b7b404725f5598a091d9e2cc7c368c Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-12-23 13:17:23 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2025-01-01 16:32:31 +0000 devel/libtextstyle, devel/gettext*: Update to 0.23 comms/grig, deskutils/xpad, games/7kaa: Fix problem between autopoint (gettext) and aclocal (automake). First autopoint installs gettext m4 files in WRKSRC/m4 for the version of gettext requested in configure.ac. And then aclocal should use those files. These ports were either missing an "-I m4" flag so aclocal didn't see the autopoint m4 files but used the ones from LOCALBASE/share/aclocal, which are the wrong version, or they used the --install flag that makes aclocal copy files from LOCALBASE/share/aclocal overwriting the autopoint m4 files. PR: 283536 Exp-run by: antoine comms/grig/files/patch-Makefile.am (new) | 9 +++++++++ deskutils/xpad/files/patch-Makefile.am (new) | 11 +++++++++++ devel/gettext-runtime/Makefile | 4 +++- devel/gettext-runtime/files/patch-intl_osdep.c | 24 ++++++++++++++++-------- devel/gettext-runtime/pkg-plist | 3 +-- devel/gettext-tools/Makefile | 4 +++- devel/gettext-tools/pkg-plist | 25 +++++++++++++++++-------- devel/gettext/Makefile.common | 2 +- devel/gettext/distinfo | 6 +++--- devel/libtextstyle/pkg-plist | 2 +- games/7kaa/files/patch-Makefile.am (new) | 8 ++++++++ 11 files changed, 73 insertions(+), 25 deletions(-)