Bug 286275

Summary: www/lynx-current: Depends on deprecated libidn
Product: Ports & Packages Reporter: Terry Kennedy <terry-freebsd>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Some People CC: diizzy, terry-freebsd
Priority: --- Flags: bugzilla: maintainer-feedback? (adamw)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to use libidn2 instead of libidn none

Description Terry Kennedy 2025-04-21 23:40:02 UTC
Created attachment 259779 [details]
Patch to use libidn2 instead of libidn

As part of fixing PR #285604, I found that lynx-current also depends on deprecated libidn. Attached is a patch to correct this.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-05-31 10:37:12 UTC
A commit in branch main references this bug:

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

commit 2c4ef9fd3726962fa40a4140ff721b7eb529da4a
Author:     Terry Kennedy <terry-freebsd@glaver.org>
AuthorDate: 2025-05-31 06:37:26 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-31 10:36:02 +0000

    www/lynx-current: Switch to libidn2

    Switch to libidn2 instead of using deprecated libidn(1)

    PR:             286275
    Approved by:    maintainer timeout, 1+ month

 www/lynx-current/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2025-05-31 10:39:04 UTC
Committed, thanks!