Commit graph

16630 commits

Author SHA1 Message Date
Eelco Dolstra
30933c30d3 * GCC updated to 4.6.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30062
2011-10-27 17:02:15 +00:00
Eelco Dolstra
3cb8791cf9 * Backport the GCC xlibs dependency fix.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30061
2011-10-27 16:50:00 +00:00
Eelco Dolstra
e85e73bbc8 * Operator precendence kills :-) GCC was accidentally depending on
X11 because of missing parentheses around a ‘++’.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30060
2011-10-27 16:42:51 +00:00
Eelco Dolstra
fd394a7c4a * Only print "@ phase..." messages on demand since they're kind of
ugly and we already print phases (with start and end markers).
* Remove some stray tabs.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30059
2011-10-27 16:32:46 +00:00
Eelco Dolstra
de1c91bc00 * Make Perl 5.14 the default. Cross fingers.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30058
2011-10-27 16:09:22 +00:00
Eelco Dolstra
5649122458 * Added Perl 5.14.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30057
2011-10-27 15:58:25 +00:00
Eelco Dolstra
20ab6cfbf7 * Move perl-5.8 and perl-5.10 into perl/ per the coding conventions.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30055
2011-10-27 15:35:43 +00:00
Eelco Dolstra
78ff18a538 * ec2-api-tools updated to 1.4.4.2.
svn path=/nixpkgs/trunk/; revision=30054
2011-10-27 15:15:28 +00:00
Lluís Batlle i Rossell
0ccd825d81 Adding an udev patch for kernels not having the accept4 call. armv5tel 3.0, for example.
svn path=/nixpkgs/trunk/; revision=30053
2011-10-27 15:13:26 +00:00
Shea Levy
d2006f51a0 Use -isystem instead of -I for system headers to avoid warnings when using -pedantic
svn path=/nixpkgs/trunk/; revision=30052
2011-10-27 06:39:45 +00:00
Shea Levy
0892d42613 The clang static analyzer can be accessed through clang --analyze, no need for scan-build and view
svn path=/nixpkgs/trunk/; revision=30051
2011-10-27 06:04:00 +00:00
Eelco Dolstra
bcffafa65a * Whitespace.
svn path=/nixpkgs/trunk/; revision=30044
2011-10-26 17:58:53 +00:00
Peter Simons
3a160ac25d haskell-hledger-web: updated to version 0.16.5
svn path=/nixpkgs/trunk/; revision=30043
2011-10-26 17:39:44 +00:00
Peter Simons
2b0c889181 haskell-http-enumerator: updated to version 0.7.1.3
svn path=/nixpkgs/trunk/; revision=30042
2011-10-26 17:37:31 +00:00
Peter Simons
e85d655229 haskell-gloss: updated to version 1.5.0.2
svn path=/nixpkgs/trunk/; revision=30041
2011-10-26 17:37:28 +00:00
Peter Simons
fe5f8db5aa haskell-cabal-file-th: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=30040
2011-10-26 17:37:25 +00:00
Peter Simons
4e9e385fec haskell-Hipmunk: updated to version 5.2.0.5
svn path=/nixpkgs/trunk/; revision=30039
2011-10-26 17:37:22 +00:00
Peter Simons
b072f7f2ea haskell-ConfigFile: updated to version 1.1.1
svn path=/nixpkgs/trunk/; revision=30038
2011-10-26 17:37:19 +00:00
Peter Simons
9de4823ff5 haskell-text: updated to version 0.11.1.6
svn path=/nixpkgs/trunk/; revision=30037
2011-10-26 17:37:15 +00:00
Eelco Dolstra
40f93f0b3b * Increase XEN_MAX_DOMAIN_MEMORY to support 4xlarge EC2 instances.
svn path=/nixpkgs/trunk/; revision=30036
2011-10-26 17:34:31 +00:00
Eelco Dolstra
7c953e8bf5 * Remove sed hackery that is no longer needed. (The firmware files in
the Debian SVN tree had a version number attached that had to be
  stripped out.)

svn path=/nixpkgs/trunk/; revision=30035
2011-10-26 16:16:44 +00:00
Eelco Dolstra
eeb4d231b3 * Subversion updated to 1.7.1.
svn path=/nixpkgs/trunk/; revision=30034
2011-10-26 15:32:56 +00:00
Peter Simons
af640dee05 synchronize with trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=30033
2011-10-26 11:14:29 +00:00
Peter Simons
12ab90b047 prune empty directories
svn path=/nixpkgs/trunk/; revision=30032
2011-10-26 10:51:24 +00:00
Peter Simons
3590b859c5 Revert stdenv glibc back to version 2.13.
Note that I didn't touch the glibcCross attribute! That still points to glibc 2.14.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30031
2011-10-26 10:48:55 +00:00
Peter Simons
51e5c3b73d added glibc-2.13 again
svn path=/nixpkgs/branches/stdenv-updates/; revision=30030
2011-10-26 10:47:19 +00:00
Peter Simons
4353727ac8 libtirpc: added version 0.2.2
The glibc maintainers in their wisdom have dropped RPC support. That change
causes plenty of builds to fail, like PAM. Users are supposed to use libtirpc
instead, which, naturally, doesn't compile with glibc 2.14. I'm adding the
library anyway, just so that we have it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30029
2011-10-26 10:32:40 +00:00
Peter Simons
61c4b72f0e coreutils: added missing xz build input
svn path=/nixpkgs/branches/stdenv-updates/; revision=30028
2011-10-26 09:58:19 +00:00
Peter Simons
dfd063cf12 synchronize with trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=30027
2011-10-26 09:15:25 +00:00
Shea Levy
892889cf35 Add netperf
I will add meta later, I promise, I just need to use this now

svn path=/nixpkgs/trunk/; revision=30026
2011-10-25 20:49:22 +00:00
Lluís Batlle i Rossell
621e87f821 Adding a newer dovecot
svn path=/nixpkgs/trunk/; revision=30025
2011-10-25 20:34:19 +00:00
Lluís Batlle i Rossell
706b80c282 I wrote bad my attempt at -static-libgcc. Retrying.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30024
2011-10-25 18:52:32 +00:00
Lluís Batlle i Rossell
0b1f1a522c Updating glibc from 2.13 to 2.14.1
svn path=/nixpkgs/branches/stdenv-updates/; revision=30023
2011-10-25 18:35:41 +00:00
Lluís Batlle i Rossell
3fa51ac56a Trying to disable the references to the bootstrap-tools libgcc
svn path=/nixpkgs/branches/stdenv-updates/; revision=30022
2011-10-25 18:35:17 +00:00
Lluís Batlle i Rossell
6582f602c9 Updating gnutls, as it failed on 'make test' on arm. The new does not fail.
svn path=/nixpkgs/trunk/; revision=30021
2011-10-25 17:53:44 +00:00
Lluís Batlle i Rossell
faafa3513a Adding a kernel mirror that at least has the module-init-tools of nixpkgs.
svn path=/nixpkgs/trunk/; revision=30020
2011-10-25 17:46:39 +00:00
Lluís Batlle i Rossell
b74d8fb90f Making gpgme optional in mutt. A dependency of gpgme (pth) does not build on arm.
svn path=/nixpkgs/trunk/; revision=30019
2011-10-25 17:46:26 +00:00
Lluís Batlle i Rossell
624b8616d4 Enabling the ipv6 module in the sheevaplug
svn path=/nixpkgs/trunk/; revision=30018
2011-10-25 17:41:43 +00:00
Peter Simons
ebdf510f74 os-specific/linux/firmware/bcm43xx: fetch files individually to avoid checksum errors in tarball
svn path=/nixpkgs/trunk/; revision=30016
2011-10-25 17:06:38 +00:00
Peter Simons
e09dbeb845 haskell-cabal-file-th: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=30015
2011-10-25 16:43:13 +00:00
Eelco Dolstra
f31cd519b6 * Updated version of the readlink() patch.
svn path=/nixpkgs/trunk/; revision=30013
2011-10-25 12:52:41 +00:00
Shea Levy
c7b6e96d84 v86d
svn path=/nixpkgs/trunk/; revision=30011
2011-10-25 09:40:15 +00:00
Peter Simons
a5324f2132 pkgs/os-specific/linux/firmware/bcm43xx: please do not use fetchsvn in base system
Replaced use of fetchsvn with fetchurl. Please note that machines behind a
company firewall usually cannot access svn://-style URLs, which means that
nixos-rebuild is going to fail. HTTP works fine, though.

The URL I used to download the tar.gz archive is probably not stable, or
rather, the tar.gz archive generated by Gitweb at that URL might have a
different checksum every time it's generated. I'm not sure what else to do,
though. Could a kind firmware expert please improve the situation further?

Also, I wonder what is the purpose of the sed expression in the command

    cp $i $out/brcm/$(echo $i | sed 's/\(.*\.fw\).*/\1/')

...? The downloaded directory doesn't seem to contain any files that would
match that expression?

svn path=/nixpkgs/trunk/; revision=30010
2011-10-25 09:27:41 +00:00
Shea Levy
dd9e83b77f Enable building full klibc as a kernelPackage
svn path=/nixpkgs/trunk/; revision=30009
2011-10-25 08:59:39 +00:00
Shea Levy
e0e4770ec9 klibc 1.5.24
svn path=/nixpkgs/trunk/; revision=30008
2011-10-25 08:20:03 +00:00
Shea Levy
6638835c93 Linux 3.0
svn path=/nixpkgs/trunk/; revision=30007
2011-10-25 06:21:27 +00:00
Eelco Dolstra
4401a2b70c * Added the Broadcom 43xx firmware.
svn path=/nixpkgs/trunk/; revision=30002
2011-10-24 23:35:53 +00:00
Peter Simons
19291c77e3 haskell-hledger-web: updated to version 0.16.4
svn path=/nixpkgs/trunk/; revision=30000
2011-10-24 19:18:10 +00:00
Peter Simons
e0b9bbdb27 haskell-cabal-file-th: added version 0.1
svn path=/nixpkgs/trunk/; revision=29999
2011-10-24 19:18:04 +00:00
Lluís Batlle i Rossell
f71f99ce48 Updating mldonkey
svn path=/nixpkgs/trunk/; revision=29998
2011-10-24 19:03:18 +00:00