misc/133905: [maintainer update] www/spawn-fcgi

Dmitry V. Reshetnikov genserg at hotmail.com
Wed Apr 22 05:30:02 UTC 2009


>Number:         133905
>Category:       misc
>Synopsis:       [maintainer update] www/spawn-fcgi
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 22 05:30:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry V. Reshetnikov
>Release:        7.2-RC1
>Organization:
>Environment:
FreeBSD epsilon.home.local 7.2-RC1 FreeBSD 7.2-RC1 #0: Wed Apr 15 20:34:10 UTC 2009     root at walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
1) incorrectly applied patch from pr133711
2) there are not files for this port on mirror http://mirrors.cat.pdx.edu/lighttpd/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN spawn-fcgi.bak/Makefile spawn-fcgi/Makefile
--- spawn-fcgi.bak/Makefile	2009-04-22 00:06:30.000000000 +0400
+++ spawn-fcgi/Makefile	2009-04-22 09:11:18.000000000 +0400
@@ -8,8 +8,7 @@
 PORTNAME=	spawn-fcgi
 PORTVERSION=	1.6.2
 CATEGORIES=	www
-MASTER_SITES=	http://www.lighttpd.net/download/ \
-		http://mirrors.cat.pdx.edu/lighttpd/
+MASTER_SITES=	http://www.lighttpd.net/download/
 
 MAINTAINER=	genserg at hotmail.com
 COMMENT=	spawn-fcgi is used to spawn fastcgi applications
diff -urN spawn-fcgi.bak/files/spawn-fcgi.sh.in spawn-fcgi/files/spawn-fcgi.sh.in
--- spawn-fcgi.bak/files/spawn-fcgi.sh.in	2009-04-22 00:06:30.000000000 +0400
+++ spawn-fcgi/files/spawn-fcgi.sh.in	2009-04-22 09:12:25.000000000 +0400
@@ -35,7 +35,6 @@
 _allowed_env="${_allowed_env} ${spawn_fcgi_allowed_env}"
 
 start_precmd="${name}_start_precmd"
-stop_cmd="${name}_stop_cmd"
 stop_postcmd="${name}_stop_postcmd"
 
 spawn_fcgi_start_precmd()
@@ -43,9 +42,9 @@
     touch ${pidfile}
     chown ${spawn_fcgi_user}:${spawn_fcgi_group} ${pidfile}
     export PATH=${spawn_fcgi_path_env}
-    export PHP_FCGI_CHILDREN=${spawn_fcgi_children}
-    export PHP_FCGI_MAX_REQUESTS=${spawn_fastcgi_max_requests}
     export USER=${spawn_fcgi_user}
+    export PHP_FCGI_CHILDREN=${spawn_fcgi_children}
+    export PHP_FCGI_MAX_REQUESTS=${spawn_fcgi_max_requests}
     export FCGI_WEB_SERVER_ADDRS=${spawn_fcgi_web_server_addrs}
     E=
     for i in ${_allowed_env}; do


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


More information about the freebsd-bugs mailing list