From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 23:20:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99F851065673 for ; Wed, 29 Sep 2010 23:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 604008FC18 for ; Wed, 29 Sep 2010 23:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8TNK2B5047649 for ; Wed, 29 Sep 2010 23:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8TNK2qh047648; Wed, 29 Sep 2010 23:20:02 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2010 23:20:02 GMT Resent-Message-Id: <201009292320.o8TNK2qh047648@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Hein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20E24106564A for ; Wed, 29 Sep 2010 23:19:23 +0000 (UTC) (envelope-from jhein@gossamer.timing.com) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by mx1.freebsd.org (Postfix) with ESMTP id DEB238FC0A for ; Wed, 29 Sep 2010 23:19:22 +0000 (UTC) Received: from gossamer.timing.com ([206.168.13.144]) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis) id 0MNrOt-1P6tId1gZ1-007RF3; Wed, 29 Sep 2010 19:06:46 -0400 Message-Id: <19619.50819.696827.67547@gossamer.timing.com> Date: Wed, 29 Sep 2010 17:06:43 -0600 From: John Hein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/151092: [patch] mod_wsgi works with lang/python27 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Hein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 23:20:02 -0000 >Number: 151092 >Category: ports >Synopsis: [patch] mod_wsgi works with lang/python27 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 29 23:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: John Hein >Release: >Organization: >Environment: >Description: I built mod_wsgi with python 2.7. Builds fine and seems to be running fine with python 2.7, apache 2.2.16, freebsd 7-stable and hgwebdir.wsgi (from devel/mercurial)... >How-To-Repeat: >Fix: --eeRMTCQVuI Content-Type: text/plain; name="patch-py27" Content-Description: allow python27 for www/mod_wsgi Content-Disposition: inline; filename="patch-py27" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /base/FreeBSD-CVS/ports/www/mod_wsgi/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- Makefile 10 Sep 2010 01:44:26 -0000 1.17 +++ Makefile 28 Sep 2010 02:17:57 -0000 @@ -26,7 +26,7 @@ CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* PROJECTHOST= modwsgi USE_APACHE= 1.3+ -USE_PYTHON= 2.4-2.6 +USE_PYTHON= 2.4-2.7 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" --eeRMTCQVuI-- >Release-Note: >Audit-Trail: >Unformatted: --eeRMTCQVuI Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit