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)... 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 --eeRMTCQVuI----3N9n4uHrJcfN2K1xnkbn0S2l0a4obfe4A7tMiW58Dotqd3di Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" 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}"
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python Over to maintainer (via the GNATS Auto Assign Tool)
Maintainer of www/mod_wsgi, Please note that PR ports/151092 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151092 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On 9/29/2010 5:14 PM, Edwin Groothuis wrote: > Maintainer of www/mod_wsgi, > > Please note that PR ports/151092 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151092 > I approve. However, you might consider using the newer www/mod_wsgi3. -- Douglas William Thrift <douglas@douglasthrift.net> <http://douglasthrift.net/>
Responsible Changed From-To: freebsd-python->freebsd-ports-bugs - fix assignment
State Changed From-To: feedback->open Maintainer approved
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it
State Changed From-To: open->closed Committed, Thanks!
pgollucci 2010-09-30 02:04:37 UTC FreeBSD ports repository Modified files: www/mod_wsgi Makefile Log: - Works with python 2.7 PR: ports/151092 Submitted by: John Hein <jhein@symmetricom.com> Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Revision Changes Path 1.18 +1 -1 ports/www/mod_wsgi/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"