Page MenuHomeFreeBSD

security/gnupg: Fix build with NLS disabled
AbandonedPublic

Authored by koobs on Jul 15 2015, 10:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 15, 8:30 AM
Unknown Object (File)
Tue, Mar 3, 8:46 AM
Unknown Object (File)
Thu, Feb 26, 5:14 AM
Unknown Object (File)
Fri, Feb 20, 8:49 PM
Unknown Object (File)
Dec 31 2025, 1:06 PM
Unknown Object (File)
Dec 4 2025, 7:09 AM
Unknown Object (File)
Dec 2 2025, 3:41 AM
Unknown Object (File)
Nov 11 2025, 11:50 AM
Subscribers

Details

Reviewers
kuriyama
Summary

Proposed commit log:

security/gnupg: Fix build with NLS disabled

Backport usptream commit [1] fixing builds with the NLS option disabled

While I'm here, pet portlint

 * Remove leading indefinite article from COMMENT
 * Narrow CONFLICTS versions (WARN: Conflict "dirmngr-*" specified too broad.)

[1] http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=patch;h=b3286af36d452fc801be573a057b0838d53a2edd

PR: 201292
MFH: 2015Q3
Differential Revision: https://reviews.freebsd.org/D3096
Test Plan
  • portlint: OK (WARN)
    • Do not mix %%PORTDOCS%% with %%DATADIR%%
    • installing gettext translation files, please define USES[+]=gettext as appropriate (False Positive)
  • porttest: OK (poudriere)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

koobs retitled this revision from to security/gnupg: Fix build with NLS disabled.
koobs updated this object.
koobs edited the test plan for this revision. (Show Details)
koobs added a reviewer: kuriyama.
koobs edited the test plan for this revision. (Show Details)
koobs edited the test plan for this revision. (Show Details)

Add whitespace and sort entries for readability

koobs added a subscriber: mat.

Committed in rP392566 by @mat