Eelco Dolstra
6f70fd1c6b
* util-linux-ng: updated to 2.16. Don't build a separate mount
...
anymore since the build process was very hacky. Instead
mount/umount looks for mount helpers in
/var/run/current-system/sw/sbin. It would be better to use an
environment variable, but that would be risky if mount is setuid
root.
* e2fsprogs: updated to 1.41.8. Don't build libuuid, libblkid
etc. anymore, since they have been moved to util-linux-ng.
* nfs-utils: updated to 1.2.0.
svn path=/nixpkgs/trunk/; revision=16682
2009-08-11 20:57:29 +00:00
Rob Vermaas
1c3f49e06f
* Changed version of gcc to 4.0.1 - 5484 on darwin
...
* Added dsymutil to gcc wrapper env on darwin
* turned off make check for gnugrep on darwin
* added --enable-bsd=libs configure flag for gnugrep on darwin
svn path=/nixpkgs/trunk/; revision=16014
2009-06-21 18:37:54 +00:00
Eelco Dolstra
85978b1efa
* e2fsprogs updated to 1.41.6. Also keep the previous version around
...
so that we don't have to rebuild everything that depends on libuuid
(such as all X programs).
svn path=/nixpkgs/trunk/; revision=15964
2009-06-15 16:45:48 +00:00
Eelco Dolstra
84e60bf3c8
* Latest e2fsprogs.
...
svn path=/nixpkgs/trunk/; revision=15679
2009-05-20 17:13:51 +00:00
Eelco Dolstra
0618e2cd68
* e2fsprogs 1.41.4.
...
svn path=/nixpkgs/trunk/; revision=13962
2009-02-02 19:00:20 +00:00
Michael Raskin
ed11a2bbc8
Build e2fsprogs at last
...
svn path=/nixpkgs/trunk/; revision=13719
2009-01-06 23:22:29 +00:00
Eelco Dolstra
a36a329e57
* e2fsprogs 1.41.3. This adds userspace support for ext4.
...
svn path=/nixpkgs/trunk/; revision=13711
2009-01-06 09:16:41 +00:00
Armijn Hemel
0042a38689
1.4.8 -> 1.4.11
...
svn path=/nixpkgs/trunk/; revision=12151
2008-06-18 19:37:55 +00:00
Eelco Dolstra
e6028ae5f4
* Doh, wrong hash.
...
svn path=/nixpkgs/trunk/; revision=11779
2008-05-08 11:00:18 +00:00
Eelco Dolstra
2fa9669469
* e2fsprogs 1.40.8.
...
svn path=/nixpkgs/trunk/; revision=11776
2008-05-08 10:56:59 +00:00
Michael Raskin
8b48a5c731
Fixed e2fsprogs - install libs needed for testdisk
...
svn path=/nixpkgs/trunk/; revision=11004
2008-03-07 05:51:59 +00:00
Eelco Dolstra
f41df276c6
e2fsprogs: drop the gettext dependency.
...
svn path=/nixpkgs/trunk/; revision=10992
2008-03-06 16:10:01 +00:00
Eelco Dolstra
282c8421d5
* e2fsprogs 1.40.7.
...
svn path=/nixpkgs/trunk/; revision=10981
2008-03-06 12:08:19 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra
def1bec4cd
* Fix e2fsprogs on dietlibc on i686-linux.
...
svn path=/nixpkgs/trunk/; revision=7772
2007-01-23 13:52:34 +00:00
Eelco Dolstra
44a1817bef
* Some hackery to get e2fsprogs to build on x86_64 with dietlibc.
...
svn path=/nixpkgs/trunk/; revision=7758
2007-01-22 22:10:14 +00:00
Armijn Hemel
80daff2267
add postInstall to install include files and libraries
...
svn path=/nixpkgs/trunk/; revision=7544
2007-01-06 22:04:46 +00:00
Eelco Dolstra
50f412047d
* Use symlinks instead of hard links in e2fsprogs.
...
* Merge e2fsprogs and e2fsprogs-diet.
svn path=/nixpkgs/trunk/; revision=7116
2006-11-24 11:36:57 +00:00
Eelco Dolstra
ad897a7c96
* Update more URLs.
...
svn path=/nixpkgs/trunk/; revision=6713
2006-10-12 14:53:45 +00:00
Armijn Hemel
dfc8248073
fix some compilation/installation issues with e2fsprogs.
...
svn path=/nixpkgs/trunk/; revision=6275
2006-08-27 17:40:04 +00:00
Armijn Hemel
7793f28f0f
upgrade e2fsprogs to 1.39
...
svn path=/nixpkgs/trunk/; revision=5517
2006-06-24 15:58:25 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Armijn Hemel
0ee2f324cc
update to 1.38. Weird: this version doesn't want to build with dietlibc,
...
should find out why...
svn path=/nixpkgs/trunk/; revision=4452
2005-12-28 02:53:56 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Armijn Hemel
eefd0d1745
This is what happens when you do a normal "cp -a" instead of a "svn cp". Argh. Can somebody please bring out the LART?
...
svn path=/nixpkgs/trunk/; revision=3733
2005-08-28 00:30:53 +00:00
Armijn Hemel
9bc5482790
e2fsprogs-diet
...
svn path=/nixpkgs/trunk/; revision=3732
2005-08-28 00:20:16 +00:00
Eelco Dolstra
454707da23
* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Armijn Hemel
d69b455cbc
add a builder for e2fsprogs, so that an essential header file also gets installed
...
svn path=/nixpkgs/trunk/; revision=3489
2005-07-31 21:16:15 +00:00
Armijn Hemel
e60679df47
build libraries too (needed for tools like parted)
...
svn path=/nixpkgs/trunk/; revision=3486
2005-07-31 20:39:05 +00:00
Eelco Dolstra
f6e91bc9c9
* Merge r2396.
...
svn path=/nixpkgs/trunk/; revision=2397
2005-03-14 09:22:26 +00:00
Eelco Dolstra
6ec09d7357
* E2fsprogs updated to 1.36.
...
svn path=/nixpkgs/trunk/; revision=2372
2005-03-10 16:03:19 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Dolstra
12ae5363ea
* Remove trivial builders.
...
* Make builders unexecutable by removing the hash-bang line and
execute permission.
* Convert calls to `derivation' to `mkDerivation'.
* Remove `system' and `stdenv' attributes from calls to
`mkDerivation'. These transformations were all done automatically,
so it is quite possible I broke stuff.
* Put the `mkDerivation' function in stdenv/generic.
svn path=/nixpkgs/trunk/; revision=874
2004-03-29 17:23:01 +00:00
Eelco Dolstra
e535bc8ad0
* Added e2fsprogs (for e2fsck).
...
svn path=/nixpkgs/trunk/; revision=788
2004-02-16 14:31:52 +00:00