summaryrefslogtreecommitdiff
blob: 65ca42320252ee14285ffbd2a6779fad1cf26661 (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
# ChangeLog for media-libs/svgalib
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/ChangeLog,v 1.68 2006/06/04 09:50:17 vapier Exp $

  04 Jun 2006; Mike Frysinger <vapier@gentoo.org>
  +files/svgalib-1.9.24-all_devices.patch, svgalib-1.9.24.ebuild:
  Fix by Pablo De Nápoli to make sure all_devices is an exported symbol
  #133936 by Walter Meinl.

  23 Apr 2006; John Mylchreest <johnm@gentoo.org> svgalib-1.9.24.ebuild:
  Honour kbuild_output correctly.

  12 Feb 2006; Mike Frysinger <vapier@gentoo.org>
  files/svgalib-1.9.24-linux2.6.patch:
  Fix building on 2.4 kernels #122565 by André Terpstra.

*svgalib-1.9.24 (07 Feb 2006)

  07 Feb 2006; Mike Frysinger <vapier@gentoo.org>
  +files/svgalib-1.9.24-linux2.6.patch, +svgalib-1.9.24.ebuild:
  Version bump.

  04 Jan 2006; Mike Frysinger <vapier@gentoo.org>
  files/svgalib-1.9.21-linux2.6.patch:
  Fix by Aquila for building with linux-2.6.15 #115316 by Martin Mokrejs.

*svgalib-1.9.23 (01 Nov 2005)

  01 Nov 2005; Mike Frysinger <vapier@gentoo.org>
  +files/svgalib-1.9.23-gentoo.patch, +svgalib-1.9.23.ebuild:
  Version bump.

*svgalib-1.9.21-r1 (11 Sep 2005)

  11 Sep 2005; Daniel Drake <dsd@gentoo.org> files/svgalib.udev.rules.d,
  -svgalib-1.9.21.ebuild, +svgalib-1.9.21-r1.ebuild:
  udev rules fix

  23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> svgalib-1.9.21.ebuild:
  Don't use cp -a.

  15 May 2005; Stefan Schweizer <genstef@gentoo.org> svgalib-1.9.21.ebuild:
  Fix compiling with portage-cvs

  07 May 2005; Mike Frysinger <vapier@gentoo.org> svgalib-1.9.21.ebuild:
  Add a local USE flag no-helper to allow people to use svgalib on non-x86
  arches w/out the helper module.

  07 May 2005; Mike Frysinger <vapier@gentoo.org>
  +files/svgalib.udev.perms.d, +files/svgalib.udev.rules.d,
  svgalib-1.9.21.ebuild:
  Install permission files for udev only with older versions; use rules files
  for newer versions #91733 by John Mylchreest.

*svgalib-1.9.21 (24 Apr 2005)

  24 Apr 2005; Mike Frysinger <vapier@gentoo.org>
  +files/svgalib-1.9.21-gentoo.patch, +files/svgalib-1.9.21-linux2.6.patch,
  +svgalib-1.9.21.ebuild:
  Version bump #90175 by Peter Gordon.

  06 Feb 2005; Mike Frysinger <vapier@gentoo.org>
  +files/svgalib-1.9.19-gcc4.patch, svgalib-1.9.19-r3.ebuild:
  Add gcc-4 patch by Peter Gordon #80668.

*svgalib-1.9.19-r3 (23 Jan 2005)

  23 Jan 2005; Daniel Drake <dsd@gentoo.org> -svgalib-1.9.19-r2.ebuild,
  +svgalib-1.9.19-r3.ebuild:
  Really fix the devfs problem, by putting the new rules file in the right place.

*svgalib-1.9.19-r2 (23 Jan 2005)

  23 Jan 2005; Daniel Drake <dsd@gentoo.org>
  files/svgalib-1.9.19-linux2.6.patch, +svgalib-1.9.19-r2.ebuild:
  Fix bug #78894 by making sysfs support always activate on 2.6 no matter if
  devfs is enabled or not, and by restarting devfsd after merging to create the
  /dev/svga symlink. Also add a udev permissions file so that manual chmod is
  not needed, the user simply needs to be in the 'video' group.

  13 Jan 2005; Daniel Drake <dsd@gentoo.org> files/svgalib-1.9.19-devfs.patch:
  Fix devfs patch..

  12 Jan 2005; Daniel Drake <dsd@gentoo.org>
  +files/svgalib-1.9.19-devfs.patch, +files/svgalib.devfs,
  svgalib-1.9.19-r1.ebuild:
  Fix 2.6.10 compatibility, bug #77186

  15 Nov 2004; Mike Frysinger <vapier@gentoo.org> svgalib-1.9.19-r1.ebuild:
  Fix the buildcsr demo target to use the correct linking flags #71194.

  08 Nov 2004; Mike Frysinger <vapier@gentoo.org>
  +files/svgalib-1.9.19-pci-get-class.patch, svgalib-1.9.19-r1.ebuild:
  Add patch to handle renaming of some PCI functions in newer kernels #69580.

*svgalib-1.9.19-r1 (09 Sep 2004)

  23 Sep 2004; Mike Frysinger <vapier@gentoo.org>
  +files/svgalib-1.9.19-dont-touch-ld.conf.patch, 
  svgalib-1.9.19-r1.ebuild:
  Dont let the ebuild touch /etc/ld.so.conf #64829 by huw jenkins.

  09 Sep 2004; Stefan Jones <cretin@gentoo.org> +svgalib-1.9.19-r1.ebuild,
  +files/digest-svgalib-1.9.19-r1, +files/svgalib-1.9.19-pic.patch:
  Fix bug #51698, -fPIC not used to compile lrmi thus prelink complains

  08 Aug 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
  -files/svgalib-1.4.3-gcc3.patch, -files/svgalib-1.4.3-gentoo.diff,
  -files/svgalib-1.4.3-linux2.6.patch, -files/svgalib-1.4.3-userpriv.patch,
  -files/svgalib-1.9.17-gentoo.patch, -files/svgalib-1.9.17-linux2.6.patch,
  -files/svgalib-1.9.17-modversions_h.patch, -svgalib-1.4.3-r4.ebuild,
  -svgalib-1.9.17-r3.ebuild, svgalib-1.9.18-r1.ebuild, svgalib-1.9.19.ebuild:
  Fixed CFLAFS typo. Removed empty /usr/man directory as per bug #46565. Remove
  old versions (a patch was too big)

  19 Jul 2004; Mike Frysinger <vapier@gentoo.org> svgalib-1.4.3-r4.ebuild,
  svgalib-1.9.17-r3.ebuild, svgalib-1.9.18-r1.ebuild, svgalib-1.9.19.ebuild:
  Fix long standing typo #57591.  thee -> three

  01 Jul 2004; Mike Frysinger <vapier@gentoo.org> svgalib-1.9.18-r1.ebuild,
  svgalib-1.9.19.ebuild:
  Fix the manpage location correctly #55790 by Antonio.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  svgalib-1.4.3-r4.ebuild, svgalib-1.9.17-r3.ebuild, svgalib-1.9.18-r1.ebuild,
  svgalib-1.9.19.ebuild:
  virtual/glibc -> virtual/libc

  26 Jun 2004; Marius Mauch <genone@gentoo.org> svgalib-1.9.18-r1.ebuild,
  svgalib-1.9.19.ebuild:
  QA fix: moving manpages to /usr/share/man

*svgalib-1.9.19 (22 Jun 2004)

  22 Jun 2004; Mike Frysinger <vapier@gentoo.org>
  -files/svgalib-1.9.18-linux2.6.patch, +files/svgalib-1.9.19-gentoo.patch,
  +files/svgalib-1.9.19-linux2.6.patch, svgalib-1.9.18-r1.ebuild,
  -svgalib-1.9.18.ebuild, +svgalib-1.9.19.ebuild:
  Version bumpage and cleanup #54465 by yuntaku@sunny-net.ne.jp.

  19 Jun 2004; Mike Frysinger <vapier@gentoo.org>
  +files/svgalib-1.9.18-lrmi-gentoo-cflags.patch,
  +files/svgalib-1.9.18-utils-include.patch, svgalib-1.9.18-r1.ebuild:
  Make sure the gcc always runs with $CFLAGS to fix #54198 by Simon Strandman
  and add a small patch so lrmi uses our $CFLAGS instead of -g.

  07 Jun 2004; Aron Griffis <agriffis@gentoo.org> svgalib-1.9.17-r3.ebuild:
  Fix use invocation

  30 May 2004; Mike Frysinger <vapier@gentoo.org> svgalib-1.9.18-r1.ebuild:
  Added support for new kbuild module building #50914 by J van der Wulp.

  12 May 2004; Alexander Gabert <pappy@gentoo.org> svgalib-1.4.3-r4.ebuild,
  svgalib-1.9.17-r3.ebuild, svgalib-1.9.18-r1.ebuild, svgalib-1.9.18.ebuild:
  removed hardened-gcc logic, added filter-flags logic

*svgalib-1.9.18-r1 (24 Feb 2004)

  28 Apr 2004; Mike Frysinger <vapier@gentoo.org> :
  Add gcc-3.4 patch #48930 by Holger.

  24 Feb 2004; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.18.ebuild:
  Some first time build fixes (cannot find libvga.so and libvgagl.so when
  building threeDKit and demos).  Hopefully fix module issues (bug #42522
  among others ...).

  24 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
  Until linux 2.6 module building is sorted out, we disable the kernel module,
  bug #42522.

  23 Feb 2004; <plasmaroo@gentoo.org> files/svgalib-1.9.17-linux2.6.patch,
  files/svgalib-1.9.18-linux2.6.patch:
  Changed the detection method for 2.4 kernels in both of the compatibility
  patches; closes bug #42307.

  23 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
  files/svgalib-1.9.18-linux2.6.patch:
  Fix bug #42644 (2.4.23 also uses irqreturn_t, so do not define it then).

  23 Feb 2004; Luca Barbato <lu_zero@gentoo.org> svgalib-1.9.18.ebuild:
  Workaround to let the kernel module compile on 2.6

  23 Feb 2004; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.18.ebuild,
  files/svgalib-1.9.18-gentoo.patch, files/svgalib-1.9.18-linux2.6.patch:
  Add a better fix for previous issue.  Cleanup svgalib-1.9.18-linux2.6.patch.

  23 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
  files/svgalib-1.9.18-gentoo.patch:
  Fix module not installing for some weird reason after commit.

*svgalib-1.9.18 (22 Feb 2004)

  22 Feb 2004; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.18.ebuild,
  files/svgalib-1.9.18-gcc33.patch, files/svgalib-1.9.18-gentoo.patch,
  files/svgalib-1.9.18-linux2.6.patch:
  Update version. Fix compiles on 2.6 kernels. Add simple sysfs support for udev
  enabled systems.

  01 Feb 2004; <plasmaroo@gentoo.org> files/svgalib-1.9.17-linux2.6.patch:
  Updated the 2.6 patch to solve compilation issues on 2.6 headers. Closes bug
  #37812.

  17 Jan 2004; Mike Frysinger <vapier@gentoo.org>
  Add build to IUSE to control building of kernel module in stages #38403.

  09 Jan 2004; Mike Frysinger <vapier@gentoo.org> 
  svgalib-1.4.3-r4.ebuild svgalib-1.4.3-gcc3.patch svgalib-1.4.3-linux2.6.patch :
  Yeah it's old and crusty, but lets make it compile #23515.
  Remove the +s chmod-ing of demo files and stuff #35203.
  Add helpful die messages.
  Change the r128.c on mirrors to a bzip2 image ... sometimes text files arent
  transfered properly over http #23591.

  10 Oct 2003; Alexander Gabert <pappy@gentoo.org> svgalib-1.4.3-r4.ebuild:
  flags not needed any more, hardened-gcc propolice behaviour will be changed in
  2.4.3

  09 Oct 2003; Alexander Gabert <pappy@gentoo.org> svgalib-1.4.3-r4.ebuild,
  svgalib-1.9.17-r3.ebuild:
  added new hardened-gcc flags for hppa

  07 Sep 2003; Alexander Gabert <pappy@gentoo.org> svgalib-1.4.3-r4.ebuild,
  svgalib-1.9.17-r3.ebuild:
  added hardened-gcc exclude flags

*svgalib-1.9.17-r3 (06 Aug 2003)

  06 Aug 2003; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.17-r3.ebuild,
  files/svgalib-1.9.17-modversions_h.patch:
  Get modversions.h include right if we have CONFIG_MODVERSIONS set.
  Should really fix bugs #21340 and #25968.

  03 Aug 2003; Martin Schlemmer <azarah@gentoo.org>
  files/svgalib-1.9.17-linux2.6.patch:
  Cleanup linux-2.6 patch to not contain temp files.

*svgalib-1.9.17-r2 (03 Aug 2003)

  03 Aug 2003; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.17-r2.ebuild,
  files/svgalib-1.9.17-gentoo.patch, files/svgalib-1.9.17-linux2.6.patch:
  Patch svgalib_helper kernel module to work with linux-2.6 (note that I dropped
  all support for 2.5 kernel). Add patch for lineart demo to compile with
  gcc-3.3. Additional cleanups to the ebuild.

  31 Dec 2002; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.17-r1.ebuild :
  Ok, I should not be lazy, patch Makefile in svga_helper module, as my
  previous hack seems to fail for some people ... (bug #11092).

*svgalib-1.9.17-r1 (29 Dec 2002)

  29 Dec 2002; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.17-r1.ebuild :
  Get this beast to build with kernel 2.5, bug #11092.

*svgalib-1.9.17 (26 Dec 2002)

  26 Dec 2002; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.17-r1.ebuild :
  Update version.

*svgalib-1.4.3-r4 (26 Dec 2002)

  16 Mar 2003; Alastair Tse <liquidx@gentoo.org> svgalib-1.4.3-r4.ebuild,
  files/svgalib-1.4.3-userpriv.patch:
  fix userpriv problem with makefile

  26 Dec 2002; Martin Schlemmer <azarah@gentoo.org> svgalib-1.4.3-r4.ebuild :
  Update r128 driver, bug #10987.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> :
  Changed sparc ~sparc keywords
 
*svgalib-1.4.3-r3 (03 Dec 2002)

  03 Dec 2002; Martin Schlemmer <azarah@gentoo.org> svgalib-1.4.3-r3.ebuild :
  Add preplib to src_install() to fix bug #10383.

  21 Nov 2002; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.16.ebuild :
  Add missing 'dodir /etc/modules.d'.

*svgalib-1.9.16 (20 Nov 2002)

  13 Dec 2002; Stefan Jones <cretin@gentoo.org> svgalib-1.9.16-gentoo.diff :
  Made all files compile with -fPIC, fixes prelink warnings.

  20 Nov 2002; Martin Schlemmer <azarah@gentoo.org> svgalib-1.9.16.ebuild :
  New version, thanks to great work of Javier Marcet <jmarcet@pobox.com>,
  closing bug #10525.

*svgalib-1.4.3 (30 Apr 2002)

  03 Nov 2002; Arcady Genkin <agenkin@gentoo.org> svgalib-1.4.3-r2.ebuild :
  Install the demo programs that come with the library.

  22 May 2002; Arcady Genkin <agenkin@gentoo.org> svgalib-1.4.3-r1.ebuild :
  Creates directory /etc/vga.
	
  30 Apr 2002; Seemant Kulleen <seemant@gentoo.org> svgalib-1.4.3.ebuild :

  Fixed sandbox violation, because the makefile does not understand that
  /usr/include can be relocated for a fake install.