Eelco Dolstra
7456ae4f5c
coreutils: Update to 8.23
2014-10-06 20:40:11 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
a0bbe58a19
coreutils: Disable parallel building
2014-02-14 19:17:23 +01:00
Vladimír Čunát
34a7256820
coreutils: fix build (race condition)
2013-12-27 20:53:53 +01:00
Peter Simons
9407832de4
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/development/libraries/gettext/default.nix
2013-09-23 10:59:44 +02:00
Vladimír Čunát
961c2fe7c3
coreutils,gettext: don't change hash except for darwin
...
Also some style cleanup.
Note that defining an empty-string variable *does* change the hash.
I would like to change this behaviour one day
(clean up attrs when compiling the derivation).
2013-09-14 14:56:10 +02:00
Danie Roux
055e646bfc
coreutils: Guard against compiler not supporting __builtin_stpncpy_chk
...
From https://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html :
5) Building with a compiler that doesn't support newer __builtins
If your port uses MacPorts compilers rather than the default compiler,
you may run into trouble with string functions. You'll see errors at
link time about undefined __builtin_* functions. If this happens, you
may want to compile with -D_FORTIFY_SOURCE=0 to tell the headers to
use unfortified versions which do not use compiler builtins.
2013-09-14 14:45:07 +02:00
Peter Simons
0d7118814b
Merge branch 'origin/master' into stdenv.
2013-08-17 10:00:16 +02:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Peter Simons
4914e63a89
Merge changes from branch 'master' into stdenv-updates.
...
Conflicts:
pkgs/development/libraries/icu/default.nix
pkgs/tools/misc/coreutils/default.nix
2013-04-19 11:48:11 +02:00
Lluís Batlle i Rossell
91a94932d9
coreutils: fixing cross-build
...
coreutils can't generate the man pages cross-building. I do a trick
to get them from a non-cross-built coreutils.
2013-04-10 15:56:14 +02:00
Eelco Dolstra
92656e5f52
coreutils: Update to 8.21
...
Now "df" finally hides bind mounts and rootfs!
2013-03-06 14:10:54 +01:00
Danny Wilson
15e865ac09
GCC 4.7.2 + updated libraries compiles on Illumos/SmartOS!
...
- Add solaris native ld support to GCC build wrapper
- Add solaris ld wrapper that fixes -L argument order
2013-02-28 20:04:02 +01:00
Danny Wilson
bcaea92a12
Attempt at getting GCC 4.7 compiled on Illumos...
...
No success yet :-(
2013-02-28 20:04:01 +01:00
Danny Wilson
cf42601f92
Coreutils update and Illumos compatibility fixes.
...
- GNU Coreutils 8.21
- Add is64Bit checks to stdenv for Solaris.
- Fix OpenSSL Illumos build.
2013-02-28 20:04:01 +01:00
Lluís Batlle i Rossell
09d12cc9db
coreutils: update to 8.20. They didn't build in i686 here.
...
Here is the error:
set-mode-acl.c: In function 'qset_acl':
set-mode-acl.c:72:6: error: #error Must have acl_delete_def_file (see POSIX 1003.1e draft 17).
2013-01-02 19:26:11 +01:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Eelco Dolstra
5be0a9acd7
Rename hostDrv -> crossDrv, buildDrv -> nativeDrv
...
This is for consistency with terminology in stdenv (and the terms
"hostDrv" and "buildDrv" are not very intuitive, even if they're
consistent with GNU terminology).
2012-12-28 19:08:19 +01:00
Eelco Dolstra
0ecd1f62c7
Revert "coreutils: Update to 8.20"
...
This reverts commit 1620307488
.
8.20 doesn't build on x86_64-darwin.
http://hydra.nixos.org/build/3435174
2012-12-12 17:00:32 +01:00
Eelco Dolstra
1620307488
coreutils: Update to 8.20
2012-11-23 17:29:06 +01:00
Eelco Dolstra
db5c495d98
coreutils: Update to 8.19
2012-09-18 14:48:48 -04:00
Ludovic Courtès
77fdc7bb35
GNU Coreutils: Allow builds with newer versions of glibc.
2012-06-28 15:30:02 +02:00
Eelco Dolstra
d4d7931a62
* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
2012-01-18 20:53:01 +00:00
Eelco Dolstra
f7159c195a
* coreutils 8.15.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31643
2012-01-18 20:09:26 +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
Ludovic Courtès
5d5b893223
GNU Coreutils 8.14.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=29848
2011-10-14 21:56:16 +00:00
Shea Levy
8715ac105b
GNU Coreutils 8.13
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=29191
2011-09-11 18:58:24 +00:00
Shea Levy
4d70ba6cc9
Merge from trunk up through r28790
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=28792
2011-08-24 19:16:43 +00:00
Evgeny Egorochkin
ac951a6469
coreutils: add SELinux support
...
svn path=/nixpkgs/trunk/; revision=26543
2011-03-27 04:46:25 +00:00
Ludovic Courtès
99a303b0dc
GNU Coreutils 8.10.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=26117
2011-02-25 15:28:22 +00:00
Ludovic Courtès
e7739d9407
GNU Coreutils 8.7.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25092
2010-12-12 23:35:22 +00:00
Ludovic Courtès
96da0397a9
GNU Coreutils 8.5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23279
2010-08-20 15:26:31 +00:00
Peter Simons
70240d36ac
Enable parallel building of gcc, glibc, gmp, mpfr, coreutils, perl, git, and qt4.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=22400
2010-06-23 14:35:18 +00:00
Lluís Batlle i Rossell
85e1bc7d34
Fixing coreutils - I did not merge that well enough
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=21976
2010-05-25 20:41:53 +00:00
Lluís Batlle i Rossell
fa1a414aee
Merging from trunk - I had to resolve conflicts on coreutils; I hope I resolved that
...
well
svn path=/nixpkgs/branches/stdenv-updates/; revision=21975
2010-05-25 20:38:18 +00:00
Ludovic Courtès
0b2906ca28
Add cross Coreutils.
...
svn path=/nixpkgs/trunk/; revision=21935
2010-05-21 13:46:54 +00:00
Lluís Batlle i Rossell
19b9811012
Making a bunch of basic programs cross-buildable.
...
After this, the 'bootstrap-tools' can be cross-built.
svn path=/nixpkgs/branches/stdenv-updates/; revision=20945
2010-04-04 18:10:42 +00:00
Lluís Batlle i Rossell
6f9a783232
Trying to get coreutils cross-built with uclibc.
...
This involved fixing some buildInputs/buildNativeInputs in acl/attr,
and adding a libiconv in some places.
svn path=/nixpkgs/branches/stdenv-updates/; revision=20510
2010-03-09 18:05:38 +00:00
Ludovic Courtès
bf1ffcc595
coreutils: Disable tests on non-GNU platforms.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19521
2010-01-18 14:54:42 +00:00
Ludovic Courtès
951ec3ce51
GNU Coreutils 8.4.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19429
2010-01-14 10:09:39 +00:00
Ludovic Courtès
792eeca654
GNU Coreutils 8.3.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19314
2010-01-08 21:22:10 +00:00
Ludovic Courtès
ef0cd29eb0
GNU Coreutils 8.2.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18906
2009-12-11 20:05:54 +00:00
Lluís Batlle i Rossell
6fadcfbd03
Building coreutils with gmp, only because it is possible to do so.
...
I don't know the advantage, though.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18770
2009-12-02 19:34:34 +00:00
Ludovic Courtès
3548887c27
GNU Coreutils: Comment on test failures.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18512
2009-11-22 00:22:42 +00:00
Lluís Batlle i Rossell
b27cf66ee2
argh. Bad commenting style and a commit too blind.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18496
2009-11-20 20:29:32 +00:00
Lluís Batlle i Rossell
7748e9e964
Disabling the coreutils tests
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18495
2009-11-20 20:28:43 +00:00
Lluís Batlle i Rossell
9effdda93b
Updating the dependencies of the new coreutils: they need perl.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18494
2009-11-20 20:26:36 +00:00
Ludovic Courtès
40e564c87c
GNU Coreutils 8.1.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18476
2009-11-19 22:46:45 +00:00
Lluís Batlle i Rossell
4b27d28701
Porting changes from stdenv-updates into this branch.
...
This comes from:
svn diff ^/nixpkgs/trunk/@18255 ^/nixpkgs/branches/stdenv-updates/ > diff
patch -p0 < diff
and then adding into svn all files new from the patch.
trunk@18255 comes from the last time I updated stdenv-updates from trunk.
svn path=/nixpkgs/stdenv-updates2/; revision=18272
2009-11-08 00:32:12 +00:00
Ludovic Courtès
f48dfa1e25
GNU Coreutils 7.2.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14833
2009-04-02 12:33:03 +00:00