From owner-cvs-src@FreeBSD.ORG Wed Feb 18 12:56:02 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 D63AD16A4CE; Wed, 18 Feb 2004 12:56:02 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEA843D1D; Wed, 18 Feb 2004 12:56:02 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1IKu1OJ058353; Wed, 18 Feb 2004 12:56:01 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1IKu0C9058352; Wed, 18 Feb 2004 12:56:00 -0800 (PST) (envelope-from obrien) Date: Wed, 18 Feb 2004 12:56:00 -0800 From: "David O'Brien" To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040218205600.GA58218@dragon.nuxi.com> References: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> <20040217224258.GC33586@dragon.nuxi.com> <20040218014254.GC16382@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218014254.GC16382@nagual.pp.ru> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.ORG List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:56:03 -0000 On Wed, Feb 18, 2004 at 04:42:54AM +0300, Andrey Chernov wrote: > On Tue, Feb 17, 2004 at 02:42:58PM -0800, David O'Brien wrote: > > Are you not going to keep /usr/include/gnuregex.h as a wrapper for > > ? I prefer the former as it stands out this is the GNU > > version. Since this is not vender source there was no need to change it. > > No, gnuregex.h will be lost. I plan to import new version of gnu regex > into /usr/include/gnu/ with /posix subdir, etc. Using /usr/include/gnu > allows us to not change gnu sources, i.e. regex.h -> gnuregex.h I'll be adding back gnuregex.h then for 5.x. The header should NOT go away mid-branch like this. Ports may depend on it, other 3rd party software may depend on it. We can have a gnuregex.h wrapper while still not changing the GNU sources. Your change is well welcomed, but we must keep some compatability with the past. -- -- David (obrien@FreeBSD.org)