Summary: | security/nmap: obey NLS option for non-English manpages | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Helge Oldach <freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Cy Schubert <cy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | freebsd | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(cy) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Default will be NLS on. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7c24e0f57125b5be6533f4dc1618288d2ad40f0 commit d7c24e0f57125b5be6533f4dc1618288d2ad40f0 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-01-24 09:33:46 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-01-24 09:33:46 +0000 security/nmap: Add NLS option Add a (default) NLS option. PR: 276580 Original by: Helge Oldach <freebsd@oldach.net> MFH: 2024Q1 security/nmap/Makefile | 7 ++++--- security/nmap/pkg-plist | 28 ++++++++++++++-------------- 2 files changed, 18 insertions(+), 17 deletions(-) (In reply to Cy Schubert from comment #1) Indeed, NLS on is the global default, which is why it's not explicitely set in OPTIONS_DEFAULT. (In reply to Helge Oldach from comment #3) I like to specify it anyway. A commit in branch 2024Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef3384d24e58290a29166010a768eac687cb4e88 commit ef3384d24e58290a29166010a768eac687cb4e88 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-01-24 09:33:46 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-01-24 09:50:07 +0000 security/nmap: Add NLS option Add a (default) NLS option. PR: 276580 Original by: Helge Oldach <freebsd@oldach.net> (cherry picked from commit d7c24e0f57125b5be6533f4dc1618288d2ad40f0) security/nmap/Makefile | 6 ++++-- security/nmap/pkg-plist | 28 ++++++++++++++-------------- 2 files changed, 18 insertions(+), 16 deletions(-) ^Triage: committed and MFQed. |
Created attachment 247916 [details] patch nmap ./configure obeys --disable-nls / --enable-nls so it's straightforward to tweak install of non-Englisch manpages.