Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 20:11:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 241957] misc/shared-mime-info: OPTIONize NLS
Message-ID:  <bug-241957-6497-ooaoruJ7xM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241957-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241957-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome mailing =
list
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 241957: misc/shared-mime-info: OPTIONize NLS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241957



--- 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+=3D$5}END{printf("%.2fMiB\n", s/1024.0/1024.0)}'
1.99MiB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241957-6497-ooaoruJ7xM>