From owner-svn-src-head@freebsd.org Sun Nov 8 11:50:13 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 2EF05A29396; Sun, 8 Nov 2015 11:50:13 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from mail.mahoroba.org (ent.mahoroba.org [IPv6:2001:2f0:104:8010::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "asuka.mahoroba.org", Issuer "ca.mahoroba.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E6D2D1DFF; Sun, 8 Nov 2015 11:50:11 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from vsuiko.mahoroba.org (vsuiko.mahoroba.org [IPv6:2001:2f0:104:8010:a00:27ff:feb0:c2e]) (user=ume mech=DIGEST-MD5 bits=0) by mail.mahoroba.org (8.15.2/8.15.2) with ESMTPSA/inet6 id tA8Bo0jm019319 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Sun, 8 Nov 2015 20:50:04 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sun, 08 Nov 2015 20:49:42 +0900 Message-ID: From: Hajimu UMEMOTO To: Baptiste Daroussin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r290522 - head/share/timedef In-Reply-To: <20151108000818.GE31396@ivaldir.etoilebsd.net> References: <201511072354.tA7NsEPs032069@repo.freebsd.org> <20151108000818.GE31396@ivaldir.etoilebsd.net> User-Agent: xcite1.60> Wanderlust/2.15.9 (Almost Unreal) Emacs/24.5 Mule/6.0 (HANACHIRUSATO) X-Operating-System: FreeBSD 10.2-STABLE X-PGP-Key: http://www.mahoroba.org/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Sun_Nov__8_20:49:42_2015-1" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Sun, 08 Nov 2015 20:50:04 +0900 (JST) X-Virus-Scanned: clamav-milter 0.98.7 at asuka.mahoroba.org X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on asuka.mahoroba.org 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: Sun, 08 Nov 2015 11:50:13 -0000 --Multipart_Sun_Nov__8_20:49:42_2015-1 Content-Type: text/plain; charset=US-ASCII Hi, >>>>> On Sun, 8 Nov 2015 01:08:18 +0100 >>>>> Baptiste Daroussin said: bapt> They are auto generated, I will try to have a look to fix the generation tool so bapt> we won't get hit by it next time. Oops, I dodn't notice that. It seems that Linux does similar way. I think it should be fixed by the origin data rather than by the generation tool. I don't test it, but perhaps the attached change should fix it: bapt> Thanks for the fix! You are welcome. Sincerely, --Multipart_Sun_Nov__8_20:49:42_2015-1 Content-Type: text/x-patch; type=patch; charset=US-ASCII Content-Disposition: attachment; filename="ja_JP.UTF-8.src-space.diff" Content-Transfer-Encoding: 7bit Index: ja_JP.UTF-8.src diff -u ja_JP.UTF-8.src.orig ja_JP.UTF-8.src --- ja_JP.UTF-8.src.orig 2015-11-08 20:26:46.948186000 +0900 +++ ja_JP.UTF-8.src 2015-11-08 20:29:37.892220775 +0900 @@ -68015,15 +68015,15 @@ "";/ "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ "";/ "";/ "" --Multipart_Sun_Nov__8_20:49:42_2015-1 Content-Type: text/plain; charset=US-ASCII -- Hajimu UMEMOTO ume@mahoroba.org ume@FreeBSD.org http://www.mahoroba.org/~ume/ --Multipart_Sun_Nov__8_20:49:42_2015-1--