From owner-cvs-src@FreeBSD.ORG Sun Apr 11 11:59:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F66D16A4CE; Sun, 11 Apr 2004 11:59:16 -0700 (PDT) Received: from machdep.com (machdep.com [64.191.136.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CB443D45; Sun, 11 Apr 2004 11:59:16 -0700 (PDT) (envelope-from drhodus@machdep.com) Received: from [192.168.1.96] (adsl-068-209-168-006.sip.bgk.bellsouth.net [68.209.168.6]) by machdep.com (8.12.10/8.12.9) with ESMTP id i3C0BNHK026350; Sun, 11 Apr 2004 20:11:24 -0400 (EDT) (envelope-from drhodus@machdep.com) In-Reply-To: <200404041224.i34CO5xJ098253@repoman.freebsd.org> References: <200404041224.i34CO5xJ098253@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <4CA93FA0-8BEA-11D8-986C-000A959B213E@machdep.com> Content-Transfer-Encoding: 7bit From: David Rhodus Date: Sun, 11 Apr 2004 14:59:03 -0400 To: "Tim J. Robbins" X-Mailer: Apple Mail (2.613) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/colldef Makefile src/share/monetdef Makefile src/share/msgdef Makefile src/share/numericdef Makefile src/share/timedef Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 18:59:16 -0000 On Apr 4, 2004, at 8:24 AM, Tim J. Robbins wrote: > tjr 2004/04/04 05:24:05 PDT > > FreeBSD src repository > > Modified files: > share/colldef Makefile > share/monetdef Makefile > share/msgdef Makefile > share/numericdef Makefile > share/timedef Makefile > Log: > Add data for missing categories to zh_HK.Big5HKSCS locale. > > Revision Changes Path > 1.65 +1 -1 src/share/colldef/Makefile > 1.57 +2 -0 src/share/monetdef/Makefile > 1.55 +2 -0 src/share/msgdef/Makefile > 1.54 +1 -1 src/share/numericdef/Makefile > 1.42 +2 -0 src/share/timedef/Makefile The buildworld is broken here on my 5.2.1-RELEASE machine. Did you forget to add some new files in perhaps ? Here are the changes that allow the buildworld to proceed on my machine. -DR Index: mklocale/Makefile =================================================================== RCS file: /f/FreeBSD/src/share/mklocale/Makefile,v retrieving revision 1.59 diff -u -r1.59 Makefile --- mklocale/Makefile 27 Mar 2004 08:14:14 -0000 1.59 +++ mklocale/Makefile 11 Apr 2004 17:53:30 -0000 @@ -29,7 +29,6 @@ zh_CN.GB18030 \ zh_CN.GB2312 \ zh_CN.GBK \ - zh_HK.Big5HKSCS \ zh_TW.Big5 LOCALEDIR= ${DESTDIR}/usr/share/locale Index: monetdef/Makefile =================================================================== RCS file: /f/FreeBSD/src/share/monetdef/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile --- monetdef/Makefile 4 Apr 2004 12:24:04 -0000 1.57 +++ monetdef/Makefile 11 Apr 2004 17:55:23 -0000 @@ -6,7 +6,6 @@ LOCALES= af_ZA.ISO8859-1 \ am_ET.UTF-8 \ be_BY.CP1131 \ - be_BY.CP1251 \ be_BY.ISO8859-5 \ be_BY.UTF-8 \ bg_BG.CP1251 \ Index: msgdef/Makefile =================================================================== RCS file: /f/FreeBSD/src/share/msgdef/Makefile,v retrieving revision 1.55 diff -u -r1.55 Makefile --- msgdef/Makefile 4 Apr 2004 12:24:05 -0000 1.55 +++ msgdef/Makefile 11 Apr 2004 17:55:44 -0000 @@ -6,7 +6,6 @@ LOCALES= af_ZA.ISO8859-1 \ am_ET.UTF-8 \ be_BY.CP1131 \ - be_BY.CP1251 \ be_BY.ISO8859-5 \ be_BY.UTF-8 \ bg_BG.CP1251 \ Index: syscons/keymaps/Makefile =================================================================== RCS file: /f/FreeBSD/src/share/syscons/keymaps/Makefile,v retrieving revision 1.68 diff -u -r1.68 Makefile --- syscons/keymaps/Makefile 15 Mar 2004 20:34:18 -0000 1.68 +++ syscons/keymaps/Makefile 11 Apr 2004 17:56:44 -0000 @@ -4,7 +4,7 @@ be.iso.kbd be.iso.acc.kbd \ bg.bds.ctrlcaps.kbd bg.phonetic.ctrlcaps.kbd \ br275.iso.kbd br275.iso.acc.kbd br275.cp850.kbd \ - by.cp1131.kbd by.cp1251.kbd by.iso5.kbd \ + by.cp1251.kbd \ ce.iso2.kbd \ cs.latin2.qwertz.kbd \ cz.iso2.kbd \