From owner-cvs-src@FreeBSD.ORG Mon Oct 16 19:19:37 2006 Return-Path: X-Original-To: cvs-src@freebsd.org 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 BAC6316A5DC; Mon, 16 Oct 2006 19:19:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF76643D9E; Mon, 16 Oct 2006 19:19:16 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9GJJ9ON041974; Mon, 16 Oct 2006 15:19:12 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Doug Barton Date: Mon, 16 Oct 2006 13:35:11 -0400 User-Agent: KMail/1.9.1 References: <200610131751.k9DHph6C076014@repoman.freebsd.org> <200610131615.09414.jhb@freebsd.org> <45301100.9040908@FreeBSD.org> In-Reply-To: <45301100.9040908@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610161335.11850.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 16 Oct 2006 15:19:12 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/2037/Mon Oct 16 12:41:42 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00, LONGWORDS autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org Subject: Re: cvs commit: src/share/zoneinfo africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica southamerica systemv yearistype.sh zone.tab X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 16 Oct 2006 19:19:38 -0000 On Friday 13 October 2006 18:19, Doug Barton wrote: > John Baldwin wrote: > > >> Part of the reason I didn't want to do it is that on RELENG_4 > >> it also requires more changes (like a makefile and etc/mtree). > >> I think you just broke the install on RELENG_4 with this > >> commit. > > I have a working RELENG_4 system, and I tested the install before > committing. The main effect of the Makefile changes on the install is > to move the systemv file behind the OLDTIMEZONES define. I didn't do > that because I thought it would be a POLA violation. Ah, ok. I had probably just misparsed it as I was trying to keep a 4.x snap up to date with 6.x timezone data. > The other install related change in the Makefile was using zic -m, but > since that fix (I think rightly) hasn't been backported past RELENG_6, > I didn't merge that change either. For both of these changes, the same > goes for RELENG_5 btw. Ok. > > Yeah, there is an mtree and Makefile change, but I'd actually rather > > us fix RELENG_4 to work with the new files. I already merged back > > those changes at my last job, and my new one has the local changes > > as well (well, we only have the Makefile changes, not the mtree > > ones, but I remember doing the mtree one last year). > > The mtree change I think you're referring to (regarding Argentina) was > committed by wollman on 2004/12/3. The mtree file in RELENG_4 is the > same as HEAD for the zoneinfo section. Ah.. probably this is because the last time I did this I was working off RELENG_4_8 rather than RELENG_4. :-P > So like I said, I don't think anything is actually broken here, but if > someone sees something broken that I don't, please feel free to fix > it, I'm going to be afk for a while. Woo, great! Thanks for syncing 4.x up. A lot of people still use 4.x (significantly more than 5.x I'm sure) so the updates are appreciated. -- John Baldwin