1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/kdrive-4.3.0-r1.ebuild,v 1.1 2003/09/16 09:25:28 spyderous Exp $
# If you don't want to build the Xvesa server, do this.
# VESA="no" emerge kdrive
# Make sure Portage does _NOT_ strip symbols. We will do it later and make sure
# that only we only strip stuff that are safe to strip ...
RESTRICT="nostrip"
IUSE="ipv6 xinerama fbdev"
# VIDEO_CARDS="savage trident sis trio ts300 mach64 i810 igs"
filter-flags "-funroll-loops"
ALLOWED_FLAGS="-fstack-protector -march -mcpu -O -O1 -O2 -O3 -pipe"
# Recently there has been a lot of stability problem in Gentoo-land. Many
# things can be the cause to this, but I believe that it is due to gcc3
# still having issues with optimizations, or with it not filtering bad
# combinations (protecting the user maybe from themselves) yet.
#
# This can clearly be seen in large builds like glibc, where too aggressive
# CFLAGS cause the tests to fail miserbly.
#
# Quote from Nick Jones <carpaski@gentoo.org>, who in my opinion
# knows what he is talking about:
#
# People really shouldn't force code-specific options on... It's a
# bad idea. The -march options aren't just to look pretty. They enable
# options that are sensible (and include sse,mmx,3dnow when apropriate).
#
# The next command strips CFLAGS and CXXFLAGS from nearly all flags. If
# you do not like it, comment it, but do not bugreport if you run into
# problems.
#
# <azarah@gentoo.org> (13 Oct 2002)
strip-flags
# Are we using a snapshot ?
USE_SNAPSHOT="no"
PATCHVER="0.2"
PATCHDIR="${WORKDIR}/patch"
BASE_PV="${PV}"
MY_SV="${BASE_PV//\.}"
S="${WORKDIR}/xc"
SRC_PATH0="ftp://ftp.xfree.org/pub/XFree86/${BASE_PV}/source"
SRC_PATH1="ftp://ftp1.sourceforge.net/pub/mirrors/XFree86/${BASE_PV}/source"
HOMEPAGE="http://www.xfree.org"
SRC_URI="${SRC_PATH0}/X${MY_SV}src-1.tgz
${SRC_PATH0}/X${MY_SV}src-2.tgz
${SRC_PATH0}/X${MY_SV}src-3.tgz
${SRC_PATH1}/X${MY_SV}src-1.tgz
${SRC_PATH1}/X${MY_SV}src-2.tgz
${SRC_PATH1}/X${MY_SV}src-3.tgz
mirror://gentoo/${P}-gentoo-${PATCHVER}.tar.bz2"
LICENSE="X11"
SLOT="0"
KEYWORDS="x86"
DEPEND=">=sys-apps/baselayout-1.8.3
>=sys-libs/ncurses-5.1
>=sys-libs/zlib-1.1.3-r2
>=sys-devel/flex-2.5.4a-r5
>=dev-libs/expat-1.95.3
>=sys-apps/sed-4
dev-lang/perl
media-libs/libpng
pam? ( >=sys-libs/pam-0.75 )"
PROVIDE="virtual/x11"
#inherit needs to happen *after* DEPEND has been defined to have "newdepend"
#do the right thing. Otherwise RDEPEND doesn't get set properly.
inherit eutils flag-o-matic gcc xfree
DESCRIPTION="Xfree86: famous and free X server. Tiny version (Kdrive)"
vesa() {
has "$1" "${VESA}"
}
src_unpack() {
# Unpack and patch source
unpack ${A}
# Update from Keith Packard's CVS repo, www.keithp.com
epatch ${PATCHDIR}/kdrive-keithp-CVS-20030707.patch
# XFree86 patch
epatch ${PATCHDIR}/XFree86-4.2.99.1-kdrive-posix-sigaction.patch
ebegin "Setting up config/cf/host.def"
cd ${S}
touch config/cf/host.def
echo "#define XVendorString \"Gentoo Linux (TinyX ${PV}, revision ${PR})\"
#define KDriveXServer YES
#define TinyXServer YES
#define ProjectRoot /usr/X11R6
#define BuildLBX YES
#define BuildDBE YES
#define KdriveServerExtraDefines -DPIXPRIV
#define BuildRandR YES
#define BuildXInputLib YES
#define BuildXTrueType NO
#define BuildScreenSaverExt YES
#define BuildScreenSaverLibrary YES
#define SharedLibXss YES
#define ServerXdmcpDefines -DXDMCP
#define BuildFonts NO" >>config/cf/host.def
# As far as I know, you can't use Xwrapper for multiple X servers,
# so we have to suid Xfbdev and Xvesa. mharris (redhat) also does
# this.
echo "#define InstallXserverSetUID YES" >> config/cf/host.def
echo "#define BuildServersOnly YES" >> config/cf/host.def
# Bug #12775 .. fails with -Os.
replace-flags "-Os" "-O2"
if [ "`gcc-version`" != "2.95" ]
then
# Should fix bug #4189. gcc-3.x have problems with -march=pentium4
# and -march=athlon-tbird
replace-flags "-march=pentium4" "-march=pentium3"
replace-flags "-march=athlon-tbird" "-march=athlon"
# Without this, modules breaks with gcc3
if [ "`gcc-version`" = "3.1" ]
then
append-flags "-fno-merge-constants"
append-flags "-fno-merge-constants"
fi
fi
if [ "`uname -r | cut -d. -f1,2`" != "2.2" ]
then
echo "#define HasLinuxInput YES" >> config/cf/host.def
fi
echo "#define OptimizedCDebugFlags ${CFLAGS}" >> config/cf/host.def
echo "#define OptimizedCplusplusDebugFlags ${CXXFLAGS}" >> config/cf/host.def
if use debug
then
echo "#define XFree86Devel YES" >> config/cf/host.def
echo "#define DoLoadableServer NO" >>config/cf/host.def
else
# use less ram .. got this from Spider's makeedit.eclass :)
echo "#define GccWarningOptions -Wno-return-type -w" \
>> config/cf/host.def
fi
if [ "${ARCH}" = "x86" ] && false # Let X decide this
then
# optimize for architecture
if use mmx
then
echo "#define HasMMXSupport YES" >> config/cf/host.def
else
echo "#define HasMMXSupport NO" >> config/cf/host.def
fi
if use mmx && use 3dnow
then
echo "#define Has3DNowSupport YES" >> config/cf/host.def
else
echo "#define Has3DNowSupport NO" >> config/cf/host.def
fi
if use mmx && use sse
then
echo "#define HasKatmaiSupport YES" >> config/cf/host.def
else
echo "#define HasKatmaiSupport NO" >> config/cf/host.def
fi
fi
# Xvesa isn't available on non-x86, non-gcc platforms.
# See http://lists.debian.org/debian-x/2000/debian-x-200012/msg00029.html
if vesa no
then
echo "#define XvesaServer NO" >> config/cf/host.def
else
if [ "${ARCH}" != "x86" ]
then
echo "#define XvesaServer NO" >> config/cf/host.def
else
echo "#define XvesaServer YES" >> config/cf/host.def
fi
fi
if use fbdev
then
echo "#define XfbdevServer YES" >> config/cf/host.def
else
echo "#define XfbdevServer NO" >> config/cf/host.def
fi
if use ipv6
then
echo "#define HasIPv6 YES" >> config/cf/host.def
fi
if use xinerama
then
echo "#define BuildXinerama YES" >> config/cf/host.def
# Don't know if this is necessary. Probably.
echo "#define BuildXineramaLibrary YES" >> config/cf/host.def
fi
# By default, this will build a server with no support for scalable
# fonts (but support for built-in ``fixed'' and ``cursor'' fonts, and
# normal support for bitmap fonts and font-server provided fonts).
# if use video_cards_savage
if vcards savage
then
echo "#define XSavageServer YES" >> config/cf/host.def
fi
# if use video_cards_trident
if vcards trident
then
echo "#define XTridentServer YES" >> config/cf/host.def
fi
# if use video_cards_sis
if vcards sis
then
echo "#define XSis530Server YES" >> config/cf/host.def
fi
# if use video_cards_trio
if vcards trio
then
echo "#define XTrioServer YES" >> config/cf/host.def
fi
# if use video_cards_ts300
if vcards ts300
then
echo "#define XTS300Server YES" >> config/cf/host.def
fi
# if use video_cards_igs
if vcards igs
then
echo "#define XIgsServer YES" >> config/cf/host.def
fi
# if use video_cards_i810
if vcards i810
then
echo "#define Xi810Server YES" >> config/cf/host.def
fi
# if use video_cards_mach64
if vcards mach64
then
echo "#define Xmach64Server YES" >> config/cf/host.def
fi
eend 0
}
src_compile() {
# Set MAKEOPTS to have proper -j? option ..
get_number_of_jobs
# If a user defines the MAKE_OPTS variable in /etc/make.conf instead of
# MAKEOPTS, they'll redefine an internal XFree86 Makefile variable and the
# xfree build will silently die. This is tricky to track down, so I'm
# adding a preemptive fix for this issue by making sure that MAKE_OPTS is
# unset. (drobbins, 08 Mar 2003)
unset MAKE_OPTS
einfo "Building XFree86..."
emake World || die
# Build man
ebegin "Making and installing man pages..."
local M=${WORKDIR}/man
mkdir ${M}
make install.man DESTDIR=${M} || die
eend 0
}
src_install() {
exeinto /usr/X11R6/bin
if [ -z "`vesa no`" ]
then
doexe programs/Xserver/Xvesa
fperms 4755 /usr/X11R6/bin/Xvesa
fi
if use fbdev
then
doexe programs/Xserver/Xfbdev
fperms 4755 /usr/X11R6/bin/Xfbdev
fi
# if use video_cards_savage
if vcards savage
then
doexe programs/Xserver/Xsavage
fperms 4755 /usr/X11R6/bin/Xsavage
fi
# if use video_cards_trident
if vcards trident
then
doexe programs/Xserver/Xtrident
fperms 4755 /usr/X11R6/bin/Xtrident
fi
# if use video_cards_sis
if vcards sis
then
doexe programs/Xserver/Xsis530
fperms 4755 /usr/X11R6/bin/Xsis530
fi
# if use video_cards_trio
if vcards trio
then
doexe programs/Xserver/Xtrio
fperms 4755 /usr/X11R6/bin/Xtrio
fi
# if use video_cards_ts300
if vcards ts300
then
doexe programs/Xserver/Xts300
fperms 4755 /usr/X11R6/bin/Xts300
fi
# if use video_cards_igs
if vcards igs
then
doexe programs/Xserver/Xigs
fperms 4755 /usr/X11R6/bin/Xigs
fi
# if use video_cards_i810
if vcards i810
then
doexe programs/Xserver/Xi810
fperms 4755 /usr/X11R6/bin/Xi810
fi
# if use video_cards_mach64
if vcards mach64
then
doexe programs/Xserver/Xmach64
fperms 4755 /usr/X11R6/bin/Xmach64
fi
# We also need to install our startx script.
exeinto /usr/X11R6/bin
doexe ${PATCHDIR}/startxkd
local M=${WORKDIR}/man
if use fbdev
then
doman -x11 ${M}/usr/X11R6/man/man1/Xfbdev.1x
fi
if [ -z "`vesa no`" ]
then
doman -x11 ${M}/usr/X11R6/man/man1/Xvesa.1x
fi
doman -x11 ${M}/usr/X11R6/man/man1/Xkdrive.1x
}
pkg_postinst() {
einfo "You may edit /usr/X11R6/bin/startxkd to your preferences."
einfo "Xvesa is the default."
einfo "Or you can use something like:"
einfo "\"xinit -- /usr/X11R6/bin/Xvesa :0 -screen 1280x1024x16 -nolisten tcp\"."
einfo "Your ~/.xinitrc will be used if you use xinit."
}
|