Bug 277046 - devel/autoconf: Update to version 2.72
Summary: devel/autoconf: Update to version 2.72
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL: https://reviews.freebsd.org/D43272
Keywords:
Depends on: 272216
Blocks:
  Show dependency treegraph
 
Reported: 2024-02-14 07:54 UTC by Collin Funk
Modified: 2024-03-15 09:55 UTC (History)
1 user (show)

See Also:
tijl: maintainer-feedback+
antoine: exp-run+


Attachments
Output of git format-patch (2.10 KB, patch)
2024-02-14 07:54 UTC, Collin Funk
no flags Details | Diff
patch2 (2.70 KB, patch)
2024-03-06 13:04 UTC, Tijl Coosemans
no flags Details | Diff
patch3 (5.88 KB, patch)
2024-03-10 21:53 UTC, Tijl Coosemans
no flags Details | Diff
patch4 (7.82 KB, patch)
2024-03-14 20:33 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Collin Funk 2024-02-14 07:54:17 UTC
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
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2024-02-16 17:23:35 UTC
Thanks but see https://reviews.freebsd.org/D43272.  I also want to update gmake first and that is proving more difficult than expected.
Comment 2 Collin Funk 2024-02-16 18:08:07 UTC
(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.
Comment 3 Tijl Coosemans freebsd_committer freebsd_triage 2024-03-03 10:11:35 UTC
Request exp-run.
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2024-03-06 10:25:57 UTC
The patch seems incomplete (USES=autoreconf is not updated)
Comment 5 Tijl Coosemans freebsd_committer freebsd_triage 2024-03-06 13:04:52 UTC
Created attachment 248970 [details]
patch2

Update autoreconf.mk.
Comment 7 Tijl Coosemans freebsd_committer freebsd_triage 2024-03-10 21:53:00 UTC
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).
Comment 9 Tijl Coosemans freebsd_committer freebsd_triage 2024-03-14 20:33:29 UTC
Created attachment 249170 [details]
patch4

Fix mail/mu4e (same distfile as mail/mu).
Comment 10 Antoine Brodin freebsd_committer freebsd_triage 2024-03-14 23:12:36 UTC
If you tested mu4e yourself that's fine for me
Comment 11 commit-hook freebsd_committer freebsd_triage 2024-03-15 09:35:12 UTC
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(-)