| Commit message (Expand) | Author | Age | Files | Lines |
| * | * This is a stable release.•••svn path=/nixpkgs/branches/0.5-release/; revision=988
backups/0.5-release@9890.5 | Eelco Dolstra | 2004-04-27 | 1 | -1/+1 |
| * | * The contents of this file determines whether to build a stable (`1')••• or unstable (`0') release.
svn path=/nixpkgs/trunk/; revision=984
| Eelco Dolstra | 2004-04-27 | 1 | -0/+1 |
| * | * Don't use gettext. Also use an internal (GNU) version of getopt.••• This allows it to build on non-glibc platforms (e.g., Mac OS X).
svn path=/nixpkgs/trunk/; revision=970
| Eelco Dolstra | 2004-04-23 | 2 | -7/+7 |
| * | * Valgrind: upgrade to 2.1.1.•••svn path=/nixpkgs/trunk/; revision=966
| Eelco Dolstra | 2004-04-22 | 2 | -7/+10 |
| * | * Subversion upgraded to 1.0.2.•••svn path=/nixpkgs/trunk/; revision=960
| Eelco Dolstra | 2004-04-21 | 1 | -3/+3 |
| * | * Ugh. Typo.•••svn path=/nixpkgs/trunk/; revision=959
| Eelco Dolstra | 2004-04-21 | 1 | -2/+2 |
| * | * Upgrade to 0.5pre957 and pass `--disable-init-state'.•••svn path=/nixpkgs/trunk/; revision=958
| Eelco Dolstra | 2004-04-21 | 2 | -4/+5 |
| * | * Specified MD5 hash.•••svn path=/nixpkgs/trunk/; revision=940
| Eelco Dolstra | 2004-04-14 | 1 | -0/+1 |
| * | * `fetchsvn' now requires the MD5 hash (as computed by `nix-hash') of••• the tree being fetched from a Subversion repository. The revision
number is now optional (and defaults to HEAD).
This makes `fetchsvn' more pure. First, a URL/revision tuple does
not uniquely identify a file resource, since the repository itself
might change. Second, `svn:external' attributes can cause arbitrary
resources to be exported.
A script `nix-prefetch-svn' has been provided to determine the hash
of a URL.
svn path=/nixpkgs/trunk/; revision=938
| Eelco Dolstra | 2004-04-14 | 4 | -10/+70 |
| * | * Obsolete.•••svn path=/nixpkgs/trunk/; revision=936
| Eelco Dolstra | 2004-04-14 | 1 | -65/+0 |
| * | * Add dependency on Curl.•••svn path=/nixpkgs/trunk/; revision=931
| Eelco Dolstra | 2004-04-08 | 2 | -2/+3 |
| * | * Scrollkeeper requires DocBook XML 4.2 (not 4.3).•••svn path=/nixpkgs/trunk/; revision=930
| Eelco Dolstra | 2004-04-08 | 8 | -7/+30 |
| * | * Upgraded Nix to the latest version.•••svn path=/nixpkgs/trunk/; revision=929
| Eelco Dolstra | 2004-04-08 | 2 | -4/+4 |
| * | * Upgraded the DocBook DTD and the DocBook XSL stylesheets.•••* Added the DocBook EBNF module.
svn path=/nixpkgs/trunk/; revision=926
| Eelco Dolstra | 2004-04-08 | 9 | -18/+46 |
| * | * GHC now works again.•••svn path=/nixpkgs/trunk/; revision=925
| Eelco Dolstra | 2004-04-07 | 5 | -34/+11 |
| * | * Accept relative paths such as `-I ..' (`-I..' was already being••• accepted).
svn path=/nixpkgs/trunk/; revision=924
| Eelco Dolstra | 2004-04-07 | 1 | -0/+10 |
| * | * Added xchm, a Windows help viewer for X.•••svn path=/nixpkgs/trunk/; revision=923
| Eelco Dolstra | 2004-04-06 | 6 | -0/+50 |
| * | * Some applications (notably, everything based on wxGTK) don't work••• yet with GTK 2.4. Fortunately, having several GTKs in parallel is
no problem for Nix.
svn path=/nixpkgs/trunk/; revision=915
| Eelco Dolstra | 2004-04-05 | 7 | -5/+93 |
| * | * Some renaming.•••svn path=/nixpkgs/trunk/; revision=914
| Eelco Dolstra | 2004-04-05 | 31 | -4/+4 |
| * | * Factor groups of strongly related packages out of••• `all-packages-generic.nix'.
svn path=/nixpkgs/trunk/; revision=913
| Eelco Dolstra | 2004-04-05 | 5 | -164/+216 |
| * | * Remove docs/ after build.•••svn path=/nixpkgs/trunk/; revision=912
| Eelco Dolstra | 2004-04-05 | 2 | -8/+20 |
| * | * Ensure that when building gcc, libstdc++ is linked against the••• libgcc of the gcc being built, not the gcc building it.
* Only include a directory in the rpath of an executable/library if it
is actually used. Before, the `/lib' directory of every build input
was added to the rpath, causing many unnecessary retained
dependencies. For instance, Perl has a `/lib' directory, but most
applications whose build process uses Perl don't actually link
against Perl. (Also added a test for this.)
* After building glibc, remove glibcbug, to prevent a retained
dependency on gcc.
* Add a newline after `building X' in GNU Make.
svn path=/nixpkgs/trunk/; revision=911
| Eelco Dolstra | 2004-04-04 | 13 | -47/+235 |
| * | * Build Firefox in nixpkgs.•••* Some TODOs.
svn path=/nixpkgs/trunk/; revision=910
| Eelco Dolstra | 2004-04-03 | 2 | -2/+31 |
| * | * Various bug fixes in setup.sh and ld-wrapper.sh.•••svn path=/nixpkgs/trunk/; revision=909
| Eelco Dolstra | 2004-04-02 | 5 | -28/+13 |
| * | * Print `building FOO' messages on standard error, not standard••• output. Some build processes actually parse the output of Make
(like Firefox).
svn path=/nixpkgs/trunk/; revision=908
| Eelco Dolstra | 2004-04-02 | 1 | -23/+23 |
| * | * Updated some more packages. However, bittorrent and vlc don't work••• right now because wxGTK is broken (it depends on internal symbols in
GTK which where made private in GTK 2.4).
svn path=/nixpkgs/trunk/; revision=907
| Eelco Dolstra | 2004-04-02 | 22 | -134/+71 |
| * | * Update to GTK 2.4.0.•••svn path=/nixpkgs/trunk/; revision=906
| Eelco Dolstra | 2004-04-02 | 11 | -59/+57 |
| * | * More sed breakage.•••svn path=/nixpkgs/trunk/; revision=903
| Eelco Dolstra | 2004-04-01 | 5 | -7/+4 |
| * | * Missing file.•••svn path=/nixpkgs/trunk/; revision=902
| Eelco Dolstra | 2004-04-01 | 1 | -0/+14 |
| * | * Fix UML - poorly.•••svn path=/nixpkgs/trunk/; revision=901
| Eelco Dolstra | 2004-04-01 | 4 | -18/+41 |
| * | * Fixed and/or updated some more components. The number of explicit••• builders is dropping steadily.
svn path=/nixpkgs/trunk/; revision=900
| Eelco Dolstra | 2004-04-01 | 37 | -306/+50 |
| * | * Follow redirects. •••svn path=/nixpkgs/trunk/; revision=899
| Eelco Dolstra | 2004-04-01 | 1 | -1/+1 |
| * | * MPlayer had an undeclared dependency on zlib; found using the••• improved purity enforcement in the gcc/ld-wrappers.
svn path=/nixpkgs/trunk/; revision=898
| Eelco Dolstra | 2004-04-01 | 4 | -25/+28 |
| * | * I don't know why GHC is broken. But it is.•••svn path=/nixpkgs/trunk/; revision=897
| Eelco Dolstra | 2004-04-01 | 1 | -2/+2 |
| * | * Doh!.•••svn path=/nixpkgs/trunk/; revision=895
| Eelco Dolstra | 2004-04-01 | 1 | -1/+1 |
| * | * Fixed Stratego.•••* Added Zoom, an interpreter for Z-Code.
svn path=/nixpkgs/trunk/; revision=894
| Eelco Dolstra | 2004-04-01 | 9 | -59/+27 |
| * | * Fixed flex-new.•••svn path=/nixpkgs/trunk/; revision=893
| Eelco Dolstra | 2004-04-01 | 4 | -28/+7 |
| * | * Fix bison.•••svn path=/nixpkgs/trunk/; revision=892
| Eelco Dolstra | 2004-04-01 | 4 | -23/+9 |
| * | * Working Graphviz / Athena widgets.•••svn path=/nixpkgs/trunk/; revision=891
| Eelco Dolstra | 2004-04-01 | 7 | -19/+54 |
| * | * Use an unofficial release of libXt.•••svn path=/nixpkgs/trunk/; revision=890
| Eelco Dolstra | 2004-04-01 | 2 | -368/+6 |
| * | * Add `--fail' to curl invocation to catch errors.•••svn path=/nixpkgs/trunk/; revision=889
| Eelco Dolstra | 2004-04-01 | 1 | -1/+1 |
| * | * Provide a wrapper around `aclocal' (in Automake) that automatically••• adds all directories specified in `ACLOCAL_PATH' to the `aclocal'
command line as `-I' flags. Also, it provides a setup hook that
adds the `.../share/aclocal' directory of every build input to
`ACLOCAL_PATH'.
* Upgraded Libtool.
* Graphviz requires the X Athena widgets, which in turn requires the X
miscellaneous utilities library; added those. However it doesn't
work yet since libXt is broken.
svn path=/nixpkgs/trunk/; revision=888
| Eelco Dolstra | 2004-03-31 | 15 | -119/+102 |
| * | * Disable some packages known not to build.•••svn path=/nixpkgs/trunk/; revision=887
| Eelco Dolstra | 2004-03-31 | 2 | -5/+5 |
| * | * New Nix release.•••svn path=/nixpkgs/trunk/; revision=886
| Eelco Dolstra | 2004-03-31 | 2 | -14/+15 |
| * | * Some changes to get Firefox working (it doesn't work yet, since••• the freedesktop.org libXt is broken, but never mind that).
svn path=/nixpkgs/trunk/; revision=885
| Eelco Dolstra | 2004-03-31 | 2 | -3/+4 |
| * | * Some more updates.•••svn path=/nixpkgs/trunk/; revision=884
| Eelco Dolstra | 2004-03-30 | 5 | -30/+7 |
| * | * More freedesktop.org X11 modules.•••* Cleaned up some packages.
svn path=/nixpkgs/trunk/; revision=883
| Eelco Dolstra | 2004-03-30 | 25 | -179/+111 |
| * | * Remove builder attributes.•••* MPlayer: pass stdenv to w32codecs.
svn path=/nixpkgs/trunk/; revision=882
| Eelco Dolstra | 2004-03-30 | 13 | -13/+1 |
| * | * Finally we have a working stdenvLinux again.••• On the downside, the build process of stdenvLinux builds gcc 9 times
(3 x 3 bootstrap stages). That's a bit excessive.
svn path=/nixpkgs/trunk/; revision=880
| Eelco Dolstra | 2004-03-30 | 19 | -75/+76 |
| * | * Fix brokenness due to automatic transformations.•••svn path=/nixpkgs/trunk/; revision=879
| Eelco Dolstra | 2004-03-30 | 1 | -1/+0 |