summaryrefslogtreecommitdiff
path: root/www/p5-FCGI
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-12-01 16:39:32 +0000
committerrh <rh@pkgsrc.org>1999-12-01 16:39:32 +0000
commit9a83e52a3e5f28f4861f0ef3682b46f4a9e1dbf3 (patch)
tree9c84d8d34842db62edc200c357e546e0f2a30e36 /www/p5-FCGI
parent6a4077d2ca7c2d065897324679b6b606da263edd (diff)
downloadpkgsrc-9a83e52a3e5f28f4861f0ef3682b46f4a9e1dbf3.tar.gz
Update p5-FCGI to 0.48.
Changes include: o perl 5.005_60 compatibility (not that it matters, yet) o locking on platforms that need it o support for remote connections o move PRINTF into correct package o deprecated set_exit_status o general cleanup, moving old non thread safe interface from xs to perl o new thread safe interface o new threaded example program o FCGI.pm now part of the devel kit o library fixes ("Rob Saccoccio" <robs@ipass.net>) o allow bypassing of installation of handlers o ActivePerl compatibility (Murray Nesbitt <murray@ActiveState.com>) o POST on bigendians (Paul GABORIT <gaborit@enstimac.fr>) o Some win32 changes (Monty <xiphmont@fastserv.com>) o library fixes ("Rob Saccoccio" <robs@ipass.net>)
Diffstat (limited to 'www/p5-FCGI')
-rw-r--r--www/p5-FCGI/Makefile6
-rw-r--r--www/p5-FCGI/files/md54
-rw-r--r--www/p5-FCGI/files/patch-sum3
-rw-r--r--www/p5-FCGI/patches/patch-aa21
4 files changed, 29 insertions, 5 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile
index aef9e83797e..434b606ae04 100644
--- a/www/p5-FCGI/Makefile
+++ b/www/p5-FCGI/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:48 tron Exp $
+# $NetBSD: Makefile,v 1.3 1999/12/01 16:39:32 rh Exp $
#
-DISTNAME= FCGI-0.42
-PKGNAME= p5-FCGI-0.42
+DISTNAME= FCGI-0.48
+PKGNAME= p5-FCGI-0.48
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}
diff --git a/www/p5-FCGI/files/md5 b/www/p5-FCGI/files/md5
index d9ba9e874e1..7f2406dcc7b 100644
--- a/www/p5-FCGI/files/md5
+++ b/www/p5-FCGI/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1 1998/10/04 18:24:37 tv Exp $
+$NetBSD: md5,v 1.2 1999/12/01 16:39:32 rh Exp $
-MD5 (FCGI-0.42.tar.gz) = 78f36a4a1195d4b6915bad1a3845439b
+MD5 (FCGI-0.48.tar.gz) = 07ca386e4969d34391dc4d296b1f1b67
diff --git a/www/p5-FCGI/files/patch-sum b/www/p5-FCGI/files/patch-sum
new file mode 100644
index 00000000000..5429a42f0a9
--- /dev/null
+++ b/www/p5-FCGI/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 1999/12/01 16:39:32 rh Exp $
+
+MD5 (patch-aa) = 9f055dc384d8c481b6571cba1f18011c
diff --git a/www/p5-FCGI/patches/patch-aa b/www/p5-FCGI/patches/patch-aa
new file mode 100644
index 00000000000..0a1fd55fdac
--- /dev/null
+++ b/www/p5-FCGI/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 1999/12/01 16:39:32 rh Exp $
+
+--- os_unix.c.orig Fri Aug 27 15:25:20 1999
++++ os_unix.c Wed Dec 1 17:13:04 1999
+@@ -22,6 +22,8 @@
+
+ #include "fcgi_config.h"
+
++#include <sys/types.h>
++
+ #ifdef HAVE_NETINET_IN_H
+ #include <netinet/in.h>
+ #endif
+@@ -38,7 +40,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/time.h>
+-#include <sys/types.h>
+ #include <sys/un.h>
+
+ #ifdef HAVE_NETDB_H