summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * GNU hello package added.•••svn path=/nixpkgs/branches/logistics/; revision=397 backups/logistics@34171origin/logisticsgitlab.intr/logisticsEelco Dolstra2003-09-242-0/+19
* * Boehm garbage collector.•••svn path=/nixpkgs/trunk/; revision=391 Eelco Dolstra2003-09-122-0/+22
* * User Mode Linux.•••svn path=/nixpkgs/trunk/; revision=390 Eelco Dolstra2003-09-123-0/+402
* * The build of User Mode Linux 2.4.19 fails because the GCC people••• thought that it was a good idea to remove support for multi-line string literals, which Linux uses. Added an older GCC to build `legacy' software. svn path=/nixpkgs/trunk/; revision=389 Eelco Dolstra2003-09-122-0/+63
* * GNU Patch.•••svn path=/nixpkgs/trunk/; revision=388 Eelco Dolstra2003-09-112-0/+22
* * Upgraded to Subversion 0.29.0.•••svn path=/nixpkgs/trunk/; revision=387 Eelco Dolstra2003-09-111-3/+3
* * Fixed stdenv-native.•••svn path=/nixpkgs/trunk/; revision=386 Eelco Dolstra2003-09-113-21/+13
* * Added gqview to system•••* Enabled build of dotty/lefty in graphviz. svn path=/nixpkgs/trunk/; revision=383 Eelco Dolstra2003-09-034-2/+5
* * Added gqview, a nice image viewer.•••svn path=/nixpkgs/trunk/; revision=380 Eelco Dolstra2003-09-032-0/+30
* * Let graphviz use freetype.•••svn path=/nixpkgs/trunk/; revision=379 Eelco Dolstra2003-09-032-1/+2
* * Added graphviz.•••svn path=/nixpkgs/trunk/; revision=378 Eelco Dolstra2003-09-034-1/+32
* * Link in expat if we are *not* building an Apache module.•••svn path=/nixpkgs/trunk/; revision=377 Eelco Dolstra2003-09-012-0/+5
* * Let GUI applications/libraries link against the nixified XFree86.••• This makes the system package fully nixified in the sense that for i in $(nix -qn $(fix system/system-template-everything.fix))/bin/*; \ do echo $i; ldd $i; done shows that the programs in the system package only link against libraries in the Nix store. (Some builders still use header files from /usr/X11/include, though.) svn path=/nixpkgs/trunk/; revision=376 Eelco Dolstra2003-08-2913-12/+19
* * Quick fix to allow fontconfig to find client-side fonts.•••svn path=/nixpkgs/trunk/; revision=375 Eelco Dolstra2003-08-291-0/+3
* * Added XFree86 (client-side libraries only).•••svn path=/nixpkgs/trunk/; revision=373 Eelco Dolstra2003-08-293-0/+72
* * Let gtk use lib{png, tiff, jpeg}.•••* Fix gtkspell. svn path=/nixpkgs/trunk/; revision=371 0.3Eelco Dolstra2003-08-283-4/+12
* * Fixed a silly bug in fontconfig (it generates a broken `fonts.conf' file ••• if no timezone is set). svn path=/nixpkgs/trunk/; revision=367 Eelco Dolstra2003-08-271-0/+4
* * A bunch of image file format libraries required by gtk.•••svn path=/nixpkgs/trunk/; revision=366 Eelco Dolstra2003-08-276-0/+91
* * Oops.•••svn path=/nixpkgs/trunk/; revision=365 Eelco Dolstra2003-08-271-0/+17
* * Upgraded to 0.91.•••svn path=/nixpkgs/trunk/; revision=364 Eelco Dolstra2003-08-271-3/+3
* * Provide an ld-wrapper that sets the linker search path correctly (just like••• gcc-wrapper). Useful for builds that call ld directly. svn path=/nixpkgs/trunk/; revision=363 Eelco Dolstra2003-08-2711-32/+43
* * Build version.h before installing the header files.•••svn path=/nixpkgs/trunk/; revision=362 Eelco Dolstra2003-08-261-5/+6
* * Patched gcc so that it doesn't search the standard include directories••• (/usr/include, /usr/local/include, etc.). * Immediate pay-off: we see that the glibc header files depend on the Linux kernel header files. So I've added a package that extracts the appropriate headers from Linux 2.4.22. svn path=/nixpkgs/trunk/; revision=361 Eelco Dolstra2003-08-267-4/+52
* * gcc: ensure that the compilers past stage-1 and the libraries are linked ••• against our glibc. svn path=/nixpkgs/trunk/; revision=360 Eelco Dolstra2003-08-262-0/+17
* * Patched Perl's configure script to stop it from scanning well-known system••• directories for libraries. (Fortunately, the build would still fail because Perl's idea of "standard" library directories no longer matched that of the linker.) * `stdenv-linux/setup.sh' now puts the path of glibc in an environment variable so that it can be used by other packages (for example, we need to pass it to Perl's configure, because otherwise it will think that, e.g., libm.so doesn't exist). svn path=/nixpkgs/trunk/; revision=359 Eelco Dolstra2003-08-262-2/+15
* * Added zlib.•••* Use zlib in libxml2. svn path=/nixpkgs/trunk/; revision=358 Eelco Dolstra2003-08-254-0/+27
* * Patched binutils so that ld no longer searches any of the "default" directo...••• (/lib, ...). So unless a directory is explicitly added using `-L' it won't we searched. This has already revealed that libxml has a hidden dependance on libz. svn path=/nixpkgs/trunk/; revision=357 Eelco Dolstra2003-08-251-0/+6
* * Forgot to add zip.•••svn path=/nixpkgs/trunk/; revision=355 0.2Eelco Dolstra2003-08-252-0/+21
* * Don't build the Python bindings for Subversion for now (because I'm too laz...••• make a Python package). svn path=/nixpkgs/trunk/; revision=354 Eelco Dolstra2003-08-251-1/+1
* * Fix a typo.•••svn path=/nixpkgs/trunk/; revision=352 Eelco Dolstra2003-08-251-1/+1
* * Use stdenv.•••svn path=/nixpkgs/trunk/; revision=350 Eelco Dolstra2003-08-251-0/+2
* * Apache depends on Perl.•••svn path=/nixpkgs/trunk/; revision=349 Eelco Dolstra2003-08-252-0/+2
* * Firebird depends on zip/unzip.•••* Turn off pedantic checking because of a bug in Firebird. svn path=/nixpkgs/trunk/; revision=348 Eelco Dolstra2003-08-252-1/+4
* * Amazingly, sdf2 is still dependent on the non-standard `getopt' tool. So••• getopt has been added. As part of the build of sdf2 we patch sdf2table to store the full path of getopt. This is so that packages that use sdf2 do not have to declare getopt as an input. svn path=/nixpkgs/trunk/; revision=347 Eelco Dolstra2003-08-254-0/+30
* * OpenSSL, Firebird require Perl.•••svn path=/nixpkgs/trunk/; revision=345 Eelco Dolstra2003-08-224-1/+4
* * Remove absolute path.•••svn path=/nixpkgs/trunk/; revision=344 Eelco Dolstra2003-08-221-1/+1
* * Remove absolute path.•••svn path=/nixpkgs/trunk/; revision=343 Eelco Dolstra2003-08-221-1/+1
* * gmake -> make (the stdenv gives us GNU make).•••svn path=/nixpkgs/trunk/; revision=342 Eelco Dolstra2003-08-221-2/+2
* * Added the GNU findutils to the stdenv.•••svn path=/nixpkgs/trunk/; revision=341 Eelco Dolstra2003-08-223-0/+23
* * Split off the native build init into setup-nativetools.sh.•••* Add the $gcc/lib to the library path in the Nixified stdenv. (This include libgcc.so and libstdc++.so.) svn path=/nixpkgs/trunk/; revision=340 Eelco Dolstra2003-08-225-11/+13
* * libIDL requires flex, which requires bison, which requires m4...•••svn path=/nixpkgs/trunk/; revision=339 Eelco Dolstra2003-08-228-1/+75
* * Some more stuff that needs perl.•••svn path=/nixpkgs/trunk/; revision=332 Eelco Dolstra2003-08-204-2/+4
* * Initialise the PATH immediately at the start of stdenv-linux, otherwise••• baseenv won't work properly (because it can't find programs such as `cat'). svn path=/nixpkgs/trunk/; revision=331 Eelco Dolstra2003-08-204-6/+5
* use natively installed subversion to avoid build problems for subversion•••svn path=/nixpkgs/trunk/; revision=330 Eelco Visser2003-08-191-1/+1
* use natively installed subversion to avoid build problems for subversion•••svn path=/nixpkgs/trunk/; revision=329 Eelco Visser2003-08-191-0/+10
* gcc-wrapper moved to baseenv•••svn path=/nixpkgs/trunk/; revision=328 Eelco Visser2003-08-191-1/+1
* * I can't believe that anybody is still using `ed', but there you••• have it... svn path=/nixpkgs/trunk/; revision=327 Eelco Dolstra2003-08-194-0/+24
* * ATK and GLib need Perl.••• TODO: clean up the Perl build. Currently it's still using some external libraries, and it doesn't pass all its unit tests. svn path=/nixpkgs/trunk/; revision=326 Eelco Dolstra2003-08-196-2/+33
* * Added bash.•••* Separated stdenv.fix and stdenv-nativetools.fix. svn path=/nixpkgs/trunk/; revision=324 Eelco Dolstra2003-08-198-52/+96
* * Added GNU gettext. Nixification is paying off: e.g., it revealed that glib••• has a dependency on gettext (and Perl; that's next). svn path=/nixpkgs/trunk/; revision=323 Eelco Dolstra2003-08-194-1/+24