Bug 256570 - deskutils/mozo: insists on installing *.mo files even when NLS is off
Summary: deskutils/mozo: insists on installing *.mo files even when NLS is off
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-12 19:17 UTC by Trond Endrestøl
Modified: 2021-10-20 12:31 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
Patch for deskutils/mozo/pkg-plist hiding *.mo files behind %%NLS%% (10.32 KB, text/plain)
2021-06-12 19:17 UTC, Trond Endrestøl
no flags Details
mozo-1.26.0.patch (12.27 KB, patch)
2021-10-20 06:28 UTC, takefu
ericbsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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