summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2007-01-23 15:45:43 +0000
committerghen <ghen@pkgsrc.org>2007-01-23 15:45:43 +0000
commit18677ff69b790f15d2f52b359aca0c17b5550f0f (patch)
treeffb60394abbd5a2a34e0bcabc46379729ecbb56c
parent4027858afc2685b26f83fabafaf5e3ab5bbe968d (diff)
downloadpkgsrc-18677ff69b790f15d2f52b359aca0c17b5550f0f.tar.gz
Fix perl interpreter path for libexec/cgi-bin/printenv. Bump PKGREVISION for
apache, apache2 and apache22.
-rw-r--r--www/apache/Makefile5
-rw-r--r--www/apache2/Makefile6
-rw-r--r--www/apache22/Makefile6
3 files changed, 12 insertions, 5 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index 7de30201db9..9c2a8267030 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.188 2006/07/30 11:17:51 jdolecek Exp $
+# $NetBSD: Makefile,v 1.189 2007/01/23 15:45:43 ghen Exp $
#
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
# code hooks that allow mod_ssl to be compiled separately later, if desired).
DISTNAME= apache_1.3.37
PKGNAME= ${DISTNAME:S/_/-/}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \
${MASTER_SITE_APACHE:=httpd/old/}
@@ -164,6 +165,8 @@ SUBST_SED.paths+= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
SUBST_SED.paths+= -e 's,@VARBASE@,${VARBASE},g'
SUBST_STAGE.paths= post-patch
+REPLACE_PERL= docs/cgi-examples/printenv
+
PKG_GROUPS= ${APACHE_GROUP}
PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 29481e6a097..0bf330f8b79 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.108 2006/12/09 00:51:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.109 2007/01/23 15:45:44 ghen Exp $
.include "Makefile.common"
PKGNAME= apache-${APACHE_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www
HOMEPAGE= http://httpd.apache.org/
@@ -154,6 +154,8 @@ SUBST_SED.confs+= -e 's|/var/log/httpd/foo\.log|logs/foo.log/|g'
SUBST_SED.confs+= -e 's|^\(User[ ]\).*|\1${APACHE_USER}|g'
SUBST_SED.confs+= -e 's|^\(Group[ ]\).*|\1${APACHE_GROUP}|g'
+REPLACE_PERL= docs/cgi-examples/printenv
+
.include "options.mk"
# Add dependencies for the modules that will be built. For each module
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 868128e3357..5239e997e3b 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2007/01/22 00:09:31 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2007/01/23 15:45:44 ghen Exp $
.include "Makefile.common"
PKGNAME= apache-${APACHE_VERSION}
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= www
HOMEPAGE= http://httpd.apache.org/
@@ -178,6 +178,8 @@ SUBST_FILES.abs_srcdir= ${PREFIX}/share/httpd/build/config_vars.mk
SUBST_SED.abs_srcdir= -e 's|^\(abs_srcdir =\) .*|\1 ${PREFIX}/share/httpd|'
SUBST_MESSAGE.abs_srcdir= Fixing abs_srcdir
+REPLACE_PERL= docs/cgi-examples/printenv
+
.include "options.mk"
# Add dependencies for the modules that will be built. For each module