maintainer-feedback requested: [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


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome mailing list
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 241957: misc/shared-mime-info: OPTIONize NLS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241957



--- Description ---
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


More information about the freebsd-gnome mailing list