summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-03* Merge r990 into 0.5-stable. backups/0.5-stable@34171 0.5-stableEelco Dolstra11-25/+54
svn path=/nixpkgs/branches/0.5-stable/; revision=993
2004-05-01* Added libXv (XVideo).Eelco Dolstra10-24/+53
* Zapping/VLC/MPlayer: use libXv. * MPlayer: upgrade to 1.0pre4. * Zapping: add libXext to the rpath. I don't understand why this is necessary. Zapping doesn't itself link against libXext, though some of its dependencies do. (Maybe this is due to `--export-dynamic'?) svn path=/nixpkgs/trunk/; revision=990
2004-04-27* The contents of this file determines whether to build a stable (`1')Eelco Dolstra1-0/+1
or unstable (`0') release. svn path=/nixpkgs/trunk/; revision=984
2004-04-23* Don't use gettext. Also use an internal (GNU) version of getopt.Eelco Dolstra2-7/+7
This allows it to build on non-glibc platforms (e.g., Mac OS X). svn path=/nixpkgs/trunk/; revision=970
2004-04-22* Valgrind: upgrade to 2.1.1.Eelco Dolstra2-7/+10
svn path=/nixpkgs/trunk/; revision=966
2004-04-21* Subversion upgraded to 1.0.2.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=960
2004-04-21* Ugh. Typo.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=959
2004-04-21* Upgrade to 0.5pre957 and pass `--disable-init-state'.Eelco Dolstra2-4/+5
svn path=/nixpkgs/trunk/; revision=958
2004-04-14* Specified MD5 hash.Eelco Dolstra1-0/+1
svn path=/nixpkgs/trunk/; revision=940
2004-04-14* `fetchsvn' now requires the MD5 hash (as computed by `nix-hash') ofEelco Dolstra4-10/+70
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
2004-04-14* Obsolete.Eelco Dolstra1-65/+0
svn path=/nixpkgs/trunk/; revision=936
2004-04-08* Add dependency on Curl.Eelco Dolstra2-2/+3
svn path=/nixpkgs/trunk/; revision=931
2004-04-08* Scrollkeeper requires DocBook XML 4.2 (not 4.3).Eelco Dolstra8-7/+30
svn path=/nixpkgs/trunk/; revision=930
2004-04-08* Upgraded Nix to the latest version.Eelco Dolstra2-4/+4
svn path=/nixpkgs/trunk/; revision=929
2004-04-08* Upgraded the DocBook DTD and the DocBook XSL stylesheets.Eelco Dolstra9-18/+46
* Added the DocBook EBNF module. svn path=/nixpkgs/trunk/; revision=926
2004-04-07* GHC now works again.Eelco Dolstra5-34/+11
svn path=/nixpkgs/trunk/; revision=925
2004-04-07* Accept relative paths such as `-I ..' (`-I..' was already beingEelco Dolstra1-0/+10
accepted). svn path=/nixpkgs/trunk/; revision=924
2004-04-06* Added xchm, a Windows help viewer for X.Eelco Dolstra6-0/+50
svn path=/nixpkgs/trunk/; revision=923
2004-04-05* Some applications (notably, everything based on wxGTK) don't workEelco Dolstra7-5/+93
yet with GTK 2.4. Fortunately, having several GTKs in parallel is no problem for Nix. svn path=/nixpkgs/trunk/; revision=915
2004-04-05* Some renaming.Eelco Dolstra31-4/+4
svn path=/nixpkgs/trunk/; revision=914
2004-04-05* Factor groups of strongly related packages out ofEelco Dolstra5-164/+216
`all-packages-generic.nix'. svn path=/nixpkgs/trunk/; revision=913
2004-04-05* Remove docs/ after build.Eelco Dolstra2-8/+20
svn path=/nixpkgs/trunk/; revision=912
2004-04-04* Ensure that when building gcc, libstdc++ is linked against theEelco Dolstra13-47/+235
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
2004-04-03* Build Firefox in nixpkgs.Eelco Dolstra2-2/+31
* Some TODOs. svn path=/nixpkgs/trunk/; revision=910
2004-04-02* Various bug fixes in setup.sh and ld-wrapper.sh.Eelco Dolstra5-28/+13
svn path=/nixpkgs/trunk/; revision=909
2004-04-02* Print `building FOO' messages on standard error, not standardEelco Dolstra1-23/+23
output. Some build processes actually parse the output of Make (like Firefox). svn path=/nixpkgs/trunk/; revision=908
2004-04-02* Updated some more packages. However, bittorrent and vlc don't workEelco Dolstra22-134/+71
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
2004-04-02* Update to GTK 2.4.0.Eelco Dolstra11-60/+58
svn path=/nixpkgs/trunk/; revision=906
2004-04-01* More sed breakage.Eelco Dolstra5-7/+4
svn path=/nixpkgs/trunk/; revision=903
2004-04-01* Missing file.Eelco Dolstra1-0/+14
svn path=/nixpkgs/trunk/; revision=902
2004-04-01* Fix UML - poorly.Eelco Dolstra4-18/+41
svn path=/nixpkgs/trunk/; revision=901
2004-04-01* Fixed and/or updated some more components. The number of explicitEelco Dolstra37-306/+50
builders is dropping steadily. svn path=/nixpkgs/trunk/; revision=900
2004-04-01* Follow redirects. Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=899
2004-04-01* MPlayer had an undeclared dependency on zlib; found using theEelco Dolstra4-25/+28
improved purity enforcement in the gcc/ld-wrappers. svn path=/nixpkgs/trunk/; revision=898
2004-04-01* I don't know why GHC is broken. But it is.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=897
2004-04-01* Doh!.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=895
2004-04-01* Fixed Stratego.Eelco Dolstra9-59/+27
* Added Zoom, an interpreter for Z-Code. svn path=/nixpkgs/trunk/; revision=894
2004-04-01* Fixed flex-new.Eelco Dolstra4-28/+7
svn path=/nixpkgs/trunk/; revision=893
2004-04-01* Fix bison.Eelco Dolstra4-23/+9
svn path=/nixpkgs/trunk/; revision=892
2004-04-01* Working Graphviz / Athena widgets.Eelco Dolstra7-19/+54
svn path=/nixpkgs/trunk/; revision=891
2004-04-01* Use an unofficial release of libXt.Eelco Dolstra2-368/+6
svn path=/nixpkgs/trunk/; revision=890
2004-04-01* Add `--fail' to curl invocation to catch errors.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=889
2004-03-31* Provide a wrapper around `aclocal' (in Automake) that automaticallyEelco Dolstra15-120/+103
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
2004-03-31* Disable some packages known not to build.Eelco Dolstra2-5/+5
svn path=/nixpkgs/trunk/; revision=887
2004-03-31* New Nix release.Eelco Dolstra2-14/+15
svn path=/nixpkgs/trunk/; revision=886
2004-03-31* Some changes to get Firefox working (it doesn't work yet, sinceEelco Dolstra2-3/+4
the freedesktop.org libXt is broken, but never mind that). svn path=/nixpkgs/trunk/; revision=885
2004-03-30* Some more updates.Eelco Dolstra5-30/+7
svn path=/nixpkgs/trunk/; revision=884
2004-03-30* More freedesktop.org X11 modules.Eelco Dolstra25-179/+111
* Cleaned up some packages. svn path=/nixpkgs/trunk/; revision=883
2004-03-30* Remove builder attributes.Eelco Dolstra13-13/+1
* MPlayer: pass stdenv to w32codecs. svn path=/nixpkgs/trunk/; revision=882
2004-03-30* Finally we have a working stdenvLinux again.Eelco Dolstra19-76/+77
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