svn commit: r290619 - head/share/timedef

Baptiste Daroussin bapt at FreeBSD.org
Mon Nov 9 23:08:55 UTC 2015


On Mon, Nov 09, 2015 at 02:22:55PM -0800, Bryan Drewery wrote:
> On 11/9/2015 2:09 PM, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Mon Nov  9 22:09:38 2015
> > New Revision: 290619
> > URL: https://svnweb.freebsd.org/changeset/base/290619
> > 
> > Log:
> >   Regenerate timedef now that the tools pad CJK correctly
> 
> How?
> 
> I didn't really get an answer last time, can we move this to the build?

Fetch data from http://cldr.unicode.org including the tools.
Put them extracted in a given directory that you export as CLDRDIR:
run: make CLDRDIR="${CLDRDIR}" POSIX
grab unidata from there: http://www.unicode.org/Public/zipped/8.0.0/
put it extracted in a given directory that you export as UNIDATA
make CLDRDIR="${CLDRDIR}" UNIDATA="${UNIDATA}" install

Generated form sources is probably a bad idea because the tools are updated
along with the sources and sometime broken (like v28) and it requires java to
generate the POSIX data and our own tools uses perl.

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20151110/45263b83/attachment.bin>


More information about the svn-src-head mailing list