From owner-cvs-all@FreeBSD.ORG Sun Mar 14 16:28:56 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 9D78F16A4CE; Sun, 14 Mar 2004 16:28:56 -0800 (PST) Received: from cimlogic.com.au (adsl-20-121.swiftdsl.com.au [218.214.20.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 760A743D1D; Sun, 14 Mar 2004 16:28:55 -0800 (PST) (envelope-from jb@cimlogic.com.au) Received: from cimlogic.com.au (localhost.cimlogic.com.au [127.0.0.1]) by cimlogic.com.au (8.12.11/8.12.11) with ESMTP id i2F0SqmW043032; Mon, 15 Mar 2004 11:28:52 +1100 (EST) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.12.11/8.12.11/Submit) id i2F0Sn3l043031; Mon, 15 Mar 2004 11:28:49 +1100 (EST) (envelope-from jb) Date: Mon, 15 Mar 2004 11:28:47 +1100 From: John Birrell To: "David O'Brien" Message-ID: <20040315112847.A38901@freebsd3.cimlogic.com.au> References: <200403050147.i251l39I006593@repoman.freebsd.org> <200403042036.i24KaIeq025097@repoman.freebsd.org> <20040305141012.GA10639@ip.net.ua> <20040305143708.GA70192@nagual.pp.ru> <20040305152247.GB11063@ip.net.ua> <20040315001023.GP63585@dragon.nuxi.com> <20040315001619.GA1586@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040315001619.GA1586@dragon.nuxi.com>; from obrien@FreeBSD.org on Sun, Mar 14, 2004 at 04:16:19PM -0800 cc: Andrey Chernov cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils Makefile.inc0 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 00:28:56 -0000 On Sun, Mar 14, 2004 at 04:16:19PM -0800, David O'Brien wrote: > On Sun, Mar 14, 2004 at 04:10:23PM -0800, David O'Brien wrote: > > On Fri, Mar 05, 2004 at 05:22:47PM +0200, Ruslan Ermilov wrote: > > > OK, I see. Removing the contrib/bintuils/include/getopt.h is the > > > only real solution -- I've removed it locally and reverted these > > > revisions, and it's now past that point. > > > > > > David, remove the damn header please. > > BTW, ask maintainer I do still have the option of NOT using the > getopt_long from libc and just sticking with the GNU supplied one. I think we should just use the version distributed by the FSF. The only reason to changing things locally is if there would be some improvement. That isn't the case here. FWIW, ache has done lots of commits related to getopt since I reported the problem I was seeing. He attributed the problem to the POSIXLY_CORRECT environment variable which accounts for why most people didn't get bitten. -- John Birrell