From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 3 20:40:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6466E10656AD for ; Fri, 3 Sep 2010 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2683F8FC1E for ; Fri, 3 Sep 2010 20:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o83Ke2Nf030827 for ; Fri, 3 Sep 2010 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o83Ke2K9030826; Fri, 3 Sep 2010 20:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 3 Sep 2010 20:40:02 GMT Resent-Message-Id: <201009032040.o83Ke2K9030826@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C62A10656BC for ; Fri, 3 Sep 2010 20:39:41 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 3C8208FC16 for ; Fri, 3 Sep 2010 20:39:40 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id o83KdeYA047652; Fri, 3 Sep 2010 20:39:40 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o83KdedZ047649; Fri, 3 Sep 2010 20:39:40 GMT (envelope-from pgollucci) Message-Id: <201009032039.o83KdedZ047649@frieza.p6m7g8.net> Date: Fri, 3 Sep 2010 20:39:40 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: glarkin@FreeBSD.org Subject: ports/150258: [PATCH] devel/viewvc: MOD_PTYHON is now in the Apache Attic, add MOD_WSGI3 option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2010 20:40:02 -0000 >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@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: