pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache Fix check interpreter warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e110056026e4
branches:  trunk
changeset: 538257:e110056026e4
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Feb 03 14:07:40 2008 +0000

description:
Fix check interpreter warnings.

diffstat:

 www/apache/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4ca18b18dc79 -r e110056026e4 www/apache/Makefile
--- a/www/apache/Makefile       Sun Feb 03 13:24:22 2008 +0000
+++ b/www/apache/Makefile       Sun Feb 03 14:07:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.194 2008/02/03 13:24:22 tnn Exp $
+# $NetBSD: Makefile,v 1.195 2008/02/03 14:07:40 tnn 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).
@@ -179,7 +179,8 @@
 SUBST_SED.db+=          -e 's,@DB_CFLAGS@,,g'
 .endif
 
-REPLACE_PERL=          docs/cgi-examples/printenv
+REPLACE_PERL+=                 cgi-bin/printenv
+CHECK_INTERPRETER_SKIP+=       lib/httpd/httpd.exp
 
 PKG_GROUPS=            ${APACHE_GROUP}
 PKG_USERS=             ${APACHE_USER}:${APACHE_GROUP}



Home | Main Index | Thread Index | Old Index