Do not attempt to install gettext locales under WITHOUT_NLS. And do all @dirrmtry for localedir under %%NLS%% in plist. How-To-Repeat: $ export WITHOUT_NLS= PREFIX=/foo $ make install deinstall $ find $PREFIX ! -type d $ mtree -f $(make -V MTREE_FILE) $PREFIX share/locale/crh extra share/locale/ky extra share/locale/rw extra $ mtree -indc -ktype -p $PREFIX | diff -uw $(make -V MTREE_FILE) - [...] @@ -325,6 +314,10 @@ LC_MESSAGES .. .. + crh + LC_MESSAGES + .. + .. cs LC_MESSAGES .. @@ -473,6 +466,10 @@ LC_MESSAGES .. .. + ky + LC_MESSAGES + .. + .. li LC_MESSAGES .. @@ -557,6 +554,10 @@ LC_MESSAGES .. .. + rw + LC_MESSAGES + .. + .. sk LC_MESSAGES ..
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 Over to maintainer (via the GNATS Auto Assign Tool)
nox 2012-02-29 22:53:20 UTC FreeBSD ports repository Modified files: x11/xkeyboard-config Makefile pkg-plist Log: - Do not attempt to install gettext locales under WITHOUT_NLS. - Do all @dirrmtry for localedir under %%NLS%% in plist. PR: ports/161021 Submitted by: h h <aakuusta@gmail.com> Approved by: x11 (kwm) Revision Changes Path 1.22 +3 -0 ports/x11/xkeyboard-config/Makefile 1.15 +1 -1 ports/x11/xkeyboard-config/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!