| 1 | # Copyright 2004-2005 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License, v2 or later |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.16 2005/07/06 20:20:03 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.32 2007/05/13 20:11:37 chtekk Exp $ |
| 4 | INHERITED="$INHERITED $ECLASS" |
4 | |
|
|
5 | inherit multilib |
|
|
6 | |
|
|
7 | # This eclass handles depending on apache in a sane way and providing |
|
|
8 | # information about where certain interfaces are located. |
|
|
9 | |
|
|
10 | # NOTE: If you use this, be sure you use the need_* call after you have |
|
|
11 | # defined DEPEND and RDEPEND. Also note that you can not rely on the |
|
|
12 | # automatic RDEPEND=DEPEND that portage does if you use this eclass. |
|
|
13 | # See bug 107127 for more information. |
| 5 | |
14 | |
| 6 | ###### |
15 | ###### |
| 7 | ## Apache Common Variables |
16 | ## Apache Common Variables |
| 8 | ## |
17 | ## |
| 9 | ## These are internal variables used by this, and other apache-related eclasses, |
18 | ## These are internal variables used by this, and other apache-related eclasses, |
| … | |
… | |
| 12 | ###### |
21 | ###### |
| 13 | |
22 | |
| 14 | #### |
23 | #### |
| 15 | ## APACHE_VERSION |
24 | ## APACHE_VERSION |
| 16 | ## |
25 | ## |
| 17 | ## Stores the version of apache we are going to be ebuilding. This variable is |
26 | ## Stores the version of apache we are going to be ebuilding. This variable is |
| 18 | ## set by the need_apache{|1|2} functions. |
27 | ## set by the need_apache{|1|2} functions. |
| 19 | ## |
28 | ## |
| 20 | ## This needs to stay as '1' until apache2 is on by default -- although it |
|
|
| 21 | ## doesn't matter much as it's set by the need_apache functions. |
|
|
| 22 | #### |
29 | #### |
| 23 | APACHE_VERSION='1' |
30 | #APACHE_VERSION="2" |
| 24 | |
31 | |
| 25 | #### |
32 | #### |
| 26 | ## APXS1, APXS2 |
33 | ## APXS1, APXS2 |
| 27 | ## |
34 | ## |
| 28 | ## Paths to the apxs tools |
35 | ## Paths to the apxs tools |
| … | |
… | |
| 41 | #### |
48 | #### |
| 42 | ## APACHE1_BASEDIR, APACHE2_BASEDIR |
49 | ## APACHE1_BASEDIR, APACHE2_BASEDIR |
| 43 | ## |
50 | ## |
| 44 | ## Paths to the server root directories |
51 | ## Paths to the server root directories |
| 45 | #### |
52 | #### |
| 46 | APACHE1_BASEDIR="/usr/lib/apache" |
53 | APACHE1_BASEDIR="/usr/$(get_libdir)/apache" |
| 47 | APACHE2_BASEDIR="/usr/lib/apache2" |
54 | APACHE2_BASEDIR="/usr/$(get_libdir)/apache2" |
| 48 | |
55 | |
| 49 | #### |
56 | #### |
| 50 | ## APACHE1_CONFDIR, APACHE2_CONFDIR |
57 | ## APACHE1_CONFDIR, APACHE2_CONFDIR |
| 51 | ## |
58 | ## |
| 52 | ## Paths to the configuration file directories (usually under |
59 | ## Paths to the configuration file directories |
| 53 | ## $APACHE?_BASEDIR/conf) |
|
|
| 54 | #### |
60 | #### |
| 55 | APACHE1_CONFDIR="/etc/apache" |
61 | APACHE1_CONFDIR="/etc/apache" |
| 56 | APACHE2_CONFDIR="/etc/apache2" |
62 | APACHE2_CONFDIR="/etc/apache2" |
| 57 | |
63 | |
| 58 | #### |
64 | #### |
| … | |
… | |
| 62 | #### |
68 | #### |
| 63 | APACHE1_MODULES_CONFDIR="${APACHE1_CONFDIR}/modules.d" |
69 | APACHE1_MODULES_CONFDIR="${APACHE1_CONFDIR}/modules.d" |
| 64 | APACHE2_MODULES_CONFDIR="${APACHE2_CONFDIR}/modules.d" |
70 | APACHE2_MODULES_CONFDIR="${APACHE2_CONFDIR}/modules.d" |
| 65 | |
71 | |
| 66 | #### |
72 | #### |
| 67 | ## APACHE1_MODULES_VHOSTDIR, APACHE2_MODULES_VHOSTDIR |
73 | ## APACHE1_VHOSTDIR, APACHE2_VHOSTDIR |
| 68 | ## |
74 | ## |
| 69 | ## Paths where virtual host configuration files are kept |
75 | ## Paths where virtual host configuration files are kept |
| 70 | #### |
76 | #### |
| 71 | APACHE1_VHOSTDIR="${APACHE1_CONFDIR}/vhosts.d" |
77 | APACHE1_VHOSTDIR="${APACHE1_CONFDIR}/vhosts.d" |
| 72 | APACHE2_VHOSTDIR="${APACHE2_CONFDIR}/vhosts.d" |
78 | APACHE2_VHOSTDIR="${APACHE2_CONFDIR}/vhosts.d" |
| … | |
… | |
| 79 | APACHE1_MODULESDIR="${APACHE1_BASEDIR}/modules" |
85 | APACHE1_MODULESDIR="${APACHE1_BASEDIR}/modules" |
| 80 | APACHE2_MODULESDIR="${APACHE2_BASEDIR}/modules" |
86 | APACHE2_MODULESDIR="${APACHE2_BASEDIR}/modules" |
| 81 | |
87 | |
| 82 | #### |
88 | #### |
| 83 | ## APACHE1_DEPEND, APACHE2_DEPEND |
89 | ## APACHE1_DEPEND, APACHE2_DEPEND |
|
|
90 | ## APACHE2_0_DEPEND, APACHE2_2_DEPEND |
| 84 | ## |
91 | ## |
| 85 | ## Dependencies for apache 1.x and apache 2.x |
92 | ## Dependencies for Apache 1.x and Apache 2.x |
| 86 | ## - apache2 must be at least version 2.0.52-r3, this is lowest version |
|
|
| 87 | ## containing our new overall changes -- trapni (Jan 21 2005) |
|
|
| 88 | ## - apache1 must be at least version 1.3.33-r1, but how to |
|
|
| 89 | ## define the DEPEND here? (FIXME) -- trapni (Jan 21 2005) |
|
|
| 90 | ## - currently not possible - bug #4315 -- vericgar (Jan 21 2005) |
|
|
| 91 | #### |
93 | #### |
| 92 | APACHE1_DEPEND="=net-www/apache-1*" |
94 | APACHE1_DEPEND="=net-www/apache-1*" |
|
|
95 | APACHE2_DEPEND="=net-www/apache-2*" |
| 93 | APACHE2_DEPEND=">=net-www/apache-2.0.54-r10" |
96 | APACHE2_0_DEPEND="=net-www/apache-2.0*" |
|
|
97 | APACHE2_2_DEPEND="=net-www/apache-2.2*" |
| 94 | |
98 | |
| 95 | |
|
|
| 96 | #### |
99 | #### |
| 97 | ## APACHE_DEPEND |
100 | ## NEED_APACHE_DEPEND |
| 98 | ## |
101 | ## |
| 99 | ## Dependency magic based on useflags to use the right DEPEND |
102 | ## Dependency magic based on useflags to use the right DEPEND |
|
|
103 | ## If you change this, please check the DEPENDS in need_apache() |
| 100 | #### |
104 | #### |
| 101 | |
105 | |
| 102 | APACHE_DEPEND="apache2? ( ${APACHE2_DEPEND} ) !apache2? ( ${APACHE1_DEPEND} )" |
106 | NEED_APACHE_DEPEND="${APACHE2_DEPEND}" |
|
|
107 | WANT_APACHE_DEPEND="apache2? ( ${APACHE2_DEPEND} )" |
| 103 | |
108 | |
| 104 | #### |
109 | #### |
| 105 | ## need_apache1 |
110 | # uses_apache1() - !!! DEPRECATED !!! |
| 106 | ## |
111 | #### |
| 107 | ## An ebuild calls this to get the dependency information |
112 | |
| 108 | ## for apache-1.x. An ebuild should use this in order for |
113 | uses_apache1() { |
| 109 | ## future changes to the build infrastructure to happen |
114 | debug-print-function $FUNCNAME $* |
| 110 | ## seamlessly. All an ebuild needs to do is include the |
115 | # WARNING: Do not use these variables with anything that is put |
| 111 | ## line need_apache1 somewhere. |
116 | # into the dependency cache (DEPEND/RDEPEND/etc) |
|
|
117 | APACHE_VERSION="1" |
|
|
118 | APXS="${APXS1}" |
|
|
119 | USE_APACHE2="" |
|
|
120 | APACHECTL="${APACHECTL1}" |
|
|
121 | APACHE_BASEDIR="${APACHE1_BASEDIR}" |
|
|
122 | APACHE_CONFDIR="${APACHE1_CONFDIR}" |
|
|
123 | APACHE_MODULES_CONFDIR="${APACHE1_MODULES_CONFDIR}" |
|
|
124 | APACHE_VHOSTSDIR="${APACHE1_VHOSTSDIR}" |
|
|
125 | APACHE_MODULESDIR="${APACHE1_MODULESDIR}" |
|
|
126 | } |
|
|
127 | |
|
|
128 | #### |
|
|
129 | # uses_apache2() |
|
|
130 | # |
|
|
131 | # sets up all of the environment variables required by an apache2 module |
|
|
132 | #### |
|
|
133 | |
|
|
134 | uses_apache2() { |
|
|
135 | debug-print-function $FUNCNAME $* |
|
|
136 | # WARNING: Do not use these variables with anything that is put |
|
|
137 | # into the dependency cache (DEPEND/RDEPEND/etc) |
|
|
138 | APACHE_VERSION="2" |
|
|
139 | USE_APACHE2="2" |
|
|
140 | APXS="${APXS2}" |
|
|
141 | APACHECTL="${APACHECTL2}" |
|
|
142 | APACHE_BASEDIR="${APACHE2_BASEDIR}" |
|
|
143 | APACHE_CONFDIR="${APACHE2_CONFDIR}" |
|
|
144 | APACHE_MODULES_CONFDIR="${APACHE2_MODULES_CONFDIR}" |
|
|
145 | APACHE_VHOSTSDIR="${APACHE2_VHOSTSDIR}" |
|
|
146 | APACHE_MODULESDIR="${APACHE2_MODULESDIR}" |
|
|
147 | } |
|
|
148 | |
|
|
149 | doesnt_use_apache() { |
|
|
150 | debug-print-function $FUNCNAME $* |
|
|
151 | APACHE_VERSION="0" |
|
|
152 | USE_APACHE="" |
|
|
153 | } |
|
|
154 | |
|
|
155 | #### |
|
|
156 | ## need_apache1 - !!! DEPRECATED !!! |
| 112 | #### |
157 | #### |
| 113 | need_apache1() { |
158 | need_apache1() { |
| 114 | debug-print-function need_apache1 |
159 | debug-print-function $FUNCNAME $* |
| 115 | |
160 | |
| 116 | DEPEND="${DEPEND} ${APACHE1_DEPEND}" |
161 | DEPEND="${DEPEND} ${APACHE1_DEPEND}" |
| 117 | RDEPEND="${RDEPEND} ${APACHE1_DEPEND}" |
162 | RDEPEND="${RDEPEND} ${APACHE1_DEPEND}" |
| 118 | APACHE_VERSION='1' |
163 | APACHE_VERSION="1" |
| 119 | } |
164 | } |
| 120 | |
165 | |
| 121 | #### |
166 | #### |
| 122 | ## need_apache2 |
167 | ## need_apache2 |
| 123 | ## |
168 | ## |
| 124 | ## An ebuild calls this to get the dependency information |
169 | ## An ebuild calls this to get the dependency information |
| 125 | ## for apache-2.x. An ebuild should use this in order for |
170 | ## for apache-2.x. An ebuild should use this in order for |
| 126 | ## future changes to the build infrastructure to happen |
171 | ## future changes to the build infrastructure to happen |
| 127 | ## seamlessly. All an ebuild needs to do is include the |
172 | ## seamlessly. All an ebuild needs to do is include the |
| 128 | ## line need_apache1 somewhere. |
173 | ## line need_apache2 somewhere. |
| 129 | #### |
174 | #### |
| 130 | need_apache2() { |
175 | need_apache2() { |
| 131 | debug-print-function need_apache2 |
176 | debug-print-function $FUNCNAME $* |
| 132 | |
177 | |
| 133 | DEPEND="${DEPEND} ${APACHE2_DEPEND}" |
178 | DEPEND="${DEPEND} ${APACHE2_DEPEND}" |
| 134 | RDEPEND="${RDEPEND} ${APACHE2_DEPEND}" |
179 | RDEPEND="${RDEPEND} ${APACHE2_DEPEND}" |
| 135 | APACHE_VERSION='2' |
180 | APACHE_VERSION="2" |
| 136 | } |
181 | } |
| 137 | |
182 | |
| 138 | #### |
183 | #### |
|
|
184 | ## need_apache2_0 |
|
|
185 | ## |
|
|
186 | ## Works like need_apache2 above, but its used by modules |
|
|
187 | ## that only support apache 2.0 and do not work with |
|
|
188 | ## higher versions. |
|
|
189 | ## |
|
|
190 | #### |
|
|
191 | need_apache2_0() { |
|
|
192 | debug-print-function $FUNCNAME $* |
|
|
193 | |
|
|
194 | DEPEND="${DEPEND} ${APACHE2_0_DEPEND}" |
|
|
195 | RDEPEND="${RDEPEND} ${APACHE2_0_DEPEND}" |
|
|
196 | APACHE_VERSION="2" |
|
|
197 | } |
|
|
198 | |
|
|
199 | #### |
|
|
200 | ## need_apache2_2 |
|
|
201 | ## |
|
|
202 | ## Works like need_apache2 above, but its used by modules |
|
|
203 | ## that only support apache 2.2 and do not work with |
|
|
204 | ## lower versions. |
|
|
205 | ## |
|
|
206 | #### |
|
|
207 | need_apache2_2() { |
|
|
208 | debug-print-function $FUNCNAME $* |
|
|
209 | |
|
|
210 | DEPEND="${DEPEND} ${APACHE2_2_DEPEND}" |
|
|
211 | RDEPEND="${RDEPEND} ${APACHE2_2_DEPEND}" |
|
|
212 | APACHE_VERSION="2" |
|
|
213 | } |
|
|
214 | |
|
|
215 | #### |
| 139 | ## DO NOT CHANGE THIS FUNCTION UNLESS YOU UNDERSTAND THE CONSEQUENCES IT |
216 | ## DO NOT CHANGE THIS FUNCTION UNLESS YOU UNDERSTAND THE CONSEQUENCES IT |
| 140 | ## WILL HAVE ON THE CACHE! There MUST be a apache2? () block in DEPEND for |
217 | ## WILL HAVE ON THE CACHE! |
| 141 | ## things to work correct in the dependency calculation stage. |
218 | ## |
|
|
219 | ## This function can take a variable amount of arguments specifying the |
|
|
220 | ## versions of apache the ebuild supports |
|
|
221 | ## |
|
|
222 | ## If no arguments are specified, then all versions are assumed to be supported |
|
|
223 | ## |
|
|
224 | ## Currently supported versions: 2.0 2.2 2.x |
| 142 | #### |
225 | #### |
| 143 | need_apache() { |
226 | need_apache() { |
| 144 | debug-print-function need_apache |
227 | debug-print-function $FUNCNAME $* |
|
|
228 | |
|
|
229 | local supports2x supports20 supports22 |
|
|
230 | |
|
|
231 | if [[ $# -eq 0 ]] ; then |
|
|
232 | supports2x="yes" |
|
|
233 | else |
|
|
234 | while [[ $# -gt 0 ]] ; do |
|
|
235 | case "$1" in |
|
|
236 | 2.0) supports20="yes"; shift;; |
|
|
237 | 2.2) supports22="yes"; shift;; |
|
|
238 | 2.x) supports2x="yes"; shift;; |
|
|
239 | *) die "Unknown version specifier: $1";; |
|
|
240 | esac |
|
|
241 | done |
|
|
242 | fi |
|
|
243 | |
|
|
244 | if [[ "${supports20}" == "yes" ]] && [[ "${supports22}" == "yes" ]] ; then |
|
|
245 | supports2x="yes" |
|
|
246 | fi |
|
|
247 | |
|
|
248 | debug-print "supports20: ${supports20}" |
|
|
249 | debug-print "supports22: ${supports22}" |
|
|
250 | debug-print "supports2x: ${supports2x}" |
|
|
251 | |
|
|
252 | if [[ "${supports2x}" == "yes" ]] ; then |
|
|
253 | need_apache2 |
|
|
254 | elif [[ "${supports20}" == "yes" ]] ; then |
|
|
255 | need_apache2_0 |
|
|
256 | elif [[ "${supports22}" == "yes" ]] ; then |
|
|
257 | need_apache2_2 |
|
|
258 | fi |
|
|
259 | |
|
|
260 | uses_apache2 |
|
|
261 | } |
|
|
262 | |
|
|
263 | want_apache() { |
|
|
264 | debug-print-function $FUNCNAME $* |
| 145 | |
265 | |
| 146 | IUSE="${IUSE} apache2" |
266 | IUSE="${IUSE} apache2" |
| 147 | DEPEND="${DEPEND} ${APACHE_DEPEND}" |
267 | DEPEND="${DEPEND} ${WANT_APACHE_DEPEND}" |
| 148 | RDEPEND="${RDEPEND} ${APACHE_DEPEND}" |
268 | RDEPEND="${RDEPEND} ${WANT_APACHE_DEPEND}" |
| 149 | if useq apache2; then |
269 | if use apache2 ; then |
| 150 | APACHE_VERSION='2' |
270 | uses_apache2 |
| 151 | USE_APACHE2=2 |
|
|
| 152 | APXS="$APXS2" |
|
|
| 153 | APACHECTL="${APACHECTL2}" |
|
|
| 154 | APACHE_BASEDIR="${APACHE2_BASEDIR}" |
|
|
| 155 | APACHE_CONFDIR="${APACHE2_CONFDIR}" |
|
|
| 156 | APACHE_MODULES_CONFDIR="${APACHE2_MODULES_CONFDIR}" |
|
|
| 157 | APACHE_VHOSTSDIR="${APACHE2_VHOSTSDIR}" |
|
|
| 158 | APACHE_MODULESDIR="${APACHE2_MODULESDIR}" |
|
|
| 159 | else |
271 | else |
| 160 | APACHE_VERSION='1' |
272 | doesnt_use_apache |
| 161 | APXS="$APXS1" |
|
|
| 162 | USE_APACHE2= |
|
|
| 163 | APACHECTL="${APACHECTL1}" |
|
|
| 164 | APACHE_BASEDIR="${APACHE1_BASEDIR}" |
|
|
| 165 | APACHE_CONFDIR="${APACHE1_CONFDIR}" |
|
|
| 166 | APACHE_MODULES_CONFDIR="${APACHE1_MODULES_CONFDIR}" |
|
|
| 167 | APACHE_VHOSTSDIR="${APACHE1_VHOSTSDIR}" |
|
|
| 168 | APACHE_MODULESDIR="${APACHE1_MODULESDIR}" |
|
|
| 169 | fi |
273 | fi |
| 170 | } |
274 | } |