Bug 256570

Summary: deskutils/mozo: insists on installing *.mo files even when NLS is off
Product: Ports & Packages Reporter: Trond Endrestøl <Trond.Endrestol>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: ericbsd, takefu
Priority: --- Flags: bugzilla: maintainer-feedback? (gnome)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for deskutils/mozo/pkg-plist hiding *.mo files behind %%NLS%%
none
mozo-1.26.0.patch ericbsd: maintainer-approval+

Description Trond Endrestøl 2021-06-12 19:17:57 UTC
Created attachment 225760 [details]
Patch for deskutils/mozo/pkg-plist hiding *.mo files behind %%NLS%%
Comment 1 Trond Endrestøl 2021-06-13 12:39:04 UTC
The above patch partially reverts commit d705ad1b5f897149df7fe21bcc66bed45102b603.
Comment 2 takefu 2021-10-20 06:28:28 UTC
Created attachment 228856 [details]
mozo-1.26.0.patch

Portclippy Portlint compliant.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-10-20 12:25:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55159a47a78a0af63cb8627e27a593443f6f004b

commit 55159a47a78a0af63cb8627e27a593443f6f004b
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2021-10-20 12:20:58 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2021-10-20 12:24:41 +0000

    deskutils/mozo: insists on installing *.mo files

    even when NLS is off

    Patch for deskutils/mozo/pkg-plist hiding *.mo files behind %%NLS%%

    PR:     256570
    Reported by:    takefu

 deskutils/mozo/Makefile  |   7 +-
 deskutils/mozo/pkg-plist | 278 +++++++++++++++++++++++------------------------
 2 files changed, 141 insertions(+), 144 deletions(-)
Comment 4 Eric Turgeon freebsd_committer freebsd_triage 2021-10-20 12:31:19 UTC
Thanks for your patch