Lluís Batlle i Rossell
ee04ffcb55
Updating from trunk. I resolved simple conflicts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
2010-12-11 12:47:00 +00:00
Marco Maggesi
9568a1bc80
* Enable hydra compilation for ocaml 3.11.1 (error in the previous commit)
...
svn path=/nixpkgs/trunk/; revision=25043
2010-12-09 15:44:05 +00:00
Marco Maggesi
7b49a49cbb
* Enable hydra compilation for ocaml 3.11.1
...
svn path=/nixpkgs/trunk/; revision=25042
2010-12-09 15:41:14 +00:00
Marco Maggesi
114fa21c48
* Add ocaml 3.12.0
...
svn path=/nixpkgs/trunk/; revision=25040
2010-12-09 14:03:13 +00:00
Michael Raskin
c9c133ab11
Use requireFile for the form-hidden download of JDK 5 (or 1.5, who cares)
...
svn path=/nixpkgs/trunk/; revision=24972
2010-12-05 11:42:24 +00:00
Michael Raskin
c2a8d34118
Add a note about chroot builds
...
svn path=/nixpkgs/trunk/; revision=24968
2010-12-04 13:07:10 +00:00
Michael Raskin
0141bfec63
Update SWI Prolog
...
svn path=/nixpkgs/trunk/; revision=24966
2010-12-04 11:16:39 +00:00
Michael Raskin
31b22ed108
Merge from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24820
2010-11-23 08:57:29 +00:00
Rob Vermaas
5f0674d59d
update java-front
...
svn path=/nixpkgs/trunk/; revision=24812
2010-11-22 14:51:25 +00:00
Michael Raskin
6af8a1debd
Merging from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24804
2010-11-22 11:39:42 +00:00
Tobias Hammerschmidt
b9a1196479
jdk5 updated to 1.5.22
...
svn path=/nixpkgs/trunk/; revision=24802
2010-11-22 08:58:00 +00:00
Andres Löh
d233819021
Bumped ghc-7.0.1 from rc2 to released version.
...
svn path=/nixpkgs/trunk/; revision=24770
2010-11-19 13:05:39 +00:00
Michael Raskin
fb58f74d82
Updating from trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24745
2010-11-17 17:03:09 +00:00
Michael Raskin
c308846055
Ignore the utime issue - tell tar we do not care about times in the first place
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24729
2010-11-17 12:45:14 +00:00
Michael Raskin
66d71d2e18
Restore fpc 2.4.0 - needed for Lazarus
...
svn path=/nixpkgs/trunk/; revision=24704
2010-11-15 21:09:58 +00:00
Michael Raskin
8a93e97370
Fix Lazarus version specification
...
svn path=/nixpkgs/trunk/; revision=24702
2010-11-15 20:29:20 +00:00
Michael Raskin
84de039c9e
Update FPC
...
svn path=/nixpkgs/trunk/; revision=24699
2010-11-15 20:26:06 +00:00
Peter Simons
0460e3f2f7
Enable building of static libraries so that urweb can build statically
...
linked binaries.
svn path=/nixpkgs/trunk/; revision=24692
2010-11-15 17:47:36 +00:00
Michael Raskin
ed7bb66d5a
Update Vala
...
svn path=/nixpkgs/trunk/; revision=24686
2010-11-15 06:16:41 +00:00
Lluís Batlle i Rossell
951ccd21a1
Fixing ghdl build (its Makefiles cannot stand enableParallelBuild)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24679
2010-11-12 21:04:19 +00:00
Lluís Batlle i Rossell
8746de3ae8
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24674
2010-11-11 22:18:14 +00:00
Michael Raskin
5d0d35d0da
Update SBCL; and not believe "Download Now" links anymore...
...
svn path=/nixpkgs/trunk/; revision=24653
2010-11-10 22:26:35 +00:00
Michael Raskin
7da1dc10d9
fpc should not use lib64-located ld-linux.so..
...
svn path=/nixpkgs/trunk/; revision=24645
2010-11-10 16:38:22 +00:00
Lluís Batlle i Rossell
42c6582491
Updating a gnat patch made for 4.4 to 4.5
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24632
2010-11-09 19:18:37 +00:00
Peter Simons
95c614def0
Advance urweb to latest release version 20101102.
...
svn path=/nixpkgs/trunk/; revision=24619
2010-11-08 10:40:25 +00:00
Marco Maggesi
caf0e7209a
Add CMUCL Common Lisp compiler
...
svn path=/nixpkgs/trunk/; revision=24618
2010-11-08 08:58:50 +00:00
Lluís Batlle i Rossell
f4a73e2ddd
Updating mono from 2.6 to 2.8
...
svn path=/nixpkgs/trunk/; revision=24614
2010-11-07 21:25:28 +00:00
Andres Löh
6c5c9fc17c
Updated GHC 7.0.1 release candidate.
...
svn path=/nixpkgs/trunk/; revision=24583
2010-11-03 13:52:20 +00:00
Lluís Batlle i Rossell
f4f84af4ab
Updating from trunk. I only had to take away the usual stdenv2 in
...
all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=24553
2010-10-31 19:30:31 +00:00
Lluís Batlle i Rossell
2b34bdd2ba
Two fixes in one:
...
- our gcc should not bring libssp, because glibc provides __stack_chk_fail
already. libssp is only for some non-glibc systems.
The gcc configure script was not finding the header files of our glibc, so
it assumed it did not provide __stack_chk_fail. I wrote code in the builder
that patches the gcc/configure script properly for that.
As a consequence, the glibc does not need anymore the "nscd-ssp-linking"
patch, and we have a saner gcc (without libssp when using -fstack-protector)
- Instead of disabling the sse42 strstr() implementation in glibc due to the
bug http://sourceware.org/bugzilla/show_bug.cgi?id=12123 , I provide a better
patch written after more reserach (that I submitted upstream already, and
it's pending review).
svn path=/nixpkgs/branches/stdenv-updates/; revision=24493
2010-10-26 18:56:02 +00:00
Evgeny Egorochkin
19e0cda8d8
Fix names of packages. Patch by Karn Kallio.
...
svn path=/nixpkgs/trunk/; revision=24478
2010-10-26 00:22:44 +00:00
Lluís Batlle i Rossell
a95eb06e26
Updating the patch for ocaml on mips.
...
Reported by rixed@happyleptic.org
svn path=/nixpkgs/branches/stdenv-updates/; revision=24476
2010-10-25 21:13:05 +00:00
Michael Raskin
90b626421d
Make EQL buildable again
...
svn path=/nixpkgs/trunk/; revision=24434
2010-10-23 18:40:57 +00:00
Michael Raskin
0df1871b9d
Update EQL
...
svn path=/nixpkgs/trunk/; revision=24432
2010-10-23 15:34:58 +00:00
Lluís Batlle i Rossell
6dc839d344
Merging from trunk. I resolved some conflicts; I hope that well.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
2010-10-23 14:52:21 +00:00
Michael Raskin
3b49286bb2
Fix tarball evaluation
...
svn path=/nixpkgs/trunk/; revision=24304
2010-10-15 17:27:54 +00:00
Ludovic Courtès
4b04dc48e2
TinyCC: Add patches; run the test suite.
...
svn path=/nixpkgs/trunk/; revision=24301
2010-10-15 13:29:42 +00:00
Ludovic Courtès
5515cc6433
TinyCC 0.9.25.
...
svn path=/nixpkgs/trunk/; revision=24300
2010-10-15 12:09:19 +00:00
Rob Vermaas
6b9003d357
update strategoxt
...
svn path=/nixpkgs/trunk/; revision=24213
2010-10-11 10:05:06 +00:00
Lluís Batlle i Rossell
86d8c5385e
Adding a patch for ocaml I forgot (mips related)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24159
2010-10-07 22:10:37 +00:00
Lluís Batlle i Rossell
fca582bff0
Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packages
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
2010-10-07 21:21:31 +00:00
Michael Raskin
5d962bc1b2
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=24106
2010-10-06 08:49:35 +00:00
Lluís Batlle i Rossell
cd4b54748a
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
2010-10-03 09:25:34 +00:00
Lluís Batlle i Rossell
0c7429f8cc
My attempts to build mldonkey on the fuloong
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24034
2010-10-03 09:18:31 +00:00
Eelco Dolstra
3cae924440
* Updated WebDSL.
...
* Made Stratego/XT 0.18 the default.
svn path=/nixpkgs/trunk/; revision=23994
2010-09-30 10:49:02 +00:00
Andres Löh
9d5f981913
Updated the Idris compiler.
...
svn path=/nixpkgs/trunk/; revision=23991
2010-09-29 19:24:29 +00:00
Andres Löh
f6e3110b74
Preliminarily added ghc-7.0.1-rc1 and current HEAD.
...
svn path=/nixpkgs/trunk/; revision=23985
2010-09-28 13:48:22 +00:00
Yury G. Kudryashov
732997b02e
Metadata
...
svn path=/nixpkgs/trunk/; revision=23963
2010-09-27 11:19:31 +00:00
Michael Raskin
3daed8602e
Add -fPIC to EQL CFLAGS as recommended by ld on amd64
...
svn path=/nixpkgs/trunk/; revision=23901
2010-09-22 18:25:39 +00:00
Michael Raskin
0c2f93999f
Update EQL
...
svn path=/nixpkgs/trunk/; revision=23893
2010-09-22 09:52:53 +00:00