summaryrefslogtreecommitdiff
blob: f4eb4e3b68d01e99f1d955756891784c76b54806 (plain)
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
# ChangeLog for x11-base/xfree-drm
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree-drm/ChangeLog,v 1.66 2004/04/08 23:09:54 spyderous Exp $

  08 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r8.ebuild:
  Change KEYWORDS to ~x86 only, at genone's request.

  08 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r8.ebuild:
  Drop kmod from inherit since it's not around yet.

*xfree-drm-4.3.0-r8 (06 Apr 2004)

  06 Apr 2004; Bryan Stine <bryan@gentoo.org> xfree-drm-4.3.0-r8.ebuild:
  Added in-development version 4.3.0-r8. This is not ready for use yet. Changes
  from previous include handling 2.6 kernels and the modules.d fix. I may have
  forgotten something here and there may be more coming.

  20 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r2.ebuild:
  Pull old version. It was the only stable on amd64, but amd64 doesn't support
  2.4 kernels (#39175).

  16 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; :
  Fixing root@gentoo.org changelog entry.

  14 Mar 2004; Bryan Stine <battousai@gentoo.org> xfree-drm-4.3.0-r7.ebuild,
  files/modules.d-xfree-drm:
  Changed the location where modules get installed to /lib/modules/KV/xfree-drm.
  Consequently, I added the modules.d template to files/.

  09 Mar 2004; <agriffis@gentoo.org> xfree-drm-4.3.0-r7.ebuild:
  stable on alpha and ia64

  21 Feb 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  Move einfo for patch exclusion from xfree eclass to ebuild.

  21 Feb 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  PATCH_VER 0.4. Add 210_ppc_mach64-drm-ioremap-agp.patch, made by David Holm
  <dholm@gentoo.org> on bug #40314. Also contains a remade
  010_ppc_drm-ioremap-agp.patch, again thanks to David. Change numbering of
  patches also.

  21 Feb 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  Start using new patch_exclude() from xfree.eclass for patch exclusion.

  21 Feb 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  Cleanup, mostly comments and quotes.

  15 Feb 2004; David Holm <dholm@gentoo.org> xfree-drm-4.3.0-r7.ebuild:
  Fixed broken ioremap patch and added to ~ppc.

  10 Feb 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  Fixing for ppc mach64 -- ioremap patch is broken. Trying without it for now to
  see whether things work. David Holm <dholm@gentoo.org> reports it works with
  forced PCI mode.

  09 Feb 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  Adding warning about insecurity of mach64.

  09 Feb 2004; Aron Griffis <agriffis@gentoo.org> xfree-drm-4.3.0-r7.ebuild:
  Add ~alpha and ~ia64. matrox, i810 and i830 fail to build on alpha, but I'll
  wait for that to be an issue for somebody before trying to fix it

  08 Feb 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Use portage internal USE_EXPAND instead of xfree.eclass vcards(), add
  IUSE_VIDEO_CARDS line.

  23 Jan 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  Marking stable on x86. It's been in testing for a month and a half without a
  whisper. Keep in mind that the gatos USE flag only works in combination with
  the gatos USE flag on 4.3.0-r4 (soon to be released) and the ati-gatos
  package.

  19 Jan 2004; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r2.ebuild, xfree-drm-4.3.0-r6.ebuild,
  xfree-drm-4.3.0-r7.ebuild:
  Changing homepage to dri.sf.net.

  16 Dec 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  PATCH_VER 0.3. Update to 004_all_radeon-rage128-pci-id-updates-v2.patch, which
  adds IGP cards and fixes a small typo in the naming of another card.

  14 Dec 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  PATCH_VER 0.2. Added 004_all_radeon-rage128-pci-id-updates.patch to try to
  help newer cards work better. For standard DRM only.

*xfree-drm-4.3.0-r7 (08 Dec 2003)

  08 Dec 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r7.ebuild:
  20031202 snapshot. Adds support for mach64. Also adds initial support for
  gatos, accompanied by USE=gatos in xfree and a coming ati-gatos ebuild.
  Obsoletes USE for video cards, moving to VIDEO_CARDS.

  05 Dec 2003; <agriffis@gentoo.org> xfree-drm-4.3.0-r6.ebuild:
  Stable on ia64

  24 Nov 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Added warning for genkernel users to change processor type to something
  greater than 386.

  20 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Making warning for uncompiled kernel more verbose. Bug #31556.

  16 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Making 2.6 kernel warning more verbose.

  14 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Revert sis300 to sis, makes things easier.

  14 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Moving VIDEO_CARDS=sis to sis300 to make it more clear that it doesn't work on
  315 series. Preventing xfree-drm from emerging on 2.6 kernels, it doesn't work
  yet so the kernel DRM must be used. Adding warning for SiS.

  04 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r3.ebuild, xfree-drm-4.3.0-r4.ebuild,
  xfree-drm-4.3.0-r5.ebuild:
  Pulling broken versions.

  29 Sep 2003; Aron Griffis <agriffis@gentoo.org> xfree-drm-4.3.0-r6.ebuild:
  Stable on alpha

  12 Aug 2003; Donnie Berkholz <spyderous@gentoo.org>
  xfree-drm-4.3.0-r6.ebuild: Fixes for bug #25598 and bug #24415, general
  cleanup.

  28 Jul 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Bumped patchset to 0.3 to fix ppc problems with ioremap patch.

  27 Jul 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Added drm-ioremap patch to fix PPC build.

  22 Jul 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Moving to stable on x86. ppc still having issues.

  16 Jul 2003; Donnie Berkholz <spyderous@gentoo.org> xfree-drm-4.3.0-r6.ebuild:
  Moved to ~arch for x86 and alpha. Still needs work for ppc.

*xfree-drm-4.3.0-r6 (14 Jul 2003)

  14 Jul 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r6.ebuild:
  Fixed Makefile so it actually uses /usr/src/linux, fixed sandbox issues,
  updated drm to fix various bugs including i810 problems, fixed pte_offset
  unresolved symbols issue.

  13 Jul 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r3.ebuild, xfree-drm-4.3.0-r5.ebuild:
  Moving -r3 through -r5 to -ppc.

  07 Jul 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r5.ebuild:
  Moving to ~arch after MTRR_TYPE_WRCOMB problems with -r4.

*xfree-drm-4.3.0-r5 (01 Jul 2003)

  01 Jul 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r5.ebuild:
  Updating to today's DRI, in hopes of solving a couple of problems with
  MTRR_TYPE_WRCOMB. Masked for testing.

  30 Jun 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r4.ebuild:
  Changed XFREE_CARDS to VIDEO_CARDS so non-xfree apps can use it. Also made the
  USE + VIDEO_CARDS work better.

  29 Jun 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r4.ebuild:
  Moved to -ppc until the patch works.

  29 Jun 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r4.ebuild:
  Add xfree.eclass for better XFREE_CARDS functionality.

  29 Jun 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r4.ebuild:
  Updated patch to fix sis not working.

*xfree-drm-4.3.0-r4 (29 Jun 2003)

  29 Jun 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r4.ebuild:
  Updated sources to June 18 CVS. Added XFREE_CARDS functionality and deprecated
  USE for video cards, similar to ALSA_CARDS for ALSA.

  27 Jun 2003; Donnie Berkholz <spyderous@gentoo.org>;
  xfree-drm-4.3.0-r3.ebuild:
  Now dies with error instead of compiling all modules when none are specified.
  Also doesn't compile modules twice anymore.

  15 Jun 2003; Seemant Kulleen <seemant@gentoo.org> xfree-drm-4.3.0-r3.ebuild:
  reverting

  14 Jun 2003; Seemant Kulleen <seemant@gentoo.org> xfree-drm-4.3.0-r3.ebuild:
  Magnade in #gentoo-dev fixed up the Makefile so that it installs all the
  modules by default. Many thanks to him

*xfree-drm-4.3.0-r3 (14 Jun 2003)

  14 Jun 2003; Seemant Kulleen <seemant@gentoo.org> xfree-drm-4.3.0-r1.ebuild,
  xfree-drm-4.3.0-r2.ebuild, xfree-drm-4.3.0-r3.ebuild,
  xfree-drm-4.3.0.ebuild, files/xfree-drm-4.3.0-gentoo-Makefile-fixup.patch,
  files/xfree-drm-4.3.0-gentoo-ppc-Makefile-fixup.patch,
  files/xfree-drm-4.3.0-r2-dristat.patch,
  files/xfree-drm-4.3.0-r2-drm-ioremap.patch,
  files/xfree-drm-4.3.0-r2-gentoo-Makefile-fixup.patch,
  files/xfree-drm-4.3.0-r2-radeon-resume-v8.patch:
  moved patches to mirrors. Also version bump to a more recent snapshot, with
  daenzer's patches. This excellent work and the -r3 ebuild comes to you from
  spyderous, who is Donnie Berkholz <donnie.berkholz@richmond.edu>

  24 Apr 2003; Michael Fitzpatrick <leahcim@gentoo.org>
  xfree-drm-4.3.0-r2.ebuild, files/xfree-drm-4.3.0-r2-dristat.patch: Add
  dristat (modified patch from Mathias Hasselmann) bug #18799. Fixed slot.

  23 Apr 2003; Luca Barbato <lu_zero@gentoo.org>
  xfree-drm-4.3.0-r2.ebuild, xfree-drm-4.3.0.ebuild:
  Fix the KV issue.

*xfree-drm-4.3.0-r2 (22 Apr 2003)

  22 Apr 2003; Michael Fitzpatrick <leahcim@gentoo.org>
  xfree-drm-4.3.0-r2.ebuild, files/digest-xfree-drm-4.3.0-r2,
  files/xfree-drm-4.3.0-r2-gentoo-Makefile-fixup.patch,
  files/xfree-drm-4.3.0-r2-radeon-resume-v8.patch : 
  Combine x86 and ppc builds. Added "radeon resume/suspend" patch. 

  24 Mar 2003; Martin Schlemmer <azarah@gentoo.org> xfree-drm-4.3.0.ebuild :
  Update to rather use the "more official" DRM sources from
  http://www.xfree86.org/~alanh/.  I did though rather create a date versioned
  tarball on ibibilo, as they are only versioned on that site with the release
  version of XFree86, and might change in future (bugfixes, etc).

*xfree-drm-4.3.0-r1 (02 Mar 2003)

  15 Mar 2003; Mark Guertin <gerk@gentoo.org> xfree-drm-4.3.0-r1.ebuild :
  set ppc in keywords

  02 Mar 2003; Mark Guertin <gerk@gentoo.org> xfree-drm-4.3.0-r1.ebuild files/digest-xfree-drm-4.3.0-r1 :
  rev bump to match current xfree

*xfree-drm-4.3.0 (28 Feb 2003)

  21 Apr 2003; Seemant Kulleen <seemant@gentoo.org> Manifest,
  xfree-drm-4.3.0.ebuild:
  changed to stable x86. Awaiting leachim's -r2 which combines x86 and ppc (and
  others?)

  25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xfree-drm-4.3.0.ebuild:
  changed ibm USE to i8x0 USE which is more accurate. Thanks to: Marcin Wisnicki
  <wisnia21@freeshell.org> in bug #18046

  17 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xfree-drm-4.3.0.ebuild:
  use KVERS which gets running kernel's version, instead of KV. Closes bug
  #17545 by Sankara Krishnamoorthy <snkmoorthy@netscape.net>

  05 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xfree-drm-4.3.0.ebuild:
  using USE variables to determine which specific modules to install

  28 Feb 2003; Seemant Kulleen <seemant@gentoo.org> xfree-drm-4.3.0.ebuild,
  files/xfree-drm-4.3.0-gentoo-Makefile-fixup.patch:
  version bump to match xfree's version

*xfree-drm-4.2.99.902 (26 Feb 2003)

  26 Feb 2003; Seemant Kulleen <seemant@gentoo.org> xfree-drm-4.2.99.902.ebuild files/digest-xfree-drm-4.2.99.902 files/xfree-drm-4.2.99.902-gentoo-Makefile-fixup.patch :
  version bump to match newest X snapshot

*xfree-drm-4.2.99.4-r1 (07 Feb 2003)

  19 Feb 2003; Mark Guertin <gerk@gentoo.org> xfree-drm-4.2.99.4-r1.ebuild :
  set -r1 to ~ppc only, had major issues with portage eating digests cause it couldn't deal with all the SRC_URI juggling with x86 vs. ppc.

  08 Feb 2003; Seemant Kulleen <seemant@gentoo.org>
  files/digest-xfree-drm-4.2.99.4-r1 :

  Added digest

  07 Feb 2003; Mark Guertin <gerk@gentoo.org> xfree-drm-4.2.99.4-r1.ebuild
  files/xfree-drm-4.2.99.4-gentoo-ppc-Makefile-fixup.patch:
  Major reworking of parts for ppc sections.  Using a drm tarball.
  x86 not set at all as it's not tested yet (method stays same for 
  x86). Set only as ~ppc

*xfree-drm-4.2.99.4 (03 Feb 2003)

  03 Feb 2003; Seemant Kulleen <seemant@gentoo.org>
  xfree-drm-4.2.99.4.ebuild
  files/xfree-drm-4.2.99.4-gentoo-Makefile-fixup.patch
  files/digest-xfree-drm-4.2.99.4 :

  version bump for newer snapshot

*xfree-drm-4.2.99.3 (03 Feb 2003)

  03 Feb 2003; Martin Schlemmer <azarah@gentoo.org> xfree-drm-4.2.99.3.ebuild
  files/xfree-drm-4.2.99.3-gentoo-Makefile-fixup.patch
  files/digest-xfree-drm-4.2.99.3 :

  Initial version submitted by myself.