pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www APACHE_MANUAL is different in Apache 2.x and 1.3.x...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dad2673a70c6
branches: trunk
changeset: 536195:dad2673a70c6
user: ghen <ghen%pkgsrc.org@localhost>
date: Wed Dec 05 17:42:49 2007 +0000
description:
APACHE_MANUAL is different in Apache 2.x and 1.3.x. Substitute in shared
MESSAGE accordingly and bump PKGREVISION for ap2-fastcgi only.
diffstat:
www/ap-fastcgi/MESSAGE | 4 ++--
www/ap-fastcgi/Makefile.common | 3 ++-
www/ap2-fastcgi/Makefile | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
diffs (50 lines):
diff -r 6533af1451cd -r dad2673a70c6 www/ap-fastcgi/MESSAGE
--- a/www/ap-fastcgi/MESSAGE Wed Dec 05 16:30:59 2007 +0000
+++ b/www/ap-fastcgi/MESSAGE Wed Dec 05 17:42:49 2007 +0000
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:44 wiz Exp $
+$NetBSD: MESSAGE,v 1.4 2007/12/05 17:42:49 ghen Exp $
In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:
@@ -8,6 +8,6 @@
For more information, see
- ${PREFIX}/share/httpd/htdocs/manual/mod/mod_fastcgi.html
+ ${PREFIX}/share/httpd/${APACHE_MANUAL}/mod/mod_fastcgi.html
===========================================================================
diff -r 6533af1451cd -r dad2673a70c6 www/ap-fastcgi/Makefile.common
--- a/www/ap-fastcgi/Makefile.common Wed Dec 05 16:30:59 2007 +0000
+++ b/www/ap-fastcgi/Makefile.common Wed Dec 05 17:42:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2006/03/04 21:30:56 jlam Exp $
+# $NetBSD: Makefile.common,v 1.5 2007/12/05 17:42:49 ghen Exp $
#
DISTNAME= mod_fastcgi-2.4.2
CATEGORIES= www
@@ -14,6 +14,7 @@
MESSAGE_SRC= ${.CURDIR}/../../www/ap-fastcgi/MESSAGE
PLIST_SUBST+= APACHE_MANUAL=${APACHE_MANUAL:Q}
+MESSAGE_SUBST+= APACHE_MANUAL=${APACHE_MANUAL:Q}
post-install:
${INSTALL_DATA} ${WRKSRC}/docs/mod_fastcgi.html \
diff -r 6533af1451cd -r dad2673a70c6 www/ap2-fastcgi/Makefile
--- a/www/ap2-fastcgi/Makefile Wed Dec 05 16:30:59 2007 +0000
+++ b/www/ap2-fastcgi/Makefile Wed Dec 05 17:42:49 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2007/06/30 16:09:08 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2007/12/05 17:42:49 ghen Exp $
.include "../../www/ap-fastcgi/Makefile.common"
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
-PKGREVISION= 3
+PKGREVISION= 4
PKG_APACHE_ACCEPTED= apache2 apache22
APACHE_MANUAL= manual
APACHE_MODULE= # defined
Home |
Main Index |
Thread Index |
Old Index