From owner-freebsd-apache@FreeBSD.ORG Mon Sep 8 13:48:38 2014 Return-Path: Delivered-To: apache@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 29E0ADE1 for ; Mon, 8 Sep 2014 13:48:38 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.feld.me", Issuer "Gandi Standard SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDB0B1EA3 for ; Mon, 8 Sep 2014 13:48:37 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]); by mail.feld.me (OpenSMTPD) with ESMTP id 2c3d06b8; Mon, 8 Sep 2014 08:41:56 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=feld.me; h=mime-version :date:content-type:content-transfer-encoding:message-id:from :subject:to:in-reply-to:references:sender; s=blargle2; bh=aNLjLr 9+cr9xY+vzc3d3oFAiokE=; b=Ych2b33ZD45CY5jpgRy4pun1HgILvMleVj7in/ BtOc3nolj5YN7hoqtpjFurMMj39QHl1+VTZFcjx50CYUuBE9Y7mOMnX6KGjjiSLp cdHktTld7vY4TSd4STbBZDFRwbkIfpTMBu0D7uxkIyrK4kDl5XucO9ZgkoVUNmrk MHFZEWw93jfGCohfjc1xiy47f+k0n2cy5qIPRpJOsYer4Cyq4b7sr9k+W3/UYH7K eq1gKL8qT18xCHrEAfEisdxGVO9BeMVg2PbrcyCOEtq+a2EclIQT6tpAZGSeS6Q0 H4/daJOIJPrKrm12n29iPkCvribmKPof9W/elMayvjm7Jq6w== DomainKey-Signature: a=rsa-sha1; c=nofws; d=feld.me; h=mime-version:date :content-type:content-transfer-encoding:message-id:from:subject :to:in-reply-to:references:sender; q=dns; s=blargle2; b=VibLX0I/ BT31ApVGvvuZwHiaDaTSB0EKoZiHXP/1hPYu5K2djpeMVzLs8UJSUsb/Zw1ea+oM O5Cgv9Sy7h29utIbv9MEAfey6XvPD4366icQJYZIVjehxWmNyk6TM8scULn7sVnQ XSQPlZgkI7wIKLFVIa8QxofIfmtrd20PRM3Y+8O+aaHuxoF/C03ERpaDht2a6UTS VHbCT80iNo5iuOAV6DzDsQCLb/278Hrhor0tJKqb+vpwgXxkyQNbygWi5qiQMzpY cWlKY1LNavTFIcwxgoeBNk6rvgAZu+UPah/rp+DUFUNVssdMPEPpe9UvnpzlD3FY 8di7GWBq43/ppQ== Received: from mail.feld.me (mail.feld.me [66.170.3.6]); by mail.feld.me (OpenSMTPD) with ESMTP id 0882ae44; Mon, 8 Sep 2014 08:41:56 -0500 (CDT) Received: from feld@feld.me by mail.feld.me (Archiveopteryx 3.2.0) with esmtpa id 1410183714-3786-3784/5/3; Mon, 8 Sep 2014 13:41:54 +0000 Mime-Version: 1.0 Date: Mon, 8 Sep 2014 13:41:54 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: <8c7c200293f6d84e756d6eec4a1edcc2@mail.feld.me> X-Mailer: RainLoop/1.6.9.162 From: Mark Felder Subject: Re: apache 2.2 ports To: Adam Weinberger , apache@freebsd.org In-Reply-To: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> Sender: feld@feld.me X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 13:48:38 -0000 September 6 2014 10:24 AM, "Adam Weinberger" wrote:=20 > apache team - >=20 > So it seems that setting USE_APACHE=3D22 doesn=E2=80=99t actually = depend on apache-2.2. This means that every > USE_APACHE=3D22 port is broken, and as of right now won=E2=80=99t have = any 10.1 packages. >=20 > I=E2=80=99m happy to go through and add "DEFAULT_VERSIONS=3D APACHE=3D2= 2=E2=80=9D to this ports, but I wanted to check > with you guys first. Is that the right way to fix it? Is there = something else that can be done to > make USE_APACHE=3D22 actually depend on apache-2.2? >=20 FYI I had to solve this problem today with the following two make.conf = options: DEFAULT_VERSIONS=3D apache=3D2.2 =20 (note it's 2.2, not 22 -- bsd.default-versions.mk shows a period should = be used) APACHE_PORT=3D www/apache22 Previously I only had the DEFAULT_VERSIONS entry and it worked fine. = Suddenly I needed to add APACHE_PORT as well. This is with an up to date = ports tree -- my packages build automatically every 8 hours.