1 |
spyderous |
1.1 |
# Copyright 1999-2006 Gentoo Foundation |
2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
3 |
dberkholz |
1.14 |
# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.1.0-r1.ebuild,v 1.13 2006/07/16 17:59:41 joshuabaergen Exp $ |
4 |
spyderous |
1.1 |
|
5 |
|
|
# Must be before x-modular eclass is inherited |
6 |
|
|
#SNAPSHOT="yes" |
7 |
|
|
|
8 |
|
|
inherit x-modular multilib |
9 |
|
|
|
10 |
|
|
OPENGL_DIR="xorg-x11" |
11 |
|
|
|
12 |
|
|
MESA_PN="Mesa" |
13 |
|
|
MESA_PV="6.5" |
14 |
|
|
MESA_P="${MESA_PN}-${MESA_PV}" |
15 |
|
|
MESA_SRC_P="${MESA_PN}Lib-${MESA_PV}" |
16 |
|
|
|
17 |
|
|
PATCHES="${FILESDIR}/${PN}-1.0.2-xprint-init.patch |
18 |
|
|
${FILESDIR}/1.0.99.901-Xprint-xprintdir.patch |
19 |
|
|
${FILESDIR}/${P}-setuid.diff" |
20 |
|
|
|
21 |
|
|
SRC_URI="${SRC_URI} |
22 |
|
|
mirror://sourceforge/mesa3d/${MESA_SRC_P}.tar.bz2 |
23 |
|
|
http://xorg.freedesktop.org/snapshots/individual/xserver/${P}.tar.bz2" |
24 |
|
|
DESCRIPTION="X.Org X servers" |
25 |
|
|
# It's suid and has lazy bindings, so FEATURES="stricter" doesn't work |
26 |
|
|
RESTRICT="stricter" |
27 |
agriffis |
1.12 |
KEYWORDS="alpha ~amd64 arm ~hppa ia64 mips ppc ppc64 sh sparc ~x86 ~x86-fbsd" |
28 |
spyderous |
1.1 |
IUSE_INPUT_DEVICES=" |
29 |
|
|
input_devices_acecad |
30 |
|
|
input_devices_aiptek |
31 |
|
|
input_devices_calcomp |
32 |
|
|
input_devices_citron |
33 |
|
|
input_devices_digitaledge |
34 |
|
|
input_devices_dmc |
35 |
|
|
input_devices_dynapro |
36 |
|
|
input_devices_elo2300 |
37 |
|
|
input_devices_elographics |
38 |
|
|
input_devices_evdev |
39 |
|
|
input_devices_fpit |
40 |
|
|
input_devices_hyperpen |
41 |
|
|
input_devices_jamstudio |
42 |
|
|
input_devices_joystick |
43 |
|
|
input_devices_keyboard |
44 |
|
|
input_devices_magellan |
45 |
|
|
input_devices_microtouch |
46 |
|
|
input_devices_mouse |
47 |
|
|
input_devices_mutouch |
48 |
|
|
input_devices_palmax |
49 |
|
|
input_devices_penmount |
50 |
|
|
input_devices_spaceorb |
51 |
|
|
input_devices_summa |
52 |
|
|
input_devices_tek4957 |
53 |
|
|
input_devices_ur98 |
54 |
|
|
input_devices_vmmouse |
55 |
|
|
input_devices_void |
56 |
|
|
|
57 |
|
|
input_devices_synaptics |
58 |
|
|
input_devices_wacom" |
59 |
|
|
IUSE_VIDEO_CARDS=" |
60 |
|
|
video_cards_apm |
61 |
|
|
video_cards_ark |
62 |
|
|
video_cards_chips |
63 |
|
|
video_cards_cirrus |
64 |
|
|
video_cards_cyrix |
65 |
|
|
video_cards_dummy |
66 |
|
|
video_cards_epson |
67 |
|
|
video_cards_fbdev |
68 |
|
|
video_cards_glint |
69 |
|
|
video_cards_i128 |
70 |
|
|
video_cards_i740 |
71 |
|
|
video_cards_i810 |
72 |
geoman |
1.7 |
video_cards_impact |
73 |
spyderous |
1.1 |
video_cards_imstt |
74 |
|
|
video_cards_mach64 |
75 |
|
|
video_cards_mga |
76 |
|
|
video_cards_neomagic |
77 |
|
|
video_cards_newport |
78 |
|
|
video_cards_nsc |
79 |
|
|
video_cards_nv |
80 |
|
|
video_cards_r128 |
81 |
|
|
video_cards_radeon |
82 |
|
|
video_cards_rendition |
83 |
|
|
video_cards_s3 |
84 |
|
|
video_cards_s3virge |
85 |
|
|
video_cards_savage |
86 |
|
|
video_cards_siliconmotion |
87 |
|
|
video_cards_sis |
88 |
|
|
video_cards_sisusb |
89 |
|
|
video_cards_sunbw2 |
90 |
|
|
video_cards_suncg14 |
91 |
|
|
video_cards_suncg3 |
92 |
|
|
video_cards_suncg6 |
93 |
|
|
video_cards_sunffb |
94 |
|
|
video_cards_sunleo |
95 |
|
|
video_cards_suntcx |
96 |
|
|
video_cards_tdfx |
97 |
|
|
video_cards_tga |
98 |
|
|
video_cards_trident |
99 |
|
|
video_cards_tseng |
100 |
|
|
video_cards_v4l |
101 |
|
|
video_cards_vesa |
102 |
|
|
video_cards_vga |
103 |
|
|
video_cards_via |
104 |
|
|
video_cards_vmware |
105 |
dberkholz |
1.14 |
video_cards_voodoo |
106 |
spyderous |
1.1 |
|
107 |
dberkholz |
1.14 |
video_cards_fglrx" |
108 |
spyderous |
1.1 |
# video_cards_nvidia |
109 |
|
|
IUSE_SERVERS="dmx kdrive xorg" |
110 |
|
|
IUSE="${IUSE_VIDEO_CARDS} |
111 |
|
|
${IUSE_INPUT_DEVICES} |
112 |
|
|
${IUSE_SERVERS} |
113 |
|
|
3dfx |
114 |
|
|
dri ipv6 minimal nptl sdl xprint" |
115 |
|
|
RDEPEND="x11-libs/libXfont |
116 |
|
|
x11-libs/xtrans |
117 |
|
|
x11-libs/libXau |
118 |
|
|
x11-libs/libXext |
119 |
|
|
x11-libs/libX11 |
120 |
|
|
x11-libs/libxkbfile |
121 |
|
|
x11-libs/libXdmcp |
122 |
|
|
x11-libs/libXmu |
123 |
|
|
x11-libs/libXrender |
124 |
|
|
x11-libs/libXi |
125 |
|
|
media-libs/freetype |
126 |
|
|
>=media-libs/mesa-6.5-r2 |
127 |
|
|
media-fonts/font-adobe-75dpi |
128 |
|
|
media-fonts/font-misc-misc |
129 |
|
|
media-fonts/font-cursor-misc |
130 |
|
|
x11-misc/xbitmaps |
131 |
|
|
|| ( x11-misc/xkeyboard-config x11-misc/xkbdata ) |
132 |
|
|
x11-apps/iceauth |
133 |
|
|
x11-apps/rgb |
134 |
|
|
x11-apps/xauth |
135 |
|
|
x11-apps/xinit |
136 |
|
|
app-admin/eselect-opengl |
137 |
|
|
x11-libs/libXaw |
138 |
|
|
x11-libs/libXpm |
139 |
|
|
x11-libs/libXxf86misc |
140 |
|
|
x11-libs/libXxf86vm |
141 |
|
|
!minimal? ( x11-libs/libdmx |
142 |
|
|
x11-libs/libXtst |
143 |
|
|
x11-libs/libXres ) |
144 |
|
|
>=x11-libs/libxkbui-1.0.2 |
145 |
|
|
x11-libs/liblbxutil |
146 |
|
|
kdrive? ( sdl? ( media-libs/libsdl ) ) |
147 |
|
|
!media-video/nvidia-glx |
148 |
wolf31o2 |
1.11 |
!x11-drivers/nvidia-drivers |
149 |
dberkholz |
1.14 |
!x11-drivers/nvidia-legacy-drivers" |
150 |
spyderous |
1.1 |
# Xres is dmx-dependent, xkbui is xorgcfg-dependent |
151 |
|
|
# Xaw is dmx- and xorgcfg-dependent |
152 |
|
|
# Xpm is dmx- and xorgcfg-dependent, pulls in Xt |
153 |
|
|
# Xxf86misc and Xxf86vm are xorgcfg-dependent |
154 |
|
|
# liblbxutil is lbx- dependent |
155 |
|
|
DEPEND="${RDEPEND} |
156 |
|
|
x11-proto/randrproto |
157 |
|
|
x11-proto/renderproto |
158 |
|
|
>=x11-proto/fixesproto-4 |
159 |
|
|
x11-proto/damageproto |
160 |
|
|
x11-proto/xextproto |
161 |
|
|
x11-proto/xproto |
162 |
|
|
x11-proto/xf86dgaproto |
163 |
|
|
x11-proto/xf86miscproto |
164 |
|
|
x11-proto/xf86rushproto |
165 |
|
|
x11-proto/xf86vidmodeproto |
166 |
|
|
x11-proto/xf86bigfontproto |
167 |
|
|
>=x11-proto/compositeproto-0.3 |
168 |
|
|
x11-proto/recordproto |
169 |
|
|
x11-proto/resourceproto |
170 |
|
|
x11-proto/videoproto |
171 |
|
|
>=x11-proto/scrnsaverproto-1.1.0 |
172 |
|
|
x11-proto/evieext |
173 |
|
|
x11-proto/trapproto |
174 |
|
|
>=x11-proto/xineramaproto-1.1-r1 |
175 |
|
|
x11-proto/fontsproto |
176 |
|
|
>=x11-proto/kbproto-1.0-r1 |
177 |
|
|
x11-proto/inputproto |
178 |
|
|
x11-proto/bigreqsproto |
179 |
|
|
x11-proto/xcmiscproto |
180 |
|
|
>=x11-proto/glproto-1.4.6 |
181 |
|
|
!minimal? ( x11-proto/dmxproto ) |
182 |
|
|
dri? ( x11-proto/xf86driproto |
183 |
|
|
>=x11-libs/libdrm-2 ) |
184 |
|
|
xprint? ( x11-proto/printproto |
185 |
|
|
x11-apps/mkfontdir |
186 |
|
|
x11-apps/mkfontscale )" |
187 |
|
|
|
188 |
|
|
# Drivers |
189 |
|
|
############################################################################### |
190 |
|
|
############################################################################### |
191 |
|
|
## ## |
192 |
|
|
## REMEMBER TO EDIT USE.MASK FILES IF CHANGING ARCHITECTURE DEPENDENCIES ## |
193 |
|
|
## ## |
194 |
|
|
############################################################################### |
195 |
|
|
############################################################################### |
196 |
|
|
PDEPEND=" |
197 |
joshuabaergen |
1.5 |
xorg? ( || ( |
198 |
spyderous |
1.1 |
( |
199 |
|
|
input_devices_acecad? ( >=x11-drivers/xf86-input-acecad-1.1.0 ) |
200 |
|
|
input_devices_aiptek? ( >=x11-drivers/xf86-input-aiptek-1.0.1 ) |
201 |
|
|
input_devices_calcomp? ( >=x11-drivers/xf86-input-calcomp-1.1.0 ) |
202 |
|
|
input_devices_citron? ( >=x11-drivers/xf86-input-citron-2.2.0 ) |
203 |
|
|
input_devices_digitaledge? ( >=x11-drivers/xf86-input-digitaledge-1.1.0 ) |
204 |
|
|
input_devices_dmc? ( >=x11-drivers/xf86-input-dmc-1.1.0 ) |
205 |
|
|
input_devices_dynapro? ( >=x11-drivers/xf86-input-dynapro-1.1.0 ) |
206 |
|
|
input_devices_elo2300? ( >=x11-drivers/xf86-input-elo2300-1.1.0 ) |
207 |
|
|
input_devices_elographics? ( >=x11-drivers/xf86-input-elographics-1.1.0 ) |
208 |
|
|
input_devices_evdev? ( >=x11-drivers/xf86-input-evdev-1.1.1 ) |
209 |
|
|
input_devices_fpit? ( >=x11-drivers/xf86-input-fpit-1.1.0 ) |
210 |
|
|
input_devices_hyperpen? ( >=x11-drivers/xf86-input-hyperpen-1.1.0 ) |
211 |
|
|
input_devices_jamstudio? ( >=x11-drivers/xf86-input-jamstudio-1.1.0 ) |
212 |
|
|
input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.1.0 ) |
213 |
|
|
input_devices_keyboard? ( >=x11-drivers/xf86-input-keyboard-1.1.0 ) |
214 |
|
|
input_devices_magellan? ( >=x11-drivers/xf86-input-magellan-1.1.0 ) |
215 |
|
|
input_devices_microtouch? ( >=x11-drivers/xf86-input-microtouch-1.1.0 ) |
216 |
|
|
input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.1.0 ) |
217 |
|
|
input_devices_mutouch? ( >=x11-drivers/xf86-input-mutouch-1.1.0 ) |
218 |
|
|
input_devices_palmax? ( >=x11-drivers/xf86-input-palmax-1.1.0 ) |
219 |
|
|
input_devices_penmount? ( >=x11-drivers/xf86-input-penmount-1.1.0 ) |
220 |
|
|
input_devices_spaceorb? ( >=x11-drivers/xf86-input-spaceorb-1.1.0 ) |
221 |
|
|
input_devices_summa? ( >=x11-drivers/xf86-input-summa-1.1.0 ) |
222 |
|
|
input_devices_tek4957? ( >=x11-drivers/xf86-input-tek4957-1.1.0 ) |
223 |
|
|
input_devices_ur98? ( >=x11-drivers/xf86-input-ur98-1.1.0 ) |
224 |
|
|
input_devices_vmmouse? ( >=x11-drivers/xf86-input-vmmouse-12.4.0 ) |
225 |
|
|
input_devices_void? ( >=x11-drivers/xf86-input-void-1.1.0 ) |
226 |
|
|
|
227 |
|
|
input_devices_synaptics? ( x11-drivers/synaptics ) |
228 |
|
|
input_devices_wacom? ( x11-misc/linuxwacom ) |
229 |
|
|
) |
230 |
joshuabaergen |
1.3 |
!minimal? ( |
231 |
spyderous |
1.1 |
>=x11-drivers/xf86-input-acecad-1.1.0 |
232 |
|
|
>=x11-drivers/xf86-input-calcomp-1.1.0 |
233 |
|
|
>=x11-drivers/xf86-input-citron-2.2.0 |
234 |
|
|
>=x11-drivers/xf86-input-digitaledge-1.1.0 |
235 |
|
|
>=x11-drivers/xf86-input-dmc-1.1.0 |
236 |
|
|
>=x11-drivers/xf86-input-dynapro-1.1.0 |
237 |
|
|
>=x11-drivers/xf86-input-elo2300-1.1.0 |
238 |
|
|
>=x11-drivers/xf86-input-elographics-1.1.0 |
239 |
|
|
>=x11-drivers/xf86-input-fpit-1.1.0 |
240 |
|
|
>=x11-drivers/xf86-input-hyperpen-1.1.0 |
241 |
|
|
>=x11-drivers/xf86-input-jamstudio-1.1.0 |
242 |
|
|
>=x11-drivers/xf86-input-joystick-1.1.0 |
243 |
|
|
>=x11-drivers/xf86-input-keyboard-1.1.0 |
244 |
|
|
>=x11-drivers/xf86-input-magellan-1.1.0 |
245 |
|
|
>=x11-drivers/xf86-input-microtouch-1.1.0 |
246 |
|
|
>=x11-drivers/xf86-input-mouse-1.1.0 |
247 |
|
|
>=x11-drivers/xf86-input-mutouch-1.1.0 |
248 |
|
|
>=x11-drivers/xf86-input-palmax-1.1.0 |
249 |
|
|
>=x11-drivers/xf86-input-penmount-1.1.0 |
250 |
|
|
>=x11-drivers/xf86-input-spaceorb-1.1.0 |
251 |
|
|
>=x11-drivers/xf86-input-summa-1.1.0 |
252 |
|
|
>=x11-drivers/xf86-input-tek4957-1.1.0 |
253 |
|
|
>=x11-drivers/xf86-input-void-1.1.0 |
254 |
|
|
|
255 |
|
|
kernel_linux? ( |
256 |
|
|
>=x11-drivers/xf86-input-aiptek-1.0.1 |
257 |
|
|
>=x11-drivers/xf86-input-evdev-1.1.1 |
258 |
|
|
>=x11-drivers/xf86-input-ur98-1.1.0 |
259 |
|
|
) |
260 |
|
|
|
261 |
|
|
x86? ( >=x11-drivers/xf86-input-vmmouse-12.4.0 |
262 |
|
|
x11-drivers/synaptics |
263 |
|
|
x11-misc/linuxwacom |
264 |
|
|
) |
265 |
|
|
x86-fbsd? ( >=x11-drivers/xf86-input-vmmouse-12.4.0 ) |
266 |
|
|
amd64? ( >=x11-drivers/xf86-input-vmmouse-12.4.0 |
267 |
|
|
x11-drivers/synaptics |
268 |
|
|
x11-misc/linuxwacom |
269 |
|
|
) |
270 |
|
|
ppc? ( x11-drivers/synaptics |
271 |
|
|
x11-misc/linuxwacom |
272 |
|
|
) |
273 |
|
|
ppc64? ( x11-drivers/synaptics |
274 |
|
|
x11-misc/linuxwacom |
275 |
|
|
) |
276 |
|
|
) |
277 |
|
|
) |
278 |
|
|
input_devices_synaptics? ( >=x11-drivers/synaptics-0.14.4-r2 ) |
279 |
|
|
|| ( |
280 |
|
|
( |
281 |
|
|
video_cards_apm? ( >=x11-drivers/xf86-video-apm-1.1.1 ) |
282 |
|
|
video_cards_ark? ( >=x11-drivers/xf86-video-ark-0.6.0 ) |
283 |
|
|
video_cards_chips? ( >=x11-drivers/xf86-video-chips-1.1.1 ) |
284 |
|
|
video_cards_cirrus? ( >=x11-drivers/xf86-video-cirrus-1.1.0 ) |
285 |
|
|
video_cards_cyrix? ( >=x11-drivers/xf86-video-cyrix-1.1.0 ) |
286 |
|
|
video_cards_dummy? ( >=x11-drivers/xf86-video-dummy-0.2.0 ) |
287 |
|
|
video_cards_fbdev? ( >=x11-drivers/xf86-video-fbdev-0.2.0 ) |
288 |
|
|
video_cards_glint? ( >=x11-drivers/xf86-video-glint-1.1.1 ) |
289 |
|
|
video_cards_i128? ( >=x11-drivers/xf86-video-i128-1.2.0 ) |
290 |
|
|
video_cards_i740? ( >=x11-drivers/xf86-video-i740-1.1.0 ) |
291 |
|
|
video_cards_i810? ( >=x11-drivers/xf86-video-i810-1.6.0 ) |
292 |
geoman |
1.7 |
video_cards_impact? ( >=x11-drivers/xf86-video-impact-0.2.0 ) |
293 |
spyderous |
1.1 |
video_cards_imstt? ( >=x11-drivers/xf86-video-imstt-1.1.0 ) |
294 |
|
|
video_cards_mach64? ( >=x11-drivers/xf86-video-ati-6.6.0 ) |
295 |
|
|
video_cards_mga? ( >=x11-drivers/xf86-video-mga-1.4.1 ) |
296 |
|
|
video_cards_neomagic? ( >=x11-drivers/xf86-video-neomagic-1.1.1 ) |
297 |
|
|
video_cards_newport? ( >=x11-drivers/xf86-video-newport-0.2.0 ) |
298 |
|
|
video_cards_nsc? ( >=x11-drivers/xf86-video-nsc-2.8.1 ) |
299 |
|
|
video_cards_nv? ( >=x11-drivers/xf86-video-nv-1.1.1 ) |
300 |
|
|
video_cards_r128? ( >=x11-drivers/xf86-video-ati-6.6.0 ) |
301 |
|
|
video_cards_radeon? ( >=x11-drivers/xf86-video-ati-6.6.0 ) |
302 |
|
|
video_cards_rendition? ( >=x11-drivers/xf86-video-rendition-4.1.0 ) |
303 |
|
|
video_cards_s3? ( >=x11-drivers/xf86-video-s3-0.4.1 ) |
304 |
|
|
video_cards_s3virge? ( >=x11-drivers/xf86-video-s3virge-1.9.1 ) |
305 |
|
|
video_cards_savage? ( >=x11-drivers/xf86-video-savage-2.1.1 ) |
306 |
|
|
video_cards_siliconmotion? ( >=x11-drivers/xf86-video-siliconmotion-1.4.1 ) |
307 |
|
|
video_cards_sis? ( >=x11-drivers/xf86-video-sis-0.9.1 ) |
308 |
|
|
video_cards_sisusb? ( >=x11-drivers/xf86-video-sisusb-0.8.1 ) |
309 |
|
|
video_cards_sunbw2? ( >=x11-drivers/xf86-video-sunbw2-1.1.0 ) |
310 |
|
|
video_cards_suncg14? ( >=x11-drivers/xf86-video-suncg14-1.1.0 ) |
311 |
|
|
video_cards_suncg3? ( >=x11-drivers/xf86-video-suncg3-1.1.0 ) |
312 |
|
|
video_cards_suncg6? ( >=x11-drivers/xf86-video-suncg6-1.1.0 ) |
313 |
|
|
video_cards_sunffb? ( >=x11-drivers/xf86-video-sunffb-1.1.0 ) |
314 |
|
|
video_cards_sunleo? ( >=x11-drivers/xf86-video-sunleo-1.1.0 ) |
315 |
|
|
video_cards_suntcx? ( >=x11-drivers/xf86-video-suntcx-1.1.0 ) |
316 |
|
|
video_cards_tdfx? ( >=x11-drivers/xf86-video-tdfx-1.2.1 ) |
317 |
|
|
video_cards_tga? ( >=x11-drivers/xf86-video-tga-1.1.0 ) |
318 |
|
|
video_cards_trident? ( >=x11-drivers/xf86-video-trident-1.2.1 ) |
319 |
|
|
video_cards_tseng? ( >=x11-drivers/xf86-video-tseng-1.1.0 ) |
320 |
|
|
video_cards_v4l? ( >=x11-drivers/xf86-video-v4l-0.1.1 ) |
321 |
|
|
video_cards_vesa? ( >=x11-drivers/xf86-video-vesa-1.1.0 ) |
322 |
|
|
video_cards_vga? ( >=x11-drivers/xf86-video-vga-4.1.0 ) |
323 |
|
|
video_cards_via? ( >=x11-drivers/xf86-video-via-0.2.1 ) |
324 |
|
|
video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-10.13.0 ) |
325 |
|
|
video_cards_voodoo? ( >=x11-drivers/xf86-video-voodoo-1.1.0 ) |
326 |
|
|
|
327 |
spyderous |
1.6 |
video_cards_tdfx? ( 3dfx? ( >=media-libs/glide-v3-3.10 ) ) |
328 |
dberkholz |
1.14 |
video_cards_fglrx? ( >=x11-drivers/ati-drivers-8.27.10 ) |
329 |
spyderous |
1.1 |
) |
330 |
joshuabaergen |
1.3 |
!minimal? ( |
331 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-dummy-0.2.0 |
332 |
|
|
>=x11-drivers/xf86-video-fbdev-0.2.0 |
333 |
|
|
|
334 |
|
|
!hppa? ( |
335 |
|
|
kernel_linux? ( >=x11-drivers/xf86-video-v4l-0.1.1 ) |
336 |
|
|
) |
337 |
|
|
|
338 |
|
|
3dfx? ( >=media-libs/glide-v3-3.10 ) |
339 |
|
|
|
340 |
|
|
alpha? ( >=x11-drivers/xf86-video-cirrus-1.1.0 |
341 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-ati-6.6.0 |
342 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-glint-1.1.1 |
343 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-mga-1.4.1 |
344 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-nv-1.1.1 |
345 |
|
|
>=x11-drivers/xf86-video-rendition-4.1.0 |
346 |
|
|
>=x11-drivers/xf86-video-s3-0.4.1 |
347 |
|
|
>=x11-drivers/xf86-video-s3virge-1.9.1 |
348 |
|
|
>=x11-drivers/xf86-video-savage-2.1.1 |
349 |
|
|
>=x11-drivers/xf86-video-siliconmotion-1.4.1 |
350 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-sisusb-0.8.1 |
351 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
352 |
|
|
>=x11-drivers/xf86-video-tga-1.1.0 |
353 |
|
|
>=x11-drivers/xf86-video-vga-4.1.0 |
354 |
|
|
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
355 |
|
|
amd64? ( >=x11-drivers/xf86-video-apm-1.1.1 |
356 |
|
|
>=x11-drivers/xf86-video-ark-0.6.0 |
357 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-ati-6.6.0 |
358 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-chips-1.1.1 |
359 |
|
|
>=x11-drivers/xf86-video-cirrus-1.1.0 |
360 |
|
|
>=x11-drivers/xf86-video-cyrix-1.1.0 |
361 |
|
|
>=x11-drivers/xf86-video-glint-1.1.1 |
362 |
|
|
>=x11-drivers/xf86-video-i128-1.2.0 |
363 |
|
|
>=x11-drivers/xf86-video-i810-1.6.0 |
364 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-mga-1.4.1 |
365 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-neomagic-1.1.1 |
366 |
|
|
>=x11-drivers/xf86-video-nv-1.1.1 |
367 |
|
|
>=x11-drivers/xf86-video-rendition-4.1.0 |
368 |
|
|
>=x11-drivers/xf86-video-s3-0.4.1 |
369 |
|
|
>=x11-drivers/xf86-video-s3virge-1.9.1 |
370 |
|
|
>=x11-drivers/xf86-video-savage-2.1.1 |
371 |
|
|
>=x11-drivers/xf86-video-siliconmotion-1.4.1 |
372 |
|
|
>=x11-drivers/xf86-video-sis-0.9.1 |
373 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-sisusb-0.8.1 |
374 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
375 |
|
|
>=x11-drivers/xf86-video-tga-1.1.0 |
376 |
|
|
>=x11-drivers/xf86-video-trident-1.2.1 |
377 |
|
|
>=x11-drivers/xf86-video-tseng-1.1.0 |
378 |
|
|
>=x11-drivers/xf86-video-vesa-1.1.0 |
379 |
|
|
>=x11-drivers/xf86-video-vga-4.1.0 |
380 |
|
|
>=x11-drivers/xf86-video-via-0.2.1 |
381 |
|
|
>=x11-drivers/xf86-video-vmware-10.13.0 |
382 |
|
|
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
383 |
spyderous |
1.2 |
arm? ( >=x11-drivers/xf86-video-ati-6.6.0 |
384 |
|
|
>=x11-drivers/xf86-video-chips-1.1.1 |
385 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-glint-1.1.1 |
386 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-mga-1.4.1 |
387 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-nv-1.1.1 |
388 |
|
|
>=x11-drivers/xf86-video-s3-0.4.1 |
389 |
|
|
>=x11-drivers/xf86-video-s3virge-1.9.1 |
390 |
|
|
>=x11-drivers/xf86-video-savage-2.1.1 |
391 |
|
|
>=x11-drivers/xf86-video-sis-0.9.1 |
392 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-sisusb-0.8.1 |
393 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
394 |
|
|
>=x11-drivers/xf86-video-trident-1.2.1 |
395 |
|
|
>=x11-drivers/xf86-video-vga-4.1.0 |
396 |
|
|
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
397 |
|
|
ia64? ( >=x11-drivers/xf86-video-apm-1.1.1 |
398 |
|
|
>=x11-drivers/xf86-video-ark-0.6.0 |
399 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-ati-6.6.0 |
400 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-chips-1.1.1 |
401 |
|
|
>=x11-drivers/xf86-video-cirrus-1.1.0 |
402 |
|
|
>=x11-drivers/xf86-video-cyrix-1.1.0 |
403 |
|
|
>=x11-drivers/xf86-video-glint-1.1.1 |
404 |
|
|
>=x11-drivers/xf86-video-i128-1.2.0 |
405 |
|
|
>=x11-drivers/xf86-video-i740-1.1.0 |
406 |
|
|
>=x11-drivers/xf86-video-i810-1.6.0 |
407 |
|
|
>=x11-drivers/xf86-video-imstt-1.1.0 |
408 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-mga-1.4.1 |
409 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-neomagic-1.1.1 |
410 |
|
|
>=x11-drivers/xf86-video-nv-1.1.1 |
411 |
|
|
>=x11-drivers/xf86-video-rendition-4.1.0 |
412 |
|
|
>=x11-drivers/xf86-video-s3-0.4.1 |
413 |
|
|
>=x11-drivers/xf86-video-s3virge-1.9.1 |
414 |
|
|
>=x11-drivers/xf86-video-savage-2.1.1 |
415 |
|
|
>=x11-drivers/xf86-video-siliconmotion-1.4.1 |
416 |
|
|
>=x11-drivers/xf86-video-sis-0.9.1 |
417 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-sisusb-0.8.1 |
418 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
419 |
|
|
>=x11-drivers/xf86-video-tga-1.1.0 |
420 |
|
|
>=x11-drivers/xf86-video-trident-1.2.1 |
421 |
|
|
>=x11-drivers/xf86-video-tseng-1.1.0 |
422 |
|
|
>=x11-drivers/xf86-video-vesa-1.1.0 |
423 |
|
|
>=x11-drivers/xf86-video-vga-4.1.0 |
424 |
|
|
>=x11-drivers/xf86-video-via-0.2.1 |
425 |
|
|
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
426 |
geoman |
1.7 |
mips? ( >=x11-drivers/xf86-video-impact-0.2.0 |
427 |
|
|
>=x11-drivers/xf86-video-newport-0.2.0 ) |
428 |
spyderous |
1.2 |
ppc? ( >=x11-drivers/xf86-video-ati-6.6.0 |
429 |
|
|
>=x11-drivers/xf86-video-chips-1.1.1 |
430 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-glint-1.1.1 |
431 |
|
|
>=x11-drivers/xf86-video-imstt-1.1.0 |
432 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-mga-1.4.1 |
433 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-nv-1.1.1 |
434 |
|
|
>=x11-drivers/xf86-video-s3-0.4.1 |
435 |
|
|
>=x11-drivers/xf86-video-s3virge-1.9.1 |
436 |
|
|
>=x11-drivers/xf86-video-savage-2.1.1 |
437 |
|
|
>=x11-drivers/xf86-video-sis-0.9.1 |
438 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-sisusb-0.8.1 |
439 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
440 |
|
|
>=x11-drivers/xf86-video-trident-1.2.1 |
441 |
|
|
>=x11-drivers/xf86-video-vga-4.1.0 |
442 |
|
|
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
443 |
spyderous |
1.2 |
ppc64? ( >=x11-drivers/xf86-video-ati-6.6.0 |
444 |
|
|
>=x11-drivers/xf86-video-mga-1.4.1 |
445 |
|
|
>=x11-drivers/xf86-video-nv-1.1.1 |
446 |
|
|
>=x11-drivers/xf86-video-sisusb-0.8.1 ) |
447 |
|
|
sparc? ( >=x11-drivers/xf86-video-ati-6.6.0 |
448 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-glint-1.1.1 |
449 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-mga-1.4.1 |
450 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-savage-2.1.1 |
451 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-sisusb-0.8.1 |
452 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-sunbw2-1.1.0 |
453 |
|
|
>=x11-drivers/xf86-video-suncg14-1.1.0 |
454 |
|
|
>=x11-drivers/xf86-video-suncg3-1.1.0 |
455 |
|
|
>=x11-drivers/xf86-video-suncg6-1.1.0 |
456 |
|
|
>=x11-drivers/xf86-video-sunffb-1.1.0 |
457 |
|
|
>=x11-drivers/xf86-video-sunleo-1.1.0 |
458 |
|
|
>=x11-drivers/xf86-video-suntcx-1.1.0 |
459 |
|
|
>=x11-drivers/xf86-video-tdfx-1.2.1 |
460 |
|
|
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
461 |
|
|
x86? ( >=x11-drivers/xf86-video-apm-1.1.1 |
462 |
|
|
>=x11-drivers/xf86-video-ark-0.6.0 |
463 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-ati-6.6.0 |
464 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-chips-1.1.1 |
465 |
|
|
>=x11-drivers/xf86-video-cirrus-1.1.0 |
466 |
|
|
>=x11-drivers/xf86-video-cyrix-1.1.0 |
467 |
|
|
>=x11-drivers/xf86-video-glint-1.1.1 |
468 |
|
|
>=x11-drivers/xf86-video-i128-1.2.0 |
469 |
|
|
>=x11-drivers/xf86-video-i740-1.1.0 |
470 |
|
|
>=x11-drivers/xf86-video-i810-1.6.0 |
471 |
|
|
>=x11-drivers/xf86-video-imstt-1.1.0 |
472 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-mga-1.4.1 |
473 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-neomagic-1.1.1 |
474 |
|
|
>=x11-drivers/xf86-video-nsc-2.8.1 |
475 |
|
|
>=x11-drivers/xf86-video-nv-1.1.1 |
476 |
|
|
>=x11-drivers/xf86-video-rendition-4.1.0 |
477 |
|
|
>=x11-drivers/xf86-video-s3-0.4.1 |
478 |
|
|
>=x11-drivers/xf86-video-s3virge-1.9.1 |
479 |
|
|
>=x11-drivers/xf86-video-savage-2.1.1 |
480 |
|
|
>=x11-drivers/xf86-video-siliconmotion-1.4.1 |
481 |
|
|
>=x11-drivers/xf86-video-sis-0.9.1 |
482 |
spyderous |
1.2 |
>=x11-drivers/xf86-video-sisusb-0.8.1 |
483 |
spyderous |
1.1 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
484 |
|
|
>=x11-drivers/xf86-video-tga-1.1.0 |
485 |
|
|
>=x11-drivers/xf86-video-trident-1.2.1 |
486 |
|
|
>=x11-drivers/xf86-video-tseng-1.1.0 |
487 |
|
|
>=x11-drivers/xf86-video-vesa-1.1.0 |
488 |
|
|
>=x11-drivers/xf86-video-vga-4.1.0 |
489 |
|
|
>=x11-drivers/xf86-video-via-0.2.1 |
490 |
|
|
>=x11-drivers/xf86-video-vmware-10.13.0 |
491 |
|
|
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
492 |
|
|
x86-fbsd? ( |
493 |
|
|
>=x11-drivers/xf86-video-vmware-10.13.0 ) |
494 |
|
|
) |
495 |
joshuabaergen |
1.5 |
) )" |
496 |
spyderous |
1.1 |
LICENSE="${LICENSE} MIT" |
497 |
|
|
|
498 |
|
|
pkg_setup() { |
499 |
joshuabaergen |
1.3 |
use minimal || ensure_a_server_is_building |
500 |
spyderous |
1.1 |
|
501 |
|
|
# localstatedir is used for the log location; we need to override the default |
502 |
|
|
# from ebuild.sh |
503 |
|
|
# sysconfdir is used for the xorg.conf location; same applies |
504 |
|
|
|
505 |
|
|
# --enable-xorg needed because darwin defaults off |
506 |
|
|
# --enable-install-setuid needed because sparcs default off |
507 |
|
|
|
508 |
|
|
# SDL only available in kdrive build |
509 |
|
|
if use kdrive && use sdl; then |
510 |
|
|
conf_opts="${conf_opts} --enable-xsdl" |
511 |
|
|
else |
512 |
|
|
conf_opts="${conf_opts} --disable-xsdl" |
513 |
|
|
fi |
514 |
|
|
|
515 |
|
|
# Only Xorg and Xgl support this, and we won't build Xgl |
516 |
|
|
# until it merges to trunk |
517 |
|
|
if use xorg; then |
518 |
|
|
conf_opts="${conf_opts} --with-mesa-source=${WORKDIR}/${MESA_P}" |
519 |
|
|
fi |
520 |
|
|
|
521 |
|
|
CONFIGURE_OPTIONS=" |
522 |
|
|
$(use_enable ipv6) |
523 |
|
|
$(use_enable dmx) |
524 |
|
|
$(use_enable kdrive) |
525 |
|
|
$(use_enable !minimal xvfb) |
526 |
|
|
$(use_enable !minimal xnest) |
527 |
|
|
$(use_enable dri) |
528 |
|
|
$(use_enable xorg) |
529 |
|
|
$(use_enable xprint) |
530 |
|
|
$(use_enable nptl glx-tls) |
531 |
|
|
--sysconfdir=/etc/X11 |
532 |
|
|
--localstatedir=/var |
533 |
|
|
--enable-install-setuid |
534 |
|
|
--with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1 |
535 |
|
|
${conf_opts}" |
536 |
|
|
|
537 |
|
|
local diemsg="You must build xorg-server and mesa with the same nptl USE setting." |
538 |
|
|
if built_with_use media-libs/mesa nptl; then |
539 |
|
|
use nptl || die "${diemsg}" |
540 |
|
|
else |
541 |
|
|
use nptl && die "${diemsg}" |
542 |
|
|
fi |
543 |
|
|
|
544 |
|
|
# (#121394) Causes window corruption |
545 |
|
|
filter-flags -fweb |
546 |
|
|
|
547 |
|
|
# Nothing else provides new enough glxtokens.h |
548 |
|
|
ewarn "Forcing on xorg-x11 for new enough glxtokens.h..." |
549 |
|
|
OLD_IMPLEM="$(eselect opengl show)" |
550 |
|
|
eselect opengl set --impl-headers ${OPENGL_DIR} |
551 |
|
|
} |
552 |
|
|
|
553 |
|
|
src_unpack() { |
554 |
|
|
x-modular_specs_check |
555 |
|
|
x-modular_dri_check |
556 |
|
|
x-modular_unpack_source |
557 |
|
|
x-modular_patch_source |
558 |
|
|
|
559 |
|
|
# Set up kdrive servers to build |
560 |
|
|
if use kdrive; then |
561 |
|
|
einfo "Removing unused kdrive drivers ..." |
562 |
|
|
for card in ${IUSE_VIDEO_CARDS}; do |
563 |
joshuabaergen |
1.4 |
# (bug #136370) Radeon needs fbdev and vesa |
564 |
|
|
if use video_cards_radeon; then |
565 |
|
|
if [[ ${card} = video_cards_fbdev ]] \ |
566 |
|
|
|| [[ ${card} = video_cards_vesa ]]; then |
567 |
|
|
continue |
568 |
|
|
fi |
569 |
|
|
fi |
570 |
|
|
|
571 |
spyderous |
1.1 |
real_card=${card#video_cards_} |
572 |
|
|
|
573 |
|
|
# Differences between VIDEO_CARDS name and kdrive server name |
574 |
|
|
real_card=${real_card/glint/pm2} |
575 |
|
|
real_card=${real_card/radeon/ati} |
576 |
|
|
real_card=${real_card/nv/nvidia} |
577 |
|
|
real_card=${real_card/siliconmotion/smi} |
578 |
|
|
real_card=${real_card/%sis/sis300} |
579 |
|
|
if ! use ${card}; then |
580 |
|
|
ebegin " ${real_card}" |
581 |
|
|
sed -i \ |
582 |
|
|
-e "s:\b${real_card}\b::g" \ |
583 |
|
|
${S}/hw/kdrive/Makefile.am \ |
584 |
|
|
|| die "sed of ${real_card} failed" |
585 |
|
|
eend |
586 |
|
|
fi |
587 |
|
|
|
588 |
|
|
done |
589 |
|
|
|
590 |
|
|
# smi and via are the only things on line 2. If line 2 ends up blank, |
591 |
|
|
# we need to get rid of the backslash at the end of line 1. |
592 |
|
|
if ! use video_cards_siliconmotion && ! use video_cards_via; then |
593 |
|
|
sed -i \ |
594 |
|
|
-e "s:^\(VESA_SUBDIRS.*\)\\\:\1:g" \ |
595 |
|
|
${S}/hw/kdrive/Makefile.am |
596 |
|
|
fi |
597 |
|
|
fi |
598 |
|
|
|
599 |
|
|
# Make sure eautoreconf gets run if we need the autoconf/make |
600 |
|
|
# changes. |
601 |
|
|
if [[ ${SNAPSHOT} != "yes" ]]; then |
602 |
|
|
if use kdrive || use xprint; then |
603 |
|
|
eautoreconf |
604 |
|
|
fi |
605 |
|
|
fi |
606 |
|
|
x-modular_reconf_source |
607 |
|
|
} |
608 |
|
|
|
609 |
|
|
src_install() { |
610 |
|
|
x-modular_src_install |
611 |
|
|
|
612 |
|
|
dynamic_libgl_install |
613 |
|
|
|
614 |
|
|
server_based_install |
615 |
|
|
} |
616 |
|
|
|
617 |
|
|
pkg_postinst() { |
618 |
|
|
switch_opengl_implem |
619 |
joshuabaergen |
1.13 |
|
620 |
|
|
# Bug #135544 |
621 |
|
|
ewarn "Users of reduced blanking now need:" |
622 |
|
|
ewarn " Option \"ReducedBlanking\"" |
623 |
|
|
ewarn "In the relevant Monitor section(s)." |
624 |
|
|
ewarn "Make sure your reduced blanking modelines are safe!" |
625 |
spyderous |
1.1 |
} |
626 |
|
|
|
627 |
|
|
pkg_postrm() { |
628 |
|
|
# Get rid of module dir to ensure opengl-update works properly |
629 |
|
|
if ! has_version x11-base/xorg-server; then |
630 |
|
|
if [ -e ${ROOT}/usr/$(get_libdir)/xorg/modules ]; then |
631 |
|
|
rm -rf ${ROOT}/usr/$(get_libdir)/xorg/modules |
632 |
|
|
fi |
633 |
|
|
fi |
634 |
|
|
} |
635 |
|
|
|
636 |
|
|
dynamic_libgl_install() { |
637 |
|
|
# next section is to setup the dynamic libGL stuff |
638 |
|
|
ebegin "Moving GL files for dynamic switching" |
639 |
|
|
dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/extensions |
640 |
|
|
local x="" |
641 |
|
|
for x in ${D}/usr/$(get_libdir)/xorg/modules/extensions/libglx*; do |
642 |
|
|
if [ -f ${x} -o -L ${x} ]; then |
643 |
|
|
mv -f ${x} ${D}/usr/$(get_libdir)/opengl/${OPENGL_DIR}/extensions |
644 |
|
|
fi |
645 |
|
|
done |
646 |
|
|
eend 0 |
647 |
|
|
} |
648 |
|
|
|
649 |
|
|
server_based_install() { |
650 |
|
|
use xprint && xprint_src_install |
651 |
|
|
|
652 |
|
|
if ! use xorg; then |
653 |
|
|
rm ${D}/usr/share/man/man1/Xserver.1x \ |
654 |
|
|
${D}/usr/$(get_libdir)/xserver/SecurityPolicy \ |
655 |
|
|
${D}/usr/$(get_libdir)/pkgconfig/xorg-server.pc \ |
656 |
|
|
${D}/usr/share/man/man1/Xserver.1x |
657 |
|
|
fi |
658 |
|
|
} |
659 |
|
|
|
660 |
|
|
switch_opengl_implem() { |
661 |
|
|
# Switch to the xorg implementation. |
662 |
|
|
# Use new opengl-update that will not reset user selected |
663 |
|
|
# OpenGL interface ... |
664 |
|
|
echo |
665 |
|
|
# eselect opengl set --use-old ${OPENGL_DIR} |
666 |
|
|
eselect opengl set ${OLD_IMPLEM} |
667 |
|
|
} |
668 |
|
|
|
669 |
|
|
xprint_src_install() { |
670 |
|
|
# RH-style init script, we provide a wrapper |
671 |
|
|
exeinto /usr/$(get_libdir)/misc |
672 |
|
|
doexe ${S}/Xprint/etc/init.d/xprint |
673 |
|
|
# Patch init script for fonts location |
674 |
|
|
sed -e 's:/lib/X11/fonts/:/share/fonts/:g' \ |
675 |
|
|
-i ${D}/usr/$(get_libdir)/misc/xprint |
676 |
|
|
# Install the wrapper |
677 |
|
|
newinitd ${FILESDIR}/xprint.init xprint |
678 |
|
|
# Install profile scripts |
679 |
|
|
insinto /etc/profile.d |
680 |
|
|
doins ${S}/Xprint/etc/profile.d/xprint* |
681 |
|
|
insinto /etc/X11/xinit/xinitrc.d |
682 |
|
|
newins ${S}/Xprint/etc/Xsession.d/cde_xsessiond_xprint.sh \ |
683 |
|
|
92xprint-xpserverlist.sh |
684 |
|
|
# Patch profile scripts |
685 |
|
|
sed -e "s:/bin/sh.*get_xpserverlist:/usr/$(get_libdir)/misc/xprint \ |
686 |
|
|
get_xpserverlist:g" -i ${D}/etc/profile.d/xprint* \ |
687 |
|
|
${D}/etc/X11/xinit/xinitrc.d/92xprint-xpserverlist.sh |
688 |
|
|
# Move profile scripts, we can't touch /etc/profile.d/ in Gentoo |
689 |
|
|
dodoc ${D}/etc/profile.d/xprint* |
690 |
|
|
rm -f ${D}/etc/profile.d/xprint* |
691 |
|
|
} |
692 |
|
|
|
693 |
|
|
ensure_a_server_is_building() { |
694 |
|
|
for server in ${IUSE_SERVERS}; do |
695 |
|
|
use ${server} && return; |
696 |
|
|
done |
697 |
|
|
eerror "You need to specify at least one server to build." |
698 |
|
|
eerror "Valid servers are: ${IUSE_SERVERS}." |
699 |
|
|
die "No servers were specified to build." |
700 |
|
|
} |