Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2010 17:06:43 -0600
From:      John Hein <jhein@symmetricom.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/151092: [patch] mod_wsgi works with lang/python27
Message-ID:  <19619.50819.696827.67547@gossamer.timing.com>
Resent-Message-ID: <201009292320.o8TNK2qh047648@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19619.50819.696827.67547>