ports/151092: [patch] mod_wsgi works with lang/python27
John Hein
jhein at symmetricom.com
Wed Sep 29 23:20:02 UTC 2010
>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
More information about the freebsd-ports-bugs
mailing list