From owner-freebsd-ports@FreeBSD.ORG Tue Sep 9 13:47:12 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03F69ACB for ; Tue, 9 Sep 2014 13:47:12 +0000 (UTC) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id CE8E7CFA for ; Tue, 9 Sep 2014 13:47:11 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 1767026A41 for ; Tue, 9 Sep 2014 09:37:40 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G9gpQct_D1rt for ; Tue, 9 Sep 2014 09:37:39 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <540F02A3.1020507@egr.msu.edu> Date: Tue, 09 Sep 2014 09:37:39 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Apache does not respect value in DEFAULT_VERSIONS References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 13:47:12 -0000 On 09/09/2014 08:52, Andreas Nilsson wrote: > Hello, > > I've been going through my package building setup recently, and noticed > that apache default version has changed. > > Since I need apache-2.2 for one module I added apache=2.2 to > DEFAULT_VERSIONS in make.conf, but to no avail. I still get apache-2.4 and > ap24-modules. > > The only way to get apache-2.2 is to set APACHE_PORT=www/apache22 in > make.conf. > > This seems like a bug, or at least totally pointless to have apache-stuff > in bsd.default-versions.mk if its ignored. > > Best regards > Andreas Nilsson Do you have r367706 or later? I think this was fixed last night.