summaryrefslogtreecommitdiff
path: root/pkgs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * This is a stable release.•••svn path=/nixpkgs/branches/0.5-release/; revision=988 backups/0.5-release@9890.5Eelco Dolstra2004-04-271-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 Dolstra2004-04-271-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 Dolstra2004-04-232-7/+7
* * Valgrind: upgrade to 2.1.1.•••svn path=/nixpkgs/trunk/; revision=966 Eelco Dolstra2004-04-222-7/+10
* * Subversion upgraded to 1.0.2.•••svn path=/nixpkgs/trunk/; revision=960 Eelco Dolstra2004-04-211-3/+3
* * Ugh. Typo.•••svn path=/nixpkgs/trunk/; revision=959 Eelco Dolstra2004-04-211-2/+2
* * Upgrade to 0.5pre957 and pass `--disable-init-state'.•••svn path=/nixpkgs/trunk/; revision=958 Eelco Dolstra2004-04-212-4/+5
* * Specified MD5 hash.•••svn path=/nixpkgs/trunk/; revision=940 Eelco Dolstra2004-04-141-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 Dolstra2004-04-144-10/+70
* * Obsolete.•••svn path=/nixpkgs/trunk/; revision=936 Eelco Dolstra2004-04-141-65/+0
* * Add dependency on Curl.•••svn path=/nixpkgs/trunk/; revision=931 Eelco Dolstra2004-04-082-2/+3
* * Scrollkeeper requires DocBook XML 4.2 (not 4.3).•••svn path=/nixpkgs/trunk/; revision=930 Eelco Dolstra2004-04-088-7/+30
* * Upgraded Nix to the latest version.•••svn path=/nixpkgs/trunk/; revision=929 Eelco Dolstra2004-04-082-4/+4
* * Upgraded the DocBook DTD and the DocBook XSL stylesheets.•••* Added the DocBook EBNF module. svn path=/nixpkgs/trunk/; revision=926 Eelco Dolstra2004-04-089-18/+46
* * GHC now works again.•••svn path=/nixpkgs/trunk/; revision=925 Eelco Dolstra2004-04-075-34/+11
* * Accept relative paths such as `-I ..' (`-I..' was already being••• accepted). svn path=/nixpkgs/trunk/; revision=924 Eelco Dolstra2004-04-071-0/+10
* * Added xchm, a Windows help viewer for X.•••svn path=/nixpkgs/trunk/; revision=923 Eelco Dolstra2004-04-066-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 Dolstra2004-04-057-5/+93
* * Some renaming.•••svn path=/nixpkgs/trunk/; revision=914 Eelco Dolstra2004-04-0531-4/+4
* * Factor groups of strongly related packages out of••• `all-packages-generic.nix'. svn path=/nixpkgs/trunk/; revision=913 Eelco Dolstra2004-04-055-164/+216
* * Remove docs/ after build.•••svn path=/nixpkgs/trunk/; revision=912 Eelco Dolstra2004-04-052-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 Dolstra2004-04-0413-47/+235
* * Build Firefox in nixpkgs.•••* Some TODOs. svn path=/nixpkgs/trunk/; revision=910 Eelco Dolstra2004-04-032-2/+31
* * Various bug fixes in setup.sh and ld-wrapper.sh.•••svn path=/nixpkgs/trunk/; revision=909 Eelco Dolstra2004-04-025-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 Dolstra2004-04-021-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 Dolstra2004-04-0222-134/+71
* * Update to GTK 2.4.0.•••svn path=/nixpkgs/trunk/; revision=906 Eelco Dolstra2004-04-0211-59/+57
* * More sed breakage.•••svn path=/nixpkgs/trunk/; revision=903 Eelco Dolstra2004-04-015-7/+4
* * Missing file.•••svn path=/nixpkgs/trunk/; revision=902 Eelco Dolstra2004-04-011-0/+14
* * Fix UML - poorly.•••svn path=/nixpkgs/trunk/; revision=901 Eelco Dolstra2004-04-014-18/+41
* * Fixed and/or updated some more components. The number of explicit••• builders is dropping steadily. svn path=/nixpkgs/trunk/; revision=900 Eelco Dolstra2004-04-0137-306/+50
* * Follow redirects. •••svn path=/nixpkgs/trunk/; revision=899 Eelco Dolstra2004-04-011-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 Dolstra2004-04-014-25/+28
* * I don't know why GHC is broken. But it is.•••svn path=/nixpkgs/trunk/; revision=897 Eelco Dolstra2004-04-011-2/+2
* * Doh!.•••svn path=/nixpkgs/trunk/; revision=895 Eelco Dolstra2004-04-011-1/+1
* * Fixed Stratego.•••* Added Zoom, an interpreter for Z-Code. svn path=/nixpkgs/trunk/; revision=894 Eelco Dolstra2004-04-019-59/+27
* * Fixed flex-new.•••svn path=/nixpkgs/trunk/; revision=893 Eelco Dolstra2004-04-014-28/+7
* * Fix bison.•••svn path=/nixpkgs/trunk/; revision=892 Eelco Dolstra2004-04-014-23/+9
* * Working Graphviz / Athena widgets.•••svn path=/nixpkgs/trunk/; revision=891 Eelco Dolstra2004-04-017-19/+54
* * Use an unofficial release of libXt.•••svn path=/nixpkgs/trunk/; revision=890 Eelco Dolstra2004-04-012-368/+6
* * Add `--fail' to curl invocation to catch errors.•••svn path=/nixpkgs/trunk/; revision=889 Eelco Dolstra2004-04-011-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 Dolstra2004-03-3115-119/+102
* * Disable some packages known not to build.•••svn path=/nixpkgs/trunk/; revision=887 Eelco Dolstra2004-03-312-5/+5
* * New Nix release.•••svn path=/nixpkgs/trunk/; revision=886 Eelco Dolstra2004-03-312-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 Dolstra2004-03-312-3/+4
* * Some more updates.•••svn path=/nixpkgs/trunk/; revision=884 Eelco Dolstra2004-03-305-30/+7
* * More freedesktop.org X11 modules.•••* Cleaned up some packages. svn path=/nixpkgs/trunk/; revision=883 Eelco Dolstra2004-03-3025-179/+111
* * Remove builder attributes.•••* MPlayer: pass stdenv to w32codecs. svn path=/nixpkgs/trunk/; revision=882 Eelco Dolstra2004-03-3013-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 Dolstra2004-03-3019-75/+76
* * Fix brokenness due to automatic transformations.•••svn path=/nixpkgs/trunk/; revision=879 Eelco Dolstra2004-03-301-1/+0