Bug 283536 - devel/gettext: Update to 0.23
Summary: devel/gettext: Update to 0.23
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-23 23:15 UTC by Tijl Coosemans
Modified: 2025-01-01 16:36 UTC (History)
0 users

See Also:
tijl: exp-run?


Attachments
patch (8.56 KB, patch)
2024-12-23 23:15 UTC, Tijl Coosemans
no flags Details | Diff
patch2 (10.72 KB, patch)
2024-12-31 11:57 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 Tijl Coosemans freebsd_committer freebsd_triage 2024-12-23 23:15:08 UTC
Created attachment 256087 [details]
patch

devel/libtextstyle, devel/gettext*: Update to 0.23
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2024-12-31 11:57:34 UTC
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.
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2024-12-31 21:27:09 UTC
(In reply to Tijl Coosemans from comment #2)
If you tested those 3 ports, there is no need for another exp-run
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-01-01 16:34:47 UTC
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(-)