From owner-svn-src-head@freebsd.org Mon Nov 9 23:08:55 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61C30A2A145; Mon, 9 Nov 2015 23:08:55 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0528D1B6C; Mon, 9 Nov 2015 23:08:55 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wmec201 with SMTP id c201so106159053wme.0; Mon, 09 Nov 2015 15:08:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=LrU0hpbEnjCaCEIZUZG+75tA78VbhvjW65DzXzLij9U=; b=c0/+9mOtSUoQCuHpxNPn83sElPpUQRnjn9EC/Zq9TS8LHFLI0cpUEY+Cnuxc8Zh8xg DDV/A3BmY0CZE+plzPWB4iiUTB2MKrKpl+UYpAfZc98TLrVcMtE6Pz0QZtLH5By/7yYc umBNu5yCLQ/QIcnNaTFb6HaCGyub0jWgHbxe1TPk89dXrjNu1aicVmuJ1O1ATl5J2ztJ tUFLvD/Si60TCMXiXeVL4CAuhLPdLpO1cXP4Twotusbc7ZZIk5FnQ5975X2ebowoJnwj PIFfPjsqebkiFT+V2bO4tYYbzegXcenWuPYBIh03sxZbUE7IQyrwWkxf4yi6r48jHzvD CstQ== X-Received: by 10.28.212.18 with SMTP id l18mr31487745wmg.93.1447110533335; Mon, 09 Nov 2015 15:08:53 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id w73sm16615846wme.12.2015.11.09.15.08.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Nov 2015 15:08:52 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 10 Nov 2015 00:08:49 +0100 From: Baptiste Daroussin To: Bryan Drewery Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r290619 - head/share/timedef Message-ID: <20151109230849.GI10134@ivaldir.etoilebsd.net> References: <201511092209.tA9M9cZh060262@repo.freebsd.org> <56411CBF.4080004@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="poJSiGMzRSvrLGLs" Content-Disposition: inline In-Reply-To: <56411CBF.4080004@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 23:08:55 -0000 --poJSiGMzRSvrLGLs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 > >=20 > > Log: > > Regenerate timedef now that the tools pad CJK correctly >=20 > How? >=20 > 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=3D"${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=3D"${CLDRDIR}" UNIDATA=3D"${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 --poJSiGMzRSvrLGLs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlZBJ4EACgkQ8kTtMUmk6Ex+tgCfUR/nxylyOQmSM9UZs5UhswAT HV8AmgPwIQmktwhQd/DGgguoq9oFYOw/ =eH8R -----END PGP SIGNATURE----- --poJSiGMzRSvrLGLs--