[Bug 285604] net/jwhois: Depends on deprecated libidn
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 285604] net/jwhois: Depends on deprecated libidn"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Apr 2025 19:22:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285604 --- Comment #9 from Daniel Engberg <diizzy@FreeBSD.org> --- Created attachment 259932 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=259932&action=edit Patch for jwhois (WIP) * PORTVERSION --> DISTVERSION as per recommendation in Porters Handbook * Update distfile as current results in a 404 error * Remove GNU_CONFIGURE_MANPREFIX (unnecessary) * Remove JWHOIS_CONF_SRC which is only referenced once * Use USES= localbase helper * Remove unneeded USES= gettext * Move a few defintions to closer follow Porters Handbook in terms of Makefile layout * Add USES= autoreconf as needed due to patching NLS option is broken in Poudriere, it fails to locate libintl during linking. Unless you want to debug autotools I'd suggest that we disable NLS. -- You are receiving this mail because: You are the assignee for the bug.