[Bug 241957] misc/shared-mime-info: OPTIONize NLS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 13 20:11:59 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241957
Bug ID: 241957
Summary: misc/shared-mime-info: OPTIONize NLS
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gnome at FreeBSD.org
Reporter: amdmi3 at FreeBSD.org
Flags: maintainer-feedback?(gnome at FreeBSD.org)
Assignee: gnome at FreeBSD.org
Created attachment 209137
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209137&action=edit
Patch
Optionize NLS for shared-mime-info: this would allow to free around to 2MB of
space which is useful for VMs and embedded systems.
NB: It doesn't seem to properly handle --disable-nls, so it links gettext
regardless.
% pkg info -ql shared-mime-info-1.10_1 | xargs ls -l | awk
'$9~/LC_MESSAGES/{s+=$5}END{printf("%.2fMiB\n", s/1024.0/1024.0)}'
1.99MiB
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list