Created attachment 248455 [details] Output of git format-patch Hello, I noticed there was a new autoconf release a bit ago. This patch should update the port correctly. I tried to document everything so you could double check it. Thanks! GNU Autoconf was released on 22 December 22, 2023. Announcement and changes can be seen here: https://lists.gnu.org/archive/html/info-gnu/2023-12/msg00002.html Changes: * Update distinfo * Update pkg-plist because version.m4 was moved out of the m4sugar subdirectory. This was caused by the following autoconf commit: af5c11ed615dff6aa7cba9f98a7f1155e8856ef7
Thanks but see https://reviews.freebsd.org/D43272. I also want to update gmake first and that is proving more difficult than expected.
(In reply to Tijl Coosemans from comment #1) Oops. Sorry about that. I don't really use Phabricator so I didn't see that you were working on it. Thanks for the update.
Request exp-run.
The patch seems incomplete (USES=autoreconf is not updated)
Created attachment 248970 [details] patch2 Update autoreconf.mk.
Some new failure logs: https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-03-06_13h16m28s/logs/errors/bino-1.6.5_9.log https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-03-06_13h16m28s/logs/errors/lha-ac-1.14i.20211125_1.log https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-03-06_13h16m28s/logs/errors/mu-1.8.13_2.log https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-03-06_13h16m28s/logs/errors/openiked-2.2.log https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-03-06_13h16m28s/logs/errors/rsync-3.2.7_1.log
Created attachment 249078 [details] patch3 Fix failures. openiked is unrelated to autoconf (ZLIB_VERSION is "1.3" on 14.0 but configure script expects at least 3 components in the version number).
Some new failure logs: https://pkg-status.freebsd.org/gohan04/data/140i386-default-foo/2024-03-10_22h07m15s/logs/errors/mu4e-emacs_canna-1.8.13_7.log https://pkg-status.freebsd.org/gohan04/data/140i386-default-foo/2024-03-10_22h07m15s/logs/errors/mu4e-emacs_devel-1.8.13_7.log https://pkg-status.freebsd.org/gohan04/data/140i386-default-foo/2024-03-10_22h07m15s/logs/errors/mu4e-emacs_devel_nox-1.8.13_7.log https://pkg-status.freebsd.org/gohan04/data/140i386-default-foo/2024-03-10_22h07m15s/logs/errors/mu4e-1.8.13_7.log https://pkg-status.freebsd.org/gohan04/data/140i386-default-foo/2024-03-10_22h07m15s/logs/errors/mu4e-emacs_nox-1.8.13_7.log
Created attachment 249170 [details] patch4 Fix mail/mu4e (same distfile as mail/mu).
If you tested mu4e yourself that's fine for me
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b346b480027ce76a731603e28d4ae7a847b494e1 commit b346b480027ce76a731603e28d4ae7a847b494e1 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-03-06 12:57:27 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-03-15 09:21:21 +0000 devel/autoconf: Update to 2.72 PR: 277046 Exp-run by: antoine Mk/Uses/autoreconf.mk | 5 +++-- archivers/lha-ac/files/patch-configure.ac (new) | 10 ++++++++++ devel/autoconf/Makefile | 6 +++--- devel/autoconf/distinfo | 6 +++--- devel/autoconf/pkg-plist | 2 +- mail/mu/files/patch-configure.ac (new) | 18 ++++++++++++++++++ mail/mu4e/Makefile | 2 +- mail/mu4e/files/patch-configure.ac | 17 ++++++++++++++--- multimedia/bino/files/patch-configure.ac (new) | 10 ++++++++++ net/rsync/Makefile | 5 ++++- 10 files changed, 67 insertions(+), 14 deletions(-)