From owner-freebsd-apache@FreeBSD.ORG Thu Aug 1 20:28:33 2013 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 ESMTP id 52C83866 for ; Thu, 1 Aug 2013 20:28:33 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 316D22933 for ; Thu, 1 Aug 2013 20:28:32 +0000 (UTC) Received: from [10.10.13.171] ([173.227.0.2]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id r71KSTu4065333 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Thu, 1 Aug 2013 13:28:30 -0700 (PDT) (envelope-from douglas@douglasthrift.net) DomainKey-Signature: a=rsa-sha1; s=dt-2007050501; d=douglasthrift.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=kEF9EXc13L354uECB/WITkfKy+w4l9Q/VqMsTh5u6BJQprDHTarL/bQPbVevuXQ9n NoIpFoc/LVzbK8ZvpIvIQ== X-Authentication-Warning: slowhand.douglasthrift.net: Host [173.227.0.2] claimed to be [10.10.13.171] Message-ID: <51FAC4E5.9090309@douglasthrift.net> Date: Thu, 01 Aug 2013 13:28:21 -0700 From: Douglas Thrift User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Nick Rosier Subject: Re: FreeBSD Port: www/mod_wsgi3 References: <51F96F40.7050700@gmail.com> <51F975B7.2050700@douglasthrift.net> <51FABD94.9080503@gmail.com> In-Reply-To: <51FABD94.9080503@gmail.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 20:28:33 -0000 On 8/1/2013 12:57 PM, Nick Rosier wrote: > 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. Hello Nick, I think you need to use the APACHE_PORT knob listed in bsd.apache.mk: # ========================================================================= # Parameter APACHE_PORT (user controlled): # # The parameter APACHE_PORT can be used in /etc/make.conf to # overwrite the default apache port. # # This parameter should never be used in the Makefile of a port! # # Example entry in /etc/make.conf: # APACHE_PORT= www/apache22 # # To get a list of "possible" valid values execute the command: # $> egrep 'apache[12]' ports/www/Makefile | awk '{print "www/" $3}' # -- Douglas William Thrift