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
|
# ChangeLog for media-libs/svgalib
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/ChangeLog,v 1.24 2004/01/18 04:09:09 vapier Exp $
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.
|