From owner-freebsd-current Mon Feb 11 18:46:31 2002 Delivered-To: freebsd-current@freebsd.org Received: from newman2.bestweb.net (newman2.bestweb.net [209.94.102.67]) by hub.freebsd.org (Postfix) with ESMTP id 5095C37B429 for ; Mon, 11 Feb 2002 18:16:48 -0800 (PST) Received: from okeeffe.bestweb.net (okeefe.bestweb.net [209.94.100.110]) by newman2.bestweb.net (Postfix) with ESMTP id 3C0072309E; Mon, 11 Feb 2002 21:16:42 -0500 (EST) Received: by okeeffe.bestweb.net (Postfix, from userid 0) id 422519EF26; Mon, 11 Feb 2002 21:11:47 -0500 (EST) Date: Thu, 7 Feb 2002 10:59:53 -0800 From: "David O'Brien" To: Terry Lambert Cc: current@FreeBSD.ORG Subject: Re: Non 386 testers REALLY NEEDED Reply-To: obrien@FreeBSD.ORG Message-Id: <20020212021147.422519EF26@okeeffe.bestweb.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Feb 07, 2002 at 12:41:33AM -0800, Terry Lambert wrote: > > Ports does the same thing: hand tweaks stuff instead of > pushing the patches back to the projects that originated > it. *sigh* Terry I respect your programming knowledge, but you are wrong here. I send out a *LOT* of patches to the authors of ports I maintain (and I know others that do so also). You might be surprised at the number of software authors that either 1. don't care that the package is not portable, or 2. wont answer their email. > It's far, far better that the Makefile runs the > autoconf/automake/configure/etc. on behalf of the contrib > code, with no hand-tweaked files dragged in after the > config has already been run. That would be nice, but the problem is autoconf/automake/configure/etc. is WAY too sensitive to the environment in which it is running. As one example, the C++ API supported by GCC. When configuring it looks at the existing C++ API and matches it. Well, a while back I wanted to change the C++ API. There is no way to do this using `configure'. However, the way I do build the toolchain it is VERY DETERMINISTIC and I am able to set how I want things to work in the end. This removes dependencies on the current environment. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message