Bug 151092 - [patch] www/mod_wsgi works with lang/python27
Summary: [patch] www/mod_wsgi works with lang/python27
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-30 00:20 UTC by John Hein
Modified: 2010-09-30 03:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2010-09-30 00:20:01 UTC
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}"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-30 00:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-30 01:14:23 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-30 01:14:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Douglas Thrift 2010-09-30 02:32:23 UTC
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/>
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-30 02:34:55 UTC
Responsible Changed
From-To: freebsd-python->freebsd-ports-bugs

- fix assignment
Comment 6 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-30 02:42:53 UTC
State Changed
From-To: feedback->open

Maintainer approved
Comment 7 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-30 03:02:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I will take it
Comment 8 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-30 03:03:41 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 9 dfilter service freebsd_committer freebsd_triage 2010-09-30 03:04:43 UTC
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"