From owner-svn-ports-all@FreeBSD.ORG Fri Jul 11 21:06:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C659E633; Fri, 11 Jul 2014 21:06:40 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 880C42683; Fri, 11 Jul 2014 21:06:40 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id DCE47BDC1F; Fri, 11 Jul 2014 23:06:38 +0200 (CEST) Received: from atuin.in.mat.cc (global-1-17.nat.csx.cam.ac.uk [131.111.184.17]) by prod2.absolight.net (Postfix) with ESMTPA id D21C3BDC1D; Fri, 11 Jul 2014 23:06:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 3862AB8674E; Fri, 11 Jul 2014 22:06:38 +0100 (BST) Date: Fri, 11 Jul 2014 22:06:38 +0100 From: Mathieu Arnold To: Larry Rosenman Subject: Re: svn commit: r361294 - in head/www/apache22: . files Message-ID: In-Reply-To: <216250dfd9157a0d15f0b1d3386aaa28@thebighonker.lerctr.org> References: <201407082131.s68LVnVj008783@svn.freebsd.org> <8612910DC9EAD4272CAA72D9@atuin.in.mat.cc> <53C04A97.7000409@gmx.de> <3EA3824870AA723765109C1F@atuin.in.mat.cc> <216250dfd9157a0d15f0b1d3386aaa28@thebighonker.lerctr.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: olli hauer , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 21:06:40 -0000 +--On 11 juillet 2014 16:02:20 -0500 Larry Rosenman wrote: | I have seen the bsd.apache.mk checks fail when APR or APRUTIL is updated | (SO version bump) and the | httpd binary hasn't been updated yet. | | It causes all sorts of this kind of havoc. This is poudriere, it can't happen, things are built in a clean environment, httpd is not there when devel/apr1 is built, and www/apache22 is rebuilt. -- Mathieu Arnold