From owner-freebsd-apache@FreeBSD.ORG Thu Aug 1 19:57:15 2013 Return-Path: Delivered-To: apache@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 ESMTP id 7B6FB1AB for ; Thu, 1 Aug 2013 19:57:15 +0000 (UTC) (envelope-from nick.rosier@gmail.com) Received: from mail-ee0-x22e.google.com (mail-ee0-x22e.google.com [IPv6:2a00:1450:4013:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DE8727CB for ; Thu, 1 Aug 2013 19:57:14 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id c13so1199310eek.19 for ; Thu, 01 Aug 2013 12:57:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=TCTKYIjqIFnAxuRF31QJ1/RSoO3v5Yskj9jmXfrKKSY=; b=rQSbvC28hgPm8NB7KYZdhe/t0oI7r/4kyGZYa6tM7gGlRW6yR9NS9vqL7R5M2x56WK iNHqP8Pl8j9EIqr0smT9mCX0F0Cq+C52XH34IngVL4c2Wt+qWF60ihhRxAKiDDooKJc6 A8FFHxpOKaWDyymy12d0JkDJ4tnX+kR9pN0IXY8uic9+/pgdXw5fTpG44cUEZ6Pg4VYF FSjrQvvohLyAxNoQs/HzEm+lZRJl3hl4hHahhv5QrlL1hmET82P3HAMSCqRMkDjDDsY3 xCOSQpMTffRItEd0eQDDYiJPjkk4lwRosejUN6L6onRBITXIt3nhVcmtI4YSqg37/NIq 5N3g== X-Received: by 10.15.22.8 with SMTP id e8mr2818037eeu.41.1375387033443; Thu, 01 Aug 2013 12:57:13 -0700 (PDT) Received: from macbook.fritz.box ([2a02:578:4501:0:f1b3:4929:7308:d2ca]) by mx.google.com with ESMTPSA id n42sm6642206eeh.15.2013.08.01.12.57.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 01 Aug 2013 12:57:12 -0700 (PDT) Message-ID: <51FABD94.9080503@gmail.com> Date: Thu, 01 Aug 2013 21:57:08 +0200 From: Nick Rosier User-Agent: Postbox 3.0.8 (Macintosh/20130427) MIME-Version: 1.0 To: Douglas Thrift Subject: Re: FreeBSD Port: www/mod_wsgi3 References: <51F96F40.7050700@gmail.com> <51F975B7.2050700@douglasthrift.net> In-Reply-To: <51F975B7.2050700@douglasthrift.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 19:57:15 -0000 Douglas Thrift wrote: > On 7/31/2013 1:10 PM, Nick Rosier wrote: >> Hi, >> >> any chance on getting an updated port that supports Apache 2.4? >> >> Rgds, >> N. >> > > Hello Nick, > > The www/mod_wsgi3 port specifies USE_APACHE= 22+, so I'm pretty sure it > should be able to install just fine with Apache 2.4. Is there a specific > problem that you are seeing? > Hi Douglas, thanks for the swift response. I'm using poudriere to build all my packages. I've built Apache 2.4 and when I try to pull in mod_wsgi3 it fails as it tries to pull in Apache 2.2 which is blocked by 2.4. Don't know if it's a fault of poudriere or incompatibility with Apache 2.4. This is the 1st time I run into such a problem. Rgds, N.