summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changes to the NPTL detection mechanism. (Manifest recommit)Andrew Bevitt2004-11-301-5/+5
|
* Changes to the NPTL detection mechanism.Andrew Bevitt2004-11-308-12/+836
|
* Fixing bugs 65758 and 68531 (Manifest recommit)Andrew Bevitt2004-11-261-2/+2
|
* Fixing bugs 65758 and 68531Andrew Bevitt2004-11-263-3/+8
|
* Converted over to new linux-info eclass, bug #68455 (Manifest recommit)Andrew Bevitt2004-11-251-2/+2
|
* Converted over to new linux-info eclass, bug #68455Andrew Bevitt2004-11-253-7/+10
|
* Update homepage (#72274). (Manifest recommit)Donnie Berkholz2004-11-241-7/+7
|
* Update homepage (#72274).Donnie Berkholz2004-11-247-13/+19
|
* Change fs USE flag to font-server. (Manifest recommit)Donnie Berkholz2004-11-231-2/+2
|
* Change fs USE flag to font-server.Donnie Berkholz2004-11-232-4/+10
|
* Remove old version, last one with USE flags rather than VIDEO_CARDS. ↵Donnie Berkholz2004-11-231-3/+1
| | | | (Manifest recommit)
* Remove old version, last one with USE flags rather than VIDEO_CARDS.Donnie Berkholz2004-11-233-206/+5
|
* Work around portage bug with parentheses in PROVIDE. (Manifest recommit)Donnie Berkholz2004-11-231-2/+2
|
* Work around portage bug with parentheses in PROVIDE.Donnie Berkholz2004-11-232-4/+8
|
* Stop requiring the BREAKME variable. This should be to a point where it's ↵Donnie Berkholz2004-11-231-2/+2
| | | | working reasonably well. (Manifest recommit)
* Stop requiring the BREAKME variable. This should be to a point where it's ↵Donnie Berkholz2004-11-232-9/+7
| | | | working reasonably well.
* Fix problem where one could end up with '/usr/lib/fonts' font paths in ↵Donnie Berkholz2004-11-221-7/+7
| | | | xorg.conf.example by adding a new sed match. This happens because we changed from /usr/X11R6/libdir to /usr/libdir. (Manifest recommit)
* Fix problem where one could end up with '/usr/lib/fonts' font paths in ↵Donnie Berkholz2004-11-222-3/+10
| | | | xorg.conf.example by adding a new sed match. This happens because we changed from /usr/X11R6/libdir to /usr/libdir.
* stable on ppc64 (Manifest recommit)Tom Gall2004-11-221-7/+7
|
* stable on ppc64Tom Gall2004-11-222-3/+7
|
* Fix broken SRC_URI. (Manifest recommit)Donnie Berkholz2004-11-221-2/+2
|
* Fix broken SRC_URI.Donnie Berkholz2004-11-222-4/+8
|
* Only provide virtual/glu and virtual/opengl if USE=opengl. Also don't create ↵Donnie Berkholz2004-11-211-2/+2
| | | | GLU symlinks when USE=-opengl, since GLU isn't built. (Manifest recommit)
* Only provide virtual/glu and virtual/opengl if USE=opengl. Also don't create ↵Donnie Berkholz2004-11-212-5/+12
| | | | GLU symlinks when USE=-opengl, since GLU isn't built.
* Don't hide things behind USE=minimal that are already behind other USE ↵Donnie Berkholz2004-11-211-2/+2
| | | | flags, so we can combine minimal with various other things. (Manifest recommit)
* Don't hide things behind USE=minimal that are already behind other USE ↵Donnie Berkholz2004-11-212-25/+26
| | | | flags, so we can combine minimal with various other things.
* For USE=minimal, remove all unnecessary fonts. This saves ~5.5MB. ↵Donnie Berkholz2004-11-211-2/+2
| | | | Unfortunately, this is a temporary hack -- we should really patch xc/fonts/bdf/misc/Imakefile to never build them in the first place. Also only add CID to G_FONTDIRS for USE=cjk, so other people don't have a symlink pointing to nothing. (Manifest recommit)
* For USE=minimal, remove all unnecessary fonts. This saves ~5.5MB. ↵Donnie Berkholz2004-11-212-3/+23
| | | | Unfortunately, this is a temporary hack -- we should really patch xc/fonts/bdf/misc/Imakefile to never build them in the first place. Also only add CID to G_FONTDIRS for USE=cjk, so other people don't have a symlink pointing to nothing.
* PATCH_VER 0.2.9. Add 1110_all_6.8.0-force-build-font-utils-if-needed.patch. ↵Donnie Berkholz2004-11-211-3/+3
| | | | USE=minimal will now start successfully, because enough fonts are built. When BuildClients is off and BuildFonts is on, mkfontscale and mkfontdir aren't built. But mkfontscale is used during the build process and mkfontdir is needed later, so we should build them anyway if UseInstalled isn't on. This fixes the USE=minimal build. Also, build the RGB database and xinit for a couple of non-essential but nearly always desired things. We require bdftopcf too. Also add xauth so startx works nicely. Problems still remain with switching back to the console using the ctrl-alt-Fn sequence, probably because of us not doing something with xkb. Don't worry about changing definition of i386Drivers because we don't use it anymore in USE=minimal. Only add i810 for amd64, rather than for everyone. GLU depends on GL being built, so fix that. XF86Rush similarly depends on XV. (Manifest recommit)
* PATCH_VER 0.2.9. Add 1110_all_6.8.0-force-build-font-utils-if-needed.patch. ↵Donnie Berkholz2004-11-213-8/+45
| | | | USE=minimal will now start successfully, because enough fonts are built. When BuildClients is off and BuildFonts is on, mkfontscale and mkfontdir aren't built. But mkfontscale is used during the build process and mkfontdir is needed later, so we should build them anyway if UseInstalled isn't on. This fixes the USE=minimal build. Also, build the RGB database and xinit for a couple of non-essential but nearly always desired things. We require bdftopcf too. Also add xauth so startx works nicely. Problems still remain with switching back to the console using the ctrl-alt-Fn sequence, probably because of us not doing something with xkb. Don't worry about changing definition of i386Drivers because we don't use it anymore in USE=minimal. Only add i810 for amd64, rather than for everyone. GLU depends on GL being built, so fix that. XF86Rush similarly depends on XV.
* Commit it properly this time. (Manifest recommit)Donnie Berkholz2004-11-201-2/+2
|
* Commit it properly this time.Donnie Berkholz2004-11-202-6/+14
|
* Revert last commit, it had too much in it. (Manifest recommit)Donnie Berkholz2004-11-201-2/+2
|
* Revert last commit, it had too much in it.Donnie Berkholz2004-11-202-26/+13
|
* Reduce USE=minimal x86 drivers to: vmware vesa vga dummy fbdev v4l. ↵Donnie Berkholz2004-11-201-7/+7
| | | | (Manifest recommit)
* Reduce USE=minimal x86 drivers to: vmware vesa vga dummy fbdev v4l.Donnie Berkholz2004-11-202-9/+30
|
* 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
|