From owner-freebsd-ports@FreeBSD.ORG Fri Mar 12 17:42:18 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FFD16A4D6; Fri, 12 Mar 2004 17:42:18 -0800 (PST) Received: from mail.lovett.com (core.lovett.com [216.168.8.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B4D143D1D; Fri, 12 Mar 2004 17:42:18 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: from ts46-02-qdr1249.mdfrd.or.charter.com ([66.169.242.225] helo=[192.168.1.2]) by mail.lovett.com with asmtp (Exim 4.30; FreeBSD) id 1B1yAM-000Ifq-Ei; Sat, 13 Mar 2004 01:42:18 +0000 From: Ade Lovett To: Alex Dupre In-Reply-To: <4051B6B8.7050001@FreeBSD.org> References: <95692348.1079092312@[10.122.7.143]> <20040312130326.7f63cf21.clement@FreeBSD.org> <100948596.1079097568@[10.122.7.143]> <20040312140414.7469562c.clement@FreeBSD.org> <4051B6B8.7050001@FreeBSD.org> Content-Type: text/plain Message-Id: <1079142137.344.13.camel@reaper.lovett.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 12 Mar 2004 17:42:17 -0800 Content-Transfer-Encoding: 7bit cc: Clement Laforet cc: ports@FreeBSD.org Subject: Re: Problems compiling Apache2 under 5.2.1-P1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 01:42:19 -0000 On Fri, 2004-03-12 at 05:10, Alex Dupre wrote: > I suspected it. I don't know why he did this change before committing > bsd.autotools.mk. Now we have a bunch of broken ports. Curious, because (a) this was an effective null-op commit and (b) apache2 still compiles on both the machine with the existing autotools infrastructure, and on the one with the new bsd.autotools.mk (both running 5.2-CURRENT). We most certainly do NOT have "a bunch of broken ports" as a result of this. If there are specific examples, then let me know, with FULL logs. The next "null-op" commit is a traversal of the tree, removing references to the generic USE_{LIBTOOL,AUTOCONF,AUTOMAKE} and replacing them with the default USE__VER values, at which point, USE_LIBTOOL/USE_AUTOCONF/USE_AUTOMAKE will be put into a de-orbit burn sequence. -aDe