make IPC::{Run,Run3,Open3} and friends happy under FastCGI, regen

patches and bump
This commit is contained in:
simon 2008-06-01 20:39:26 +00:00
parent d9d9b62ee0
commit 393a288143
4 changed files with 22 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2007/09/15 20:38:21 merdely Exp $
# $OpenBSD: Makefile,v 1.10 2008/06/01 20:39:26 simon Exp $
COMMENT= FastCGI Development Kit
DISTNAME= fcgi-2.4.0
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= www
SHARED_LIBS += fcgi 0.0 # .0.0
SHARED_LIBS += fcgi++ 1.0 # .1.0

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-libfcgi_Makefile_in,v 1.1 2005/12/30 22:27:40 sturm Exp $
--- libfcgi/Makefile.in.orig Fri Dec 30 23:20:04 2005
+++ libfcgi/Makefile.in Fri Dec 30 23:20:29 2005
@@ -115,7 +115,7 @@ libfcgi___la_SOURCES = $(INCLUDE_FILES)
$OpenBSD: patch-libfcgi_Makefile_in,v 1.2 2008/06/01 20:39:26 simon Exp $
--- libfcgi/Makefile.in.orig Sun Jan 19 18:21:18 2003
+++ libfcgi/Makefile.in Fri May 23 07:12:26 2008
@@ -115,7 +115,7 @@ libfcgi___la_SOURCES = $(INCLUDE_FILES) \
fcgio.cpp
libfcgi___la_CFLAGS = @PTHREAD_CFLAGS@

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-libfcgi_os_unix_c,v 1.1.1.1 2004/02/11 20:13:35 sturm Exp $
--- libfcgi/os_unix.c.orig 2004-02-11 20:40:53.000000000 +0100
+++ libfcgi/os_unix.c 2004-02-11 20:41:05.000000000 +0100
@@ -536,7 +536,7 @@ int OS_SpawnChild(char *appPath, int lis
$OpenBSD: patch-libfcgi_os_unix_c,v 1.2 2008/06/01 20:39:26 simon Exp $
--- libfcgi/os_unix.c.orig Tue Mar 5 20:14:49 2002
+++ libfcgi/os_unix.c Fri May 23 07:12:26 2008
@@ -536,7 +536,7 @@ int OS_SpawnChild(char *appPath, int listenFd)
*
* XXX: entire environment passes through
*/

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-perl_FCGI_PL,v 1.1 2008/06/01 20:39:26 simon Exp $
--- perl/FCGI.PL.orig Fri May 23 07:12:42 2008
+++ perl/FCGI.PL Fri May 23 07:13:06 2008
@@ -393,7 +393,7 @@ sub OPEN {
# Apparently some use fileno to determine if a filehandle is open,
# so we might want to return a defined, but meaningless value.
# An alternative would be to return the fcgi stream fd.
-# sub FILENO { -2 }
+sub FILENO { -2 }
1;