summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add a sed to change RgbPath to the new location in config files. Reported by ↵Donnie Berkholz2004-11-041-2/+2
| | | | agaffney. Symptoms include things like "can't load color "Black"" or "Couldn't open RGB_DB." (Manifest recommit)
* Add a sed to change RgbPath to the new location in config files. Reported by ↵Donnie Berkholz2004-11-042-2/+12
| | | | agaffney. Symptoms include things like "can't load color "Black"" or "Couldn't open RGB_DB."
* Add some more debugging CFLAGS to ALLOWED_FLAGS. (Manifest recommit)Donnie Berkholz2004-11-041-2/+2
|
* Add some more debugging CFLAGS to ALLOWED_FLAGS.Donnie Berkholz2004-11-042-4/+11
|
* Rework gcc-version-dependent things to remove redundant calls to ↵Donnie Berkholz2004-11-041-2/+2
| | | | gcc-*-version(). Also, only strip -Os for <gcc-3.2.2 (#12775). (Manifest recommit)
* Rework gcc-version-dependent things to remove redundant calls to ↵Donnie Berkholz2004-11-042-23/+41
| | | | gcc-*-version(). Also, only strip -Os for <gcc-3.2.2 (#12775).
* Change SRC_URI order so the mirror://gentoo stuff is at the bottom. It ↵Donnie Berkholz2004-11-031-2/+2
| | | | should be searching them beforehand anyway. (Manifest recommit)
* Change SRC_URI order so the mirror://gentoo stuff is at the bottom. It ↵Donnie Berkholz2004-11-032-8/+13
| | | | should be searching them beforehand anyway.
* Add minimum version detection, and don't run without at least ↵Donnie Berkholz2004-11-031-1/+4
| | | | xorg-x11-6.8.0-r2. (Manifest recommit)
* Add minimum version detection, and don't run without at least xorg-x11-6.8.0-r2.Donnie Berkholz2004-11-034-1/+444
|
* When removing stale GL stuff, only remove libGL.*, not libGL*. The latter ↵Donnie Berkholz2004-11-031-2/+2
| | | | catches libGLU* and others. (Manifest recommit)
* When removing stale GL stuff, only remove libGL.*, not libGL*. The latter ↵Donnie Berkholz2004-11-032-3/+8
| | | | catches libGLU* and others.
* Missed another spot with a bad xkb symlink. (Manifest recommit)Donnie Berkholz2004-11-031-2/+2
|
* Missed another spot with a bad xkb symlink.Donnie Berkholz2004-11-032-3/+7
|
* Fix a bug in the xkb symlink. (Manifest recommit)Donnie Berkholz2004-11-031-2/+2
|
* Fix a bug in the xkb symlink.Donnie Berkholz2004-11-032-3/+7
|
* Add some checking features to migrate_usr_x11r6_lib() so we don't redo ↵Donnie Berkholz2004-11-031-2/+2
| | | | things that were already done. Also, migrate xkb stuff properly. (Manifest recommit)
* Add some checking features to migrate_usr_x11r6_lib() so we don't redo ↵Donnie Berkholz2004-11-032-10/+40
| | | | things that were already done. Also, migrate xkb stuff properly.
* Marked ~ppc64 (Manifest recommit)Markus Rothe2004-11-031-2/+2
|
* Marked ~ppc64Markus Rothe2004-11-032-3/+6
|
* Wrap font-server USE around things affecting /etc/X11/fs/config. (Manifest ↵Donnie Berkholz2004-11-031-2/+2
| | | | recommit)
* Wrap font-server USE around things affecting /etc/X11/fs/config.Donnie Berkholz2004-11-032-6/+14
|
* Combine the dri USE flag into the opengl USE flag, since there's no way to ↵Donnie Berkholz2004-11-031-2/+2
| | | | control just the build of the 3D drivers at present. (Manifest recommit)
* Combine the dri USE flag into the opengl USE flag, since there's no way to ↵Donnie Berkholz2004-11-032-17/+17
| | | | control just the build of the 3D drivers at present.
* PATCH_VER 0.2.6. Add 9990_x86_6.8.0-xbox-20041024.patch for the Xbox's ↵Donnie Berkholz2004-11-031-3/+3
| | | | nvidia driver (#68726). Add 1100_all_6.8.0-build-all-lucida-fonts.patch (#68414). The 75dpi and 100dpi fonts weren't being built. This is from upstream CVS. Add 5200_all_6.8.0-newport-accel.patch (#38549). Hopefully will go upstream. This adds acceleration for Newport video cards (mostly MIPS users). Add 5160_all_6.8.0-radeon-fix-monitor-detection.patch (#67845, fd.o #1559). This fixes issues with dual-monitor setups not being detected properly. Add 0440_all_6.8.0-support-cymotion-master-and-ibm-space-saver-keyboards.patch (#63767). This adds support for the Cherry CyMotion Master XPress and the IBM Space Saver keyboards. It's from upstream CVS. FILES_VER 0.6. Add xprint.init, a Gentoo-style init-script wrapper for the RH-style init script provided by xorg, and install it on USE=xprint (#68316). In addition, fix the function for migration from /usr/X11R6/libdir to /usr/libdir, migrate_usr_x11r6_lib(). It now works properly even when .keep files are left behind and when /usr/libdir/X11 is a symlink. (Manifest recommit)
* PATCH_VER 0.2.6. Add 9990_x86_6.8.0-xbox-20041024.patch for the Xbox's ↵Donnie Berkholz2004-11-033-6/+52
| | | | nvidia driver (#68726). Add 1100_all_6.8.0-build-all-lucida-fonts.patch (#68414). The 75dpi and 100dpi fonts weren't being built. This is from upstream CVS. Add 5200_all_6.8.0-newport-accel.patch (#38549). Hopefully will go upstream. This adds acceleration for Newport video cards (mostly MIPS users). Add 5160_all_6.8.0-radeon-fix-monitor-detection.patch (#67845, fd.o #1559). This fixes issues with dual-monitor setups not being detected properly. Add 0440_all_6.8.0-support-cymotion-master-and-ibm-space-saver-keyboards.patch (#63767). This adds support for the Cherry CyMotion Master XPress and the IBM Space Saver keyboards. It's from upstream CVS. FILES_VER 0.6. Add xprint.init, a Gentoo-style init-script wrapper for the RH-style init script provided by xorg, and install it on USE=xprint (#68316). In addition, fix the function for migration from /usr/X11R6/libdir to /usr/libdir, migrate_usr_x11r6_lib(). It now works properly even when .keep files are left behind and when /usr/libdir/X11 is a symlink.
* Try to fix ${ROOT} support -- it's assumed to be a chroot. To aid this, also ↵Donnie Berkholz2004-11-031-2/+2
| | | | make all symlinks relative. (Manifest recommit)
* Try to fix ${ROOT} support -- it's assumed to be a chroot. To aid this, also ↵Donnie Berkholz2004-11-032-15/+20
| | | | make all symlinks relative.
* Add a symlink "../../../lib/xkb /usr/X11R6/lib/X11/xkb" so libxklavier and ↵Donnie Berkholz2004-11-031-2/+2
| | | | other things looking for that location continue to work. (Manifest recommit)
* Add a symlink "../../../lib/xkb /usr/X11R6/lib/X11/xkb" so libxklavier and ↵Donnie Berkholz2004-11-032-2/+9
| | | | other things looking for that location continue to work.