Date: Tue, 29 Jul 2008 10:34:15 +0200 From: "Niclas Zeising" <niclas.zeising@gmail.com> To: "Dag-Erling Smorgrav" <des@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/timedef Makefile nb_NO.ISO8859-1.src nb_NO.UTF-8.src no_NO.ISO8859-1.src no_NO.UTF-8.src Message-ID: <bc292860807290134n7685ec4ahe02012f7cb924336@mail.gmail.com> In-Reply-To: <200807282150.m6SLoYb2090625@repoman.freebsd.org> References: <200807282150.m6SLoYb2090625@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Mon, Jul 28, 2008 at 11:50 PM, Dag-Erling Smorgrav <des@freebsd.org> wrote: > des 2008-07-28 21:50:21 UTC > > FreeBSD src repository > > Modified files: > share/timedef Makefile > Added files: > share/timedef nb_NO.ISO8859-1.src nb_NO.UTF-8.src > Removed files: > share/timedef no_NO.ISO8859-1.src no_NO.UTF-8.src > Log: > SVN rev 180941 on 2008-07-28 21:50:21Z by des > > In some cases (such as LC_COLLATE), nb_NO and nn_NO are identical, and it > makes sense to have them both link to no_NO. > > In other cases (such as LC_TIME), they differ, and the correct solution > is to have no_NO link to nb_NO, rather than the other way around.o > > MFC after: 2 weeks > > Revision Changes Path > 1.51 +1 -1 src/share/timedef/Makefile > 1.1 +102 -0 src/share/timedef/nb_NO.ISO8859-1.src (new) > 1.1 +102 -0 src/share/timedef/nb_NO.UTF-8.src (new) > 1.15 +0 -102 src/share/timedef/no_NO.ISO8859-1.src (dead) > 1.4 +0 -102 src/share/timedef/no_NO.UTF-8.src (dead) > _______________________________________________ > 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" > This commit broke the build, at least on tinderbox. Something like the attached patch is needed. Regards! //Niclas [-- Attachment #2 --] --- Makefile.orig ti jul 29 09:27:32 2008 +++ Makefile ti jul 29 09:29:33 2008 @@ -55,10 +55,10 @@ lt_LT.UTF-8 \ mn_MN.UTF-8 \ nl_NL.ISO8859-1 \ + nb_NO.ISO8859-1 \ + nb_NO.UTF-8 \ nn_NO.ISO8859-1 \ nn_NO.UTF-8 \ - no_NO.ISO8859-1 \ - no_NO.UTF-8 \ pl_PL.ISO8859-2 \ pl_PL.UTF-8 \ pt_BR.ISO8859-1 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bc292860807290134n7685ec4ahe02012f7cb924336>
