ports/150258: [PATCH] devel/viewvc: MOD_PTYHON is now in the Apache Attic, add MOD_WSGI3 option
Philip M. Gollucci
pgollucci at p6m7g8.com
Fri Sep 3 20:40:02 UTC 2010
>Number: 150258
>Category: ports
>Synopsis: [PATCH] devel/viewvc: MOD_PTYHON is now in the Apache Attic, add MOD_WSGI3 option
>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: Fri Sep 03 20:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Tue Aug 24 18:32:38 UTC 2010
>Description:
Port maintainer (glarkin at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- viewvc-1.1.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/viewvc/Makefile,v
retrieving revision 1.49
diff -u -u -r1.49 Makefile
--- Makefile 7 Jul 2010 18:03:20 -0000 1.49
+++ Makefile 3 Sep 2010 20:39:00 -0000
@@ -17,7 +17,8 @@
OPTIONS= SUBVERSION "use svn binding" on \
APACHE "Use ${APACHE_PORT} as webserver" on \
LIGHTTPD "Use lighttpd as webserver" off \
- MODPYTHON3 "Enable mod_python3 support" off \
+ MODPYTHON3 "Enable mod_python3 support (deprecated)" off \
+ MODWSGI3 "Enable mod_wsgi3 support" off \
MYSQL "Enable experimental MYSQL support" off
NO_BUILD= yes
@@ -57,6 +58,10 @@
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_python.so:${PORTSDIR}/www/mod_python3
.endif
+.if defined(WITH_MODWSGI3)
+RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_wsig3.so:${PORTSDIR}/www/mod_wsgi3
+.endif
+
# This feature is a clone of the Mozilla Project's Bonsai database.
# It catalogs every commit in the CVS or Subversion repository into a SQL database.
# In fact, the databases are 100% compatible.
--- viewvc-1.1.6.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list