pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Fix perl interpreter path for libexec/cgi-bin/prin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/35e53871af5f
branches: trunk
changeset: 524318:35e53871af5f
user: ghen <ghen%pkgsrc.org@localhost>
date: Tue Jan 23 15:45:43 2007 +0000
description:
Fix perl interpreter path for libexec/cgi-bin/printenv. Bump PKGREVISION for
apache, apache2 and apache22.
diffstat:
www/apache/Makefile | 5 ++++-
www/apache2/Makefile | 6 ++++--
www/apache22/Makefile | 6 ++++--
3 files changed, 12 insertions(+), 5 deletions(-)
diffs (73 lines):
diff -r 748c5ed82167 -r 35e53871af5f www/apache/Makefile
--- a/www/apache/Makefile Tue Jan 23 15:29:37 2007 +0000
+++ b/www/apache/Makefile Tue Jan 23 15:45:43 2007 +0000
@@ -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,@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 -r 748c5ed82167 -r 35e53871af5f www/apache2/Makefile
--- a/www/apache2/Makefile Tue Jan 23 15:29:37 2007 +0000
+++ b/www/apache2/Makefile Tue Jan 23 15:45:43 2007 +0000
@@ -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|^\(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 -r 748c5ed82167 -r 35e53871af5f www/apache22/Makefile
--- a/www/apache22/Makefile Tue Jan 23 15:29:37 2007 +0000
+++ b/www/apache22/Makefile Tue Jan 23 15:45:43 2007 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index