Update to 2.2.1.

This commit is contained in:
tv 1999-05-13 14:59:43 +00:00
parent a1e244341a
commit dba06c6aad
4 changed files with 12 additions and 16 deletions

View file

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.7 1999/04/30 17:05:21 tv Exp $
# $NetBSD: Makefile,v 1.8 1999/05/13 14:59:43 tv Exp $
#
DISTNAME= mod_fastcgi-2.0.18
PKGNAME= ap-fastcgi-2.0.18
DISTNAME= mod_fastcgi_2.2.1
PKGNAME= ap-fastcgi-2.2.1
CATEGORIES= www
MASTER_SITES= http://www.fastcgi.com/
MASTER_SITES= http://fastcgi.idle.com/dist/
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.fastcgi.com/
@ -14,14 +14,10 @@ DEPENDS+= apache-1.3.6p0:../../www/apache
BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5
do-build:
@cd ${WRKSRC} && ${PREFIX}/sbin/apxs -c -o mod_fastcgi.so \
mod_fastcgi.c fcgibuf.c fcgios.c fcgitcl.c
@cd ${WRKSRC} && ${PREFIX}/sbin/apxs -c -o mod_fastcgi.so *.c
do-install:
@cd ${WRKSRC} && ${PREFIX}/sbin/apxs -i mod_fastcgi.so
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_fastcgi
${INSTALL_DATA} ${WRKSRC}/conf/httpd.conf \
${PREFIX}/share/doc/mod_fastcgi/httpd.conf.example
${INSTALL_DATA} ${WRKSRC}/docs/mod_fastcgi.html \
${PREFIX}/share/httpd/htdocs/manual/mod/

View file

@ -1,3 +1,3 @@
$NetBSD: md5,v 1.2 1998/12/04 00:31:02 tv Exp $
$NetBSD: md5,v 1.3 1999/05/13 14:59:43 tv Exp $
MD5 (mod_fastcgi-2.0.18.tar.gz) = 1ba8557702643b7d73ac321df847b4dd
MD5 (mod_fastcgi_2.2.1.tar.gz) = f6af401769cdd2ef5a30bcd9d8a037ac

View file

@ -1,8 +1,10 @@
=============================================================================
$NetBSD: MESSAGE,v 1.3 1998/12/04 00:36:55 tv Exp $
$NetBSD: MESSAGE,v 1.4 1999/05/13 14:59:43 tv Exp $
You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
lines to the Dynamic Shared Object section in order to use this module
lines in order to use this module. Also see
${PREFIX}/share/httpd/htdocs/manual/mod/mod_fastcgi.html for instructions
on setting up FastCGI handlers.
LoadModule lib/httpd/mod_fastcgi.so
AddModule mod_fastcgi.c

View file

@ -1,5 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 1998/12/04 00:31:02 tv Exp $
@comment $NetBSD: PLIST,v 1.3 1999/05/13 14:59:43 tv Exp $
lib/httpd/mod_fastcgi.so
share/doc/mod_fastcgi/httpd.conf.example
share/httpd/htdocs/manual/mod/mod_fastcgi.html
@dirrm share/doc/mod_fastcgi