pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache Change a BUILD_DEFS and add some more.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4957c10fe3fd
branches:  trunk
changeset: 537894:4957c10fe3fd
user:      reed <reed%pkgsrc.org@localhost>
date:      Sun Jan 20 04:06:03 2008 +0000

description:
Change a BUILD_DEFS and add some more.
(As discussed in September 2007 on tech-pkg.)

diffstat:

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

diffs (27 lines):

diff -r 934da6f4f854 -r 4957c10fe3fd www/apache/Makefile
--- a/www/apache/Makefile       Sun Jan 20 03:51:14 2008 +0000
+++ b/www/apache/Makefile       Sun Jan 20 04:06:03 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.192 2007/10/07 20:49:57 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.193 2008/01/20 04:06:03 reed 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).
@@ -79,7 +79,7 @@
 CONFIGURE_ARGS+=       --enable-suexec                                 \
                        ${APACHE_SUEXEC_CONFIGURE_ARGS:M--suexec-*}
 PLIST_SRC=             ${PKGDIR}/PLIST.suexec
-BUILD_DEFS+=           APACHE_SUEXEC_CONFIGURE_ARGS
+BUILD_DEFS+=           APACHE_SUEXEC_DOCROOT
 .endif
 
 # Note that there is NO static compile module hook here.  This is intentional.
@@ -130,7 +130,7 @@
 .  endif
 .endif
 
-BUILD_DEFS+=           APACHE_CUSTOM_CFLAGS
+BUILD_DEFS+=           APACHE_CUSTOM_CFLAGS APACHE_USER APACHE_GROUP
 
 EGDIR=         ${PREFIX}/share/examples/httpd
 



Home | Main Index | Thread Index | Old Index