Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 10:34:52 -0700 (PDT)
From:      Josh Elsasser <josh@elsasser.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101827: Update port: www/mod_python is only for apache 1.3, stop emailing me
Message-ID:  <20060811173452.869B911489@mail.elsasser.org>
Resent-Message-ID: <200608111740.k7BHeGwK006978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101827
>Category:       ports
>Synopsis:       Update port: www/mod_python is only for apache 1.3, stop emailing me
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 17:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Josh Elsasser
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD jade.elsasser.org 5.4-RELEASE FreeBSD 5.4-RELEASE #4: Sat Aug 6 16:34:15 EDT 2005 joshe@jade.elsasser.org:/usr/src/sys/i386/compile/JADE i386


	
>Description:
Give up maintainership as well as make it clear that this only works
with apache 1.3.
>How-To-Repeat:
	
>Fix:

diff -u -rN /usr/ports/www/mod_python/Makefile mod_python/Makefile
--- /usr/ports/www/mod_python/Makefile	Wed Feb 16 03:14:12 2005
+++ mod_python/Makefile	Fri Aug 11 10:16:55 2006
@@ -13,10 +13,10 @@
 EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	python
 
-MAINTAINER=	josh@elsasser.org
-COMMENT=	Apache module for integrating Python
+MAINTAINER=	ports@freebsd.org
+COMMENT=	Apache 1.3 module for integrating Python
 
-USE_APACHE=	yes
+USE_APACHE=	13
 NO_PACKAGE=	"Requires Python without threads support"
 USE_PYTHON=	yes
 
@@ -29,6 +29,8 @@
 PLIST_SUB+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
 
 pre-everything::
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "Note that this is for Apache 1.3 only, use www/mod_python3 for Apache 2.x"
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "You may use the following build option:"
 	@${ECHO_MSG} ""

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060811173452.869B911489>