Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: apache-2.eclass
Date: Fri, 29 Aug 2008 13:22:27
Message-Id: E1KZ3vi-0003LW-9O@stork.gentoo.org
1 hollow 08/08/29 13:22:22
2
3 Modified: apache-2.eclass
4 Log:
5 remove unsupported --with-perl; add message for BSD users
6
7 Revision Changes Path
8 1.12 eclass/apache-2.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/apache-2.eclass?r1=1.11&r2=1.12
13
14 Index: apache-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- apache-2.eclass 23 Mar 2008 13:03:53 -0000 1.11
21 +++ apache-2.eclass 29 Aug 2008 13:22:21 -0000 1.12
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.11 2008/03/23 13:03:53 hollow Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.12 2008/08/29 13:22:21 hollow Exp $
27
28 # @ECLASS: apache-2.eclass
29 # @MAINTAINER:
30 @@ -373,6 +373,12 @@
31 elog "Please note that you need SysV IPC support in your kernel."
32 elog "Make sure CONFIG_SYSVIPC=y is set."
33 elog
34 +
35 + if use userland_BSD; then
36 + elog "On BSD systems you need to add the following line to /boot/loader.conf:"
37 + elog " accf_http_load=\"YES\""
38 + elog
39 + fi
40 }
41
42 # @FUNCTION: apache-2_src_unpack
43 @@ -427,7 +433,6 @@
44 --sysconfdir=/etc/apache2 \
45 --localstatedir=/var \
46 --with-mpm=${MY_MPM} \
47 - --with-perl=/usr/bin/perl \
48 --with-apr=/usr \
49 --with-apr-util=/usr \
50 --with-pcre=/usr \