On Mon, Jul 28, 2008 at 11:50 PM, Dag-Erling Smorgrav <[EMAIL PROTECTED]> 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) > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "[EMAIL PROTECTED]" >
This commit broke the build, at least on tinderbox. Something like the attached patch is needed. Regards! //Niclas
Makefile.diff
Description: Binary data
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
