From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:43:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C3D16A4D1; Tue, 17 Feb 2004 14:43:00 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20A243D1F; Tue, 17 Feb 2004 14:42:59 -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 i1HMgxOJ034049; Tue, 17 Feb 2004 14:42:59 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1HMgwhG034048; Tue, 17 Feb 2004 14:42:58 -0800 (PST) (envelope-from obrien) Date: Tue, 17 Feb 2004 14:42:58 -0800 From: "David O'Brien" To: "Andrey A. Chernov" Message-ID: <20040217224258.GC33586@dragon.nuxi.com> References: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> 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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2004 22:43:00 -0000 On Mon, Feb 16, 2004 at 03:46:39PM -0800, Andrey A. Chernov wrote: > ache 2004/02/16 15:46:39 PST > > FreeBSD src repository > > Modified files: > gnu/usr.bin/binutils/gdb Makefile > Log: > Switch back to regex.h > > Revision Changes Path > 1.73 +2 -1 src/gnu/usr.bin/binutils/gdb/Makefile > http://cvsweb.freebsd.org/src/gnu/usr.bin/binutils/gdb/Makefile.diff?r1=1.72&r2=1.73 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. -- -- David (obrien@FreeBSD.org)