From owner-freebsd-ports@FreeBSD.ORG Wed Sep 10 08:04:34 2014 Return-Path: Delivered-To: freebsd-ports@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 4E5A3E7B for ; Wed, 10 Sep 2014 08:04:34 +0000 (UTC) Received: from mail-lb0-x22e.google.com (mail-lb0-x22e.google.com [IPv6:2a00:1450:4010:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5BE0B14 for ; Wed, 10 Sep 2014 08:04:33 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id n15so10596452lbi.33 for ; Wed, 10 Sep 2014 01:04:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nNLQYGhwTvFdYkFXGQMPnGuvnr07BiLPchjrRF+xGaw=; b=JUlkepHom5Q2tY01SlRp950NgMXaOGXGU/DUN1PhDUvQdtoGCFb7MGOpNtcWyFdeC6 rq2o8tRYSNYHzLec8U/OaJ4IyKXF1C0GBq6F1luqPUGZBPbZXo0TbZm4SN6Vw3ifY+uB dNhwDbCTXILLGn9FhdC/AkyiCdC9iC74CO+2/O7TMCEcfdJ7goZTCWCrhxhmqlqLgOl2 ErulT7Qng7TPqHzrnwQjRdE72x423Xl4dmowUltH87bM3NCeIiTZrsWVHdiM0jKT2yp6 BJu1CmacxHykSStygrbhVd7BjrGr7oPIpZBWLZjffba33YMYbT5ohqiObUaWcwHJNLXg lbwQ== MIME-Version: 1.0 X-Received: by 10.112.55.238 with SMTP id v14mr1142966lbp.93.1410336271529; Wed, 10 Sep 2014 01:04:31 -0700 (PDT) Received: by 10.25.89.74 with HTTP; Wed, 10 Sep 2014 01:04:31 -0700 (PDT) Date: Wed, 10 Sep 2014 10:04:31 +0200 Message-ID: Subject: Apache does not respect value in DEFAULT_VERSIONS From: Andreas Nilsson To: ports , mcdouga9@egr.msu.edu Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Wed, 10 Sep 2014 08:04:34 -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. Would that be version of ports or FreeBSD itself? Machine is running 10.0-RELEASE-p2 with ports fetched via poudriere on the morning of Sep 8. I'll try some upgrading then. Best regards Andreas PS. please keep me in cc, I'm not subscribed to this list.