Lluís Batlle i Rossell
a2b2e6542f
New bootstrap-tools for armv5tel, with binutils and gcc-4.4. Without these binutils,
...
we can't build easily with them gcc-4.4 natively, because of a bug in the ld of the
previous bootstrap-tools.
I updated the unpack script to include the new gcc-4.4 libraries *ppl*.so in patchelfing.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18835
2009-12-08 10:03:20 +00:00
Lluís Batlle i Rossell
d0ae140f69
Renamed some old glibcCross to libcCross (we can use uclibc in cross builds already).
...
Dealt with the gcc 4.4 expression for it to work well for a native and a cross
compiler, adding a pair of patches to get the job done without much side
effects. One (libtool problems on -B) comes from the gcc 4.3 expression, while
the other fixes a bug already fixed in gcc 4.4.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18833
2009-12-08 09:36:19 +00:00
Rob Vermaas
86fa4600dc
aspectj front for strategoxt 0.18
...
svn path=/nixpkgs/trunk/; revision=18831
2009-12-07 14:57:10 +00:00
Rob Vermaas
d2c7ef9524
svn path=/nixpkgs/trunk/; revision=18830
2009-12-07 14:56:48 +00:00
Rob Vermaas
da0863d21f
build stratego-shell for darwin
...
svn path=/nixpkgs/trunk/; revision=18829
2009-12-07 14:26:24 +00:00
Rob Vermaas
506c2f37c0
strategoshell based on strategoxt 0.18
...
svn path=/nixpkgs/trunk/; revision=18828
2009-12-07 14:19:23 +00:00
Michael Raskin
fb82f5c79f
Update cl-ppcre..
...
svn path=/nixpkgs/trunk/; revision=18822
2009-12-05 22:20:05 +00:00
Ludovic Courtès
5d7de35976
Qtpfsgui 1.9.3.
...
svn path=/nixpkgs/trunk/; revision=18818
2009-12-05 15:43:07 +00:00
Ludovic Courtès
c73d5761de
binutils: Fix `as' patch.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18816
2009-12-05 15:02:10 +00:00
Ludovic Courtès
9cb2e0aed7
binutils: Apply GNU assembler bug fix.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18815
2009-12-05 14:28:17 +00:00
Lluís Batlle i Rossell
917760a425
Adding the patch for gcc-4.3 I should have commited in already two recent commit attempts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18814
2009-12-04 21:35:47 +00:00
Lluís Batlle i Rossell
9651069240
Adding a gcc patch I forgot to add in the proper commit, while it is already
...
referenced in the gcc 4.3 expression.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18813
2009-12-04 18:42:44 +00:00
Eelco Dolstra
589ba9982d
* Added s3backer.
...
svn path=/nixpkgs/trunk/; revision=18811
2009-12-04 15:51:02 +00:00
Eelco Dolstra
20845cabfc
* Remove an unused file.
...
svn path=/nixpkgs/trunk/; revision=18810
2009-12-04 15:42:27 +00:00
Eelco Dolstra
c726012afe
* Refactoring: move most filesystem utilities / FUSE filesystems to
...
tools/filesystems. Previously they were all over the place.
svn path=/nixpkgs/trunk/; revision=18809
2009-12-04 15:39:49 +00:00
Ludovic Courtès
064aae6461
releaseTools.sourceTarball: Allow overriding of the bootstrap build inputs.
...
svn path=/nixpkgs/trunk/; revision=18804
2009-12-04 14:56:37 +00:00
Lluís Batlle i Rossell
4164de326a
Making the cross-builds work with uclibc. There is no easy way of switching
...
between uclibc/glibc still.
I started the renaming from glibc to libc regarding the cross-toolchain, but I
still have to finish.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18801
2009-12-04 13:35:58 +00:00
Lluís Batlle i Rossell
e9abf7bb0c
Updating util-linux-ng
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18800
2009-12-04 13:34:18 +00:00
Marco Maggesi
ec6f4788bb
Fixed download url for Unison File Syncronizer.
...
svn path=/nixpkgs/trunk/; revision=18793
2009-12-03 16:40:18 +00:00
Eelco Dolstra
bf7a38f3ff
* X.org server 1.7.3.
...
svn path=/nixpkgs/trunk/; revision=18792
2009-12-03 15:51:40 +00:00
Ludovic Courtès
69421194a5
nix-prefetch-svn: Support $NIX_PREFETCH_SVN_LEAVE_DOT_SVN.
...
svn path=/nixpkgs/trunk/; revision=18789
2009-12-03 15:01:54 +00:00
Eelco Dolstra
135cfab57e
* PHP 5.2.11.
...
svn path=/nixpkgs/trunk/; revision=18786
2009-12-03 14:33:40 +00:00
Michael Raskin
84eb2eadef
Apply patch from Lluis needed for future ARM merge..
...
svn path=/nixpkgs/trunk/; revision=18776
2009-12-03 07:08:51 +00:00
Rob Vermaas
af84eef331
some more x86_64 darwin changes
...
svn path=/nixpkgs/trunk/; revision=18774
2009-12-02 22:19:49 +00:00
Rob Vermaas
0b20c5c38f
merged x86_64 changes back to trunk
...
svn path=/nixpkgs/trunk/; revision=18773
2009-12-02 21:03:02 +00:00
Lluís Batlle i Rossell
6c0b8d954a
Adding gdbCross, to have a gdb for other targets than native.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18772
2009-12-02 20:54:40 +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
Sander van der Burg
307280e9e3
Reverted guest additions back to 3.0.10 since 3.1.0 has a new installer. I will look at this installer later
...
svn path=/nixpkgs/trunk/; revision=18760
2009-12-02 13:45:42 +00:00
Sander van der Burg
8681d7d695
Upgraded VirtualBox to version 3.1.0
...
svn path=/nixpkgs/trunk/; revision=18758
2009-12-02 13:31:56 +00:00
Andres Löh
30468489ca
Added httpd-shed.
...
svn path=/nixpkgs/trunk/; revision=18756
2009-12-02 12:48:34 +00:00
Sander van der Burg
253575002c
Upgraded little CMS to version 1.19
...
svn path=/nixpkgs/trunk/; revision=18754
2009-12-02 12:09:21 +00:00
Sander van der Burg
f8ad31189f
Massive KDE upgrade:
...
- Upgraded KDE to 4.3.4
- Upgraded KOffice to 2.1.0
- Upgraded Konversation to 1.2.1
- Upgraded kdesvn to 1.4.1
- Upgraded ktorrent to 3.3.1
svn path=/nixpkgs/trunk/; revision=18751
2009-12-02 10:51:33 +00:00
Lluís Batlle i Rossell
ba5c242c82
Trying to make "make-bootstrap-tools" include the needed gcc 4.4 dependencies
...
(dynamic libraries of ppl and cloogppl) into the package.
We need newer binutils in the bootstrap-tools for the armv5tel in order to
be able to build gcc 4.4 from them.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18747
2009-12-01 21:52:08 +00:00
Lluís Batlle i Rossell
2a0344bb39
I forgot about updating the glibc locales expressions for glibc 2.10 and 2.11.
...
I also set the 'glibcLocales' top-level attribute point to 2.11 instead of
2.10, to match that of the 'glibc' top-level attribute.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18746
2009-12-01 21:44:41 +00:00
Lluís Batlle i Rossell
8910d4e646
Adding ports to glibc-2.11.
...
Making glibc-2.11 the default in cross-compiling and also for the native armv5tel.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18744
2009-12-01 21:33:11 +00:00
Lluís Batlle i Rossell
980d7c04a0
Patching uclibc for it to cope well with glibc-2.10 and above
...
This goes similar to the kernel-headers recent patch for the same file and
purpose.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18743
2009-12-01 20:52:13 +00:00
Lluís Batlle i Rossell
fe75d617b2
Setting gcc 4.3.4 as the default cross-gcc, and fixing glibc-2.10 for cross
...
building with it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18736
2009-12-01 15:20:13 +00:00
Lluís Batlle i Rossell
03fc55deeb
Making the gcc 4.4 expression more friendly. Nevertheless it still cannot be
...
used to cross-compile, because of some bug in 4.4.2 I think. This bug does not
allow building a cross-compiler without libc:
http://archives.free.net.ph/message/20091119.140407.040d3c5b.en.html
Maybe we should wait for 4.4.3 or stay with 4.4.1 cross compiling. By now I
will keep 4.3.4 on cross compilation.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18730
2009-12-01 10:29:22 +00:00
Marc Weber
4a999a3811
adding neko
...
adding repository locations for haxe* and neko repositories
svn path=/nixpkgs/trunk/; revision=18709
2009-11-30 01:05:07 +00:00
Marc Weber
c5b2c2c40a
adding haxe
...
svn path=/nixpkgs/trunk/; revision=18708
2009-11-30 01:05:04 +00:00
Marc Weber
09474b8ca1
adding glefw
...
svn path=/nixpkgs/trunk/; revision=18707
2009-11-30 01:05:02 +00:00
Lluís Batlle i Rossell
f4720cd5f9
Trying to get the gcc-4.4 cross-build also.
...
Fixing the glibc-2.10 expression on cross-builds (which should be ported to
the glibc-2.11 expression once we get "ports" there)
Making kde3 and cyrus-sasl use gcc-4.3, because the strictness in gcc-4.4 does
not allow them build.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18706
2009-11-29 23:27:35 +00:00
Lluís Batlle i Rossell
eaee50c232
Updating truecrypt. Following the trend. I don't know of any repository of
...
not-the-latest versions.
svn path=/nixpkgs/trunk/; revision=18702
2009-11-29 22:37:07 +00:00
Lluís Batlle i Rossell
6089b48c03
Updating the url to the armv5tel-linux bootstrap files, once niksnut
...
updated the svn checkout published in http://nixos.org/tarballs/stdenv-linux/
svn path=/nixpkgs/branches/stdenv-updates/; revision=18700
2009-11-29 21:30:46 +00:00
Lluís Batlle i Rossell
3bae8e9590
Fixing the cinepaint expression. Somehow I wrote the wrong date in fetchcvs,
...
when I commited it, so it has been a expression that only worked for me, I think,
because I had done the proper fetchcvs previously.
svn path=/nixpkgs/trunk/; revision=18699
2009-11-29 19:22:28 +00:00
Lluís Batlle i Rossell
32f2dda5de
Fixing hugin (we now install boost without tags on library file names, and
...
the hugin expression still used the tag for 'multithread' in the boost library
file names).
svn path=/nixpkgs/trunk/; revision=18698
2009-11-29 19:22:22 +00:00
Lluís Batlle i Rossell
0e691fca14
Fixing the kernel headers patchPhase.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18697
2009-11-29 18:21:20 +00:00
Ludovic Courtès
83f8715475
linux-headers-2.6.28: Verbosely apply the patch against `unifdef.c'.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18692
2009-11-29 14:59:41 +00:00
Lluís Batlle i Rossell
641101c7fd
Again attempting to add gunzip to the bootstrap-tools to allow the ppq
...
installation.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18690
2009-11-28 19:21:33 +00:00
Lluís Batlle i Rossell
5c0bb27a86
Adding gunzip to the bootstrap-tools
...
(required to build ppl with the bootstrap tools, when boostrapping gcc)
svn path=/nixpkgs/branches/stdenv-updates/; revision=18689
2009-11-28 15:38:48 +00:00