Summary: | devel/autoconf: Update to version 2.72 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Collin Funk <collin.funk1> | ||||||||||
Component: | Individual Port(s) | Assignee: | Tijl Coosemans <tijl> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | CC: | tijl | ||||||||||
Priority: | --- | Flags: | tijl:
maintainer-feedback+
antoine: exp-run+ |
||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
URL: | https://reviews.freebsd.org/D43272 | ||||||||||||
Bug Depends on: | 272216 | ||||||||||||
Bug Blocks: | |||||||||||||
Attachments: |
|
Description
Collin Funk
2024-02-14 07:54:17 UTC
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(-) |