Bug 243936

Summary: www/foswiki complains of missing Perl Locale::Language module after upgrading to Perl 5.30
Product: Ports & Packages Reporter: dougs <dougs>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me CC: portmaster, thomas, wen
Priority: --- Flags: bugzilla: maintainer-feedback? (wen)
Version: Latest   
Hardware: Any   
OS: Any   

Description dougs@dawnsign.com 2020-02-06 19:21:43 UTC
I just noticed an error message within my www/foswiki 2.1.6 installation that it is complaining of a missing Locale::Languages module. Researching this, I found that Locale::Languages was stripped from Perl 5.30. See https://bugs.archlinux.org/task/63018 for more details. I recalled that I had upgraded to Perl 5.30 a month or so ago and didn't notice the error message until now.

Can a new Perl port be generated utilizing that module? I have resorted to using cpan to download the Locale::Language module but that seems counter-intuitive especially when I am using the ports system instead of the packages.

~Doug
Comment 1 thomas 2020-06-10 13:57:05 UTC
Just a quick hint for everybody who is affected by the same issue: The missing FreeBSD package giving you "Locale::Language" is "p5-Locale-Codes".
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2021-02-18 20:50:34 UTC
Assign to current maintainer.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-08-07 10:34:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e133da59915dce80c9a7d3cb0a48fffd62eb559c

commit e133da59915dce80c9a7d3cb0a48fffd62eb559c
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-08-07 10:26:19 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-08-07 10:32:49 +0000

    www/foswiki: Update to 2.1.8

    Add missing DEPENDS [1]
    PR:             243936 [1]
    Reported by:    dougs@dawnsign.com [1]

 www/foswiki/Makefile  |  3 +-
 www/foswiki/distinfo  |  6 ++--
 www/foswiki/pkg-plist | 92 ++++++++++++++++++++++++++++-----------------------
 3 files changed, 56 insertions(+), 45 deletions(-)