summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* revert to ~ppc64, ebuild needs work (Manifest recommit)Tom Gall2004-11-201-6/+6
|
* revert to ~ppc64, ebuild needs workTom Gall2004-11-202-3/+6
|
* For USE=minimal, drop cursor sets other than core and handhelds. (Manifest ↵Donnie Berkholz2004-11-181-2/+2
| | | | recommit)
* For USE=minimal, drop cursor sets other than core and handhelds.Donnie Berkholz2004-11-182-2/+12
|
* Add a backwards-compat symlink for /usr/X11R6/libdir/X11/config (#71654). ↵Donnie Berkholz2004-11-181-2/+2
| | | | (Manifest recommit)
* Add a backwards-compat symlink for /usr/X11R6/libdir/X11/config (#71654).Donnie Berkholz2004-11-182-2/+9
|
* For USE=uclibc, stop building glxgears and glxinfo. But build GLU library ↵Donnie Berkholz2004-11-181-2/+2
| | | | again. (Manifest recommit)
* For USE=uclibc, stop building glxgears and glxinfo. But build GLU library again.Donnie Berkholz2004-11-182-7/+13
|
* Update credits on xpm-secfix-thomas.diff. (Manifest recommit)Donnie Berkholz2004-11-172-2/+2
|
* Update credits on xpm-secfix-thomas.diff.Donnie Berkholz2004-11-172-4/+14
|
* PATCH_VER 0.2.8. Update Newport acceleration patch to ↵Donnie Berkholz2004-11-171-3/+3
| | | | 5200_all_6.8.0-newport-accel-v3.patch (#38549). This fixes a red/blue swap for applications using RENDER acceleration such as gnome-terminal, gvim and xchat2. (Manifest recommit)
* PATCH_VER 0.2.8. Update Newport acceleration patch to ↵Donnie Berkholz2004-11-173-4/+11
| | | | 5200_all_6.8.0-newport-accel-v3.patch (#38549). This fixes a red/blue swap for applications using RENDER acceleration such as gnome-terminal, gvim and xchat2.
* Add xpm-secfix-thomas.diff. This is a continuation of the hard-masked ↵Donnie Berkholz2004-11-171-1/+3
| | | | 6.8.0-r2. (Manifest recommit)
* Add xpm-secfix-thomas.diff. This is a continuation of the hard-masked 6.8.0-r2.Donnie Berkholz2004-11-173-1/+1650
|
* Remove check for CC variable and use tc-getCC() everywhere, so this works ↵Donnie Berkholz2004-11-171-2/+2
| | | | better with new gcc-config. (Manifest recommit)
* Remove check for CC variable and use tc-getCC() everywhere, so this works ↵Donnie Berkholz2004-11-172-8/+8
| | | | better with new gcc-config.
* Remove ppc64-specific relinking for dlloader issues, because it's fixed in ↵Donnie Berkholz2004-11-171-2/+2
| | | | 6.8. Requested by Markus Rothe <corsair@gentoo.org>. (Manifest recommit)
* Remove ppc64-specific relinking for dlloader issues, because it's fixed in ↵Donnie Berkholz2004-11-172-37/+7
| | | | 6.8. Requested by Markus Rothe <corsair@gentoo.org>.
* Security update: Add xpm-secfix-thomas.diff to fix many issues, including: ↵Donnie Berkholz2004-11-172-2/+10
| | | | integer issues resulting in infinite loops and buffer overflows; a one-byte buffer overflow; stack-based overflows with sprintf() and string functions; replaces popen() with s_popen(); path traversal issues; buffer underruns; and memory leaks (missing free(), found by Egbert Eich). Patch by Thomas Biege and Matthiew Herrb. (Manifest recommit)
* Security update: Add xpm-secfix-thomas.diff to fix many issues, including: ↵Donnie Berkholz2004-11-1710-2/+7931
| | | | integer issues resulting in infinite loops and buffer overflows; a one-byte buffer overflow; stack-based overflows with sprintf() and string functions; replaces popen() with s_popen(); path traversal issues; buffer underruns; and memory leaks (missing free(), found by Egbert Eich). Patch by Thomas Biege and Matthiew Herrb.
* Add debug to IUSE, and uncomment the video card listing, IUSE_VIDEO_CARDS. ↵Donnie Berkholz2004-11-171-2/+2
| | | | (Manifest recommit)
* Add debug to IUSE, and uncomment the video card listing, IUSE_VIDEO_CARDS.Donnie Berkholz2004-11-172-4/+8
|
* PATCH_VER 0.2.7. Update Newport acceleration patch to ↵Donnie Berkholz2004-11-171-3/+3
| | | | 5200_all_6.8.0-newport-accel-v2.patch. This fixes an error "structure has no member named `PUToScreenTextureDstFormats'," which should start with CPU, not PU. It also moves the autoloading of the xaa module around (#38549). Newport acceleration patch is by Dominik Behr, with mods by Adam Jackson. Drop 0155_all_4.3.0-Xi-Xinitthreads-locking-bug.patch. It was fixed in an alternate way in the release, and this was causing problems with totem and kaffeine (#64929, #59746, maybe #60131). Add 6100_all_6.8.0-xnest-uninitialized-GetWindowPixmap.patch (#70431). Alexander Gottwald says on fd.o #1404: "pScreen->GetWindowPixmap is never initialized in Xnest startup and contains random data. After some server resets it crashes with segfault because pScreen->GetWindowPixmap is called but is not a valid function. A quick fix was to set the complete ScreenRec structure to null after allocating it in dix/main.c (AddScreen)." (Manifest recommit)
* PATCH_VER 0.2.7. Update Newport acceleration patch to ↵Donnie Berkholz2004-11-173-4/+21
| | | | 5200_all_6.8.0-newport-accel-v2.patch. This fixes an error "structure has no member named `PUToScreenTextureDstFormats'," which should start with CPU, not PU. It also moves the autoloading of the xaa module around (#38549). Newport acceleration patch is by Dominik Behr, with mods by Adam Jackson. Drop 0155_all_4.3.0-Xi-Xinitthreads-locking-bug.patch. It was fixed in an alternate way in the release, and this was causing problems with totem and kaffeine (#64929, #59746, maybe #60131). Add 6100_all_6.8.0-xnest-uninitialized-GetWindowPixmap.patch (#70431). Alexander Gottwald says on fd.o #1404: "pScreen->GetWindowPixmap is never initialized in Xnest startup and contains random data. After some server resets it crashes with segfault because pScreen->GetWindowPixmap is called but is not a valid function. A quick fix was to set the complete ScreenRec structure to null after allocating it in dix/main.c (AddScreen)."
* Bug number for no-sse2 is 57602, not 56702. Thanks cyfred. (Manifest recommit)Donnie Berkholz2004-11-151-3/+3
|
* Bug number for no-sse2 is 57602, not 56702. Thanks cyfred.Donnie Berkholz2004-11-153-5/+9
|
* In backward_compat_setup(), add a symlink for the keysym database, XKeysymDB ↵Donnie Berkholz2004-11-151-2/+2
| | | | (#70927). Also fix a hard-coded lib rather than get_libdir. (Manifest recommit)
* In backward_compat_setup(), add a symlink for the keysym database, XKeysymDB ↵Donnie Berkholz2004-11-152-4/+12
| | | | (#70927). Also fix a hard-coded lib rather than get_libdir.
* Stable for sparc. (Manifest recommit)Ferris McCormick2004-11-121-21/+11
|
* Stable for sparc.Ferris McCormick2004-11-122-3/+7
|
* Respect new gcc-config that doesn't set CC. (Manifest recommit)Donnie Berkholz2004-11-111-6/+6
|
* Respect new gcc-config that doesn't set CC.Donnie Berkholz2004-11-112-9/+7
|
* Stable on alpha. (Manifest recommit)Bryan Østergaard2004-11-081-10/+20
|
* Stable on alpha.Bryan Østergaard2004-11-082-3/+7
|
* Fixed typo in reason for userspace change. (Manifest recommit)Andrew Bevitt2004-11-071-2/+2
|
* Fixed typo in reason for userspace change.Andrew Bevitt2004-11-072-3/+7
|
* "Bumping 1.8.1-r1 to stable for nvidia-glx/kernel commits to follow ↵Andrew Bevitt2004-11-071-2/+2
| | | | (Manifest recommit)
* "Bumping 1.8.1-r1 to stable for nvidia-glx/kernel commits to followAndrew Bevitt2004-11-075-71/+19
|
* Fix up digest -- remove unused entries. (Manifest recommit)Donnie Berkholz2004-11-061-5/+5
|
* Fix up digest -- remove unused entries.Donnie Berkholz2004-11-062-5/+4
|
* Add 'minimal' USE flag. It turns off the build of most clients and all ↵Donnie Berkholz2004-11-051-2/+2
| | | | fonts, as well as a number of drivers I guessed would be mostly unused by people wanting this functionality (video drivers turned off only for x86). It also stops installing the man pages and docs, as well as Xvfb and Xnest. Finally, it doesn't install Gentoo custom cursors. On a minimal test build with USE="-3dfx +3dnow -bitmap-fonts -cjk -debug -dlloader -dmx -doc -font-server -hardened -insecure-drivers -ipv6 +minimal +mmx -nls -opengl -pam -sdk +sse -static -truetype-fonts -type1-fonts -xprint -xv", the total installation was 28M. (Manifest recommit)
* Add 'minimal' USE flag. It turns off the build of most clients and all ↵Donnie Berkholz2004-11-052-42/+98
| | | | fonts, as well as a number of drivers I guessed would be mostly unused by people wanting this functionality (video drivers turned off only for x86). It also stops installing the man pages and docs, as well as Xvfb and Xnest. Finally, it doesn't install Gentoo custom cursors. On a minimal test build with USE="-3dfx +3dnow -bitmap-fonts -cjk -debug -dlloader -dmx -doc -font-server -hardened -insecure-drivers -ipv6 +minimal +mmx -nls -opengl -pam -sdk +sse -static -truetype-fonts -type1-fonts -xprint -xv", the total installation was 28M.
* Increase functionalization to the point that the primary functions are ↵Donnie Berkholz2004-11-051-2/+2
| | | | actually readable. (Manifest recommit)
* Increase functionalization to the point that the primary functions are ↵Donnie Berkholz2004-11-052-216/+294
| | | | actually readable.
* Reorganize functions, so primary ebuild functions are at the top and ↵Donnie Berkholz2004-11-051-2/+2
| | | | sub-functions are below them. This gives us a big-picture view to start, followed by all the nitty gritty. (Manifest recommit)
* Reorganize functions, so primary ebuild functions are at the top and ↵Donnie Berkholz2004-11-052-474/+501
| | | | sub-functions are below them. This gives us a big-picture view to start, followed by all the nitty gritty.
* kmod -> kernel-mod, deprecating koutput stuff (applied patch from bug ↵Bryan Stine2004-11-041-3/+3
| | | | #68453. -r6 digest. (Manifest recommit)
* kmod -> kernel-mod, deprecating koutput stuff (applied patch from bug ↵Bryan Stine2004-11-043-23/+28
| | | | #68453. -r6 digest.
* Add some einfo about the /usr/X11R6/libdir -> /usr/libdir move. (Manifest ↵Donnie Berkholz2004-11-041-2/+2
| | | | recommit)
* Add some einfo about the /usr/X11R6/libdir -> /usr/libdir move.Donnie Berkholz2004-11-042-6/+10
|