summary refs log tree commit diff
path: root/pkgs/BUGS
Commit message (Collapse)AuthorAge
* * The `patch' command is now part of stdenv, so it no longer needs toEelco Dolstra2004-09-18
| | | | | | | | | | | | | be passed to derivations that need to apply patches. * GCC 3.4 is now the default compiler (old GCC renamed to `gcc-3.3'). * The temporary GCCs built during the stdenvLinux bootstrap are now built without C++ support and without profiling. * Remove fixincl in GCC 3.4 to prevent a retained dependency on the previous GCC. * Always set $prefix in setup.sh, even when there is no configure script. svn path=/nixpkgs/trunk/; revision=1444
* * Firefox 1.0PR.Eelco Dolstra2004-09-14
| | | | svn path=/nixpkgs/trunk/; revision=1395
* * Added rte (real-time encoder) library.Eelco Dolstra2004-06-21
| | | | svn path=/nixpkgs/trunk/; revision=1071
* * Unreal Tournament 2004 Demo. Also a binary-only component.Eelco Dolstra2004-06-09
| | | | | | | | | | | | | | | An interesting complication is that we have to change the ELF type of the executable from `Linux' to `SVR4', otherwise the `ld-linux.so.2' trick to override the glibc used doesn't work (apparently `Linux' is not a recognised ELF type!). UT doesn't work with software Mesa, so right now we impurily use `/usr/lib/libGL.so'. I cannot really test whether it works with hardware Mesa, since it barfs with an error about missing OpenGL extensions. But that's probably because I'm testing this on an iBook over an SSH connection to a Linux machine. svn path=/nixpkgs/trunk/; revision=1047
* * Started moving from XFree86 to the freedesktop.org Xlibs libraries.Eelco Dolstra2004-03-27
svn path=/nixpkgs/trunk/; revision=860