From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 22:14:25 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 286F2750; Wed, 9 Jul 2014 22:14:25 +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 E0A8520B1; Wed, 9 Jul 2014 22:14:24 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 845A6BDC1F; Thu, 10 Jul 2014 00:14:22 +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 5DBFEBDC1D; Thu, 10 Jul 2014 00:14:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 9350EB6B0E1; Wed, 9 Jul 2014 23:14:21 +0100 (BST) Date: Wed, 09 Jul 2014 23:14:21 +0100 From: Mathieu Arnold To: Olli Hauer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r361294 - in head/www/apache22: . files Message-ID: In-Reply-To: <201407082131.s68LVnVj008783@svn.freebsd.org> References: <201407082131.s68LVnVj008783@svn.freebsd.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 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: Wed, 09 Jul 2014 22:14:25 -0000 +--On 8 juillet 2014 21:31:49 +0000 Olli Hauer wrote: | + echo "APACHE_DEFAULT=2.2" >> /etc/make.conf That should certainly be more like: echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf -- Mathieu Arnold