[Bug 281186] textprox/p5-Net-IDN-Encode fails to be usable with newer perl versions (5.40)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 01 Sep 2024 12:26:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281186

            Bug ID: 281186
           Summary: textprox/p5-Net-IDN-Encode fails to be usable with
                    newer perl versions (5.40)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pi@FreeBSD.org

use Net::IDN::Encode ':all';

domain_to_unicode('xn--bienen-fr-tbingen-92bd.de');

fails with:

ld-elf.so.1:
/usr/local/lib/perl5/site_perl/mach/5.40/auto/Net/IDN/Punycode/Puny
code.so: Undefined symbol "uvuni_to_utf8_flags"

https://rt.cpan.org/Public/Bug/Display.html?id=149108
https://rt.cpan.org/Public/Bug/Display.html?id=149247

It looks like uvuni_to_utf8_flags was removed from perl since 5.38.
There's a patch with 149108.

-- 
You are receiving this mail because:
You are the assignee for the bug.