From owner-freebsd-ports@FreeBSD.ORG Tue Sep 9 12:52:12 2014 Return-Path: Delivered-To: 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 66458A9D for ; Tue, 9 Sep 2014 12:52:12 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (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 E737C769 for ; Tue, 9 Sep 2014 12:52:11 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id el20so10991560lab.34 for ; Tue, 09 Sep 2014 05:52:09 -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=yV3kmvy+tfmibyM/tOwwsnNbOQYzBjvUuQbDvAU7Kr4=; b=NkNIQoV5Rt3m1PCG6LR/vJZ7bET7PPSW6c5tZmTsUIeR0IJpo+oZq5aBvmtnm8PLoG 64XygC4thCCbT2SlisqrfOx8i8I46oxBo2U/SlH1crBhgO5Um1z3TQV3ESHYeHkjIQaC li4XvkwOb/78/WwsVIUjffjD6zR/uiOUYnURTqtjPFd4RRsRGN5VagWQqfQ+R07hzS9U QJxZwXEO4WR09aY8tPUIpFLhH0pT+WtcWfKxUwz0VOZnB2afSK+xG1jDhfMisxE4NLaZ KXh9wL8gMGwltAVayTkRAo73RS923RVMPppwLBPc00YfvNeqxqu52GHbkL+yZ+daibQW PpIg== MIME-Version: 1.0 X-Received: by 10.152.5.9 with SMTP id o9mr2386364lao.95.1410267129365; Tue, 09 Sep 2014 05:52:09 -0700 (PDT) Received: by 10.25.89.74 with HTTP; Tue, 9 Sep 2014 05:52:09 -0700 (PDT) Date: Tue, 9 Sep 2014 14:52:09 +0200 Message-ID: Subject: Apache does not respect value in DEFAULT_VERSIONS From: Andreas Nilsson To: ports@freebsd.org 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: Tue, 09 Sep 2014 12:52:12 -0000 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