Author: bapt Date: Sun Dec 18 14:10:24 2016 New Revision: 310227 URL: https://svnweb.freebsd.org/changeset/base/310227
Log: Document the fact that cldr tools are not working by default and should be rebuilt Modified: head/tools/tools/locale/README Modified: head/tools/tools/locale/README ============================================================================== --- head/tools/tools/locale/README Sun Dec 18 14:04:17 2016 (r310226) +++ head/tools/tools/locale/README Sun Dec 18 14:10:24 2016 (r310227) @@ -6,13 +6,18 @@ Tools needed: java, perl, devel/p5-Tie-I textproc/p5-XML-Parser fetch cldr data from: http://cldr.unicode.org -extract in a directory ~/unicode/cldr/v27.0.1 for example +extract in a directory ~/unicode/cldr/v30.0.3 for example fetch unidata from http://www.unicode.org/Public/zipped/ (latest version) -extract in a directory ~/unicode/UNIDATA/8.0.0 for example +extract in a directory ~/unicode/UNIDATA/9.0.0 for example + +Note that the prebuilt cldr tools are not working on freebsd, it needs to +be rebuilt: +cd $CLDRDIR/tools/java +ant build either modify tools/tools/locales/etc/unicode.conf or export variables: -CLDRDIR="~/unicode/cldr/v27.0.1" -UNIDATADIR="~/unicode/UNIDATA/8.0.0" +CLDRDIR="~/unicode/cldr/v30.0.3" +UNIDATADIR="~/unicode/UNIDATA/9.0.0" run: make POSIX _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"