Commit graph

4099 commits

Author SHA1 Message Date
Karn Kallio 801ce7d5fb Add Concurrent Clean to NixPkgs.
svn path=/nixpkgs/trunk/; revision=25276
2010-12-25 15:13:07 +00:00
Marco Maggesi 51d6c8df91 * Handle variable createFindlibDestdir correctly in ocaml-findlib
* Fix HOL Light derivation

svn path=/nixpkgs/trunk/; revision=25269
2010-12-23 19:28:06 +00:00
Eelco Dolstra 569ae5fe13 * Get dev86 to compile. Apparantly it has trouble with the latest
gcc/binutils.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25246
2010-12-22 18:34:21 +00:00
Eelco Dolstra aceef005c3 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25244
2010-12-22 17:02:03 +00:00
Michael Raskin dbd6382955 Fixing license attribute
svn path=/nixpkgs/trunk/; revision=25241
2010-12-22 14:52:04 +00:00
Michael Raskin 22c42a26b6 Adding OGRE - object-oriented graphical engine
svn path=/nixpkgs/trunk/; revision=25240
2010-12-22 14:50:13 +00:00
Michael Raskin f7f753b3a4 Adding OIS library
svn path=/nixpkgs/trunk/; revision=25232
2010-12-22 10:46:57 +00:00
Eelco Dolstra c14382cb45 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25225
2010-12-21 15:14:33 +00:00
Marco Maggesi 5e13810a01 * Remove useless code put by error in camomile
svn path=/nixpkgs/trunk/; revision=25221
2010-12-21 09:43:13 +00:00
Marco Maggesi eb33e01ac7 * Add variable createFindlibDestdir to the setupHook of findlib
* Set createFindlibDestdir to various ocaml packages.

svn path=/nixpkgs/trunk/; revision=25220
2010-12-21 09:37:35 +00:00
Marco Maggesi 2c85e4b96f * Remove the automatic creation of a directory from the setupHook of findlib since this can silently produce empty paths in derivations
svn path=/nixpkgs/trunk/; revision=25219
2010-12-21 08:33:37 +00:00
Michael Raskin 8235b75b87 Update SBCL
svn path=/nixpkgs/trunk/; revision=25217
2010-12-21 05:21:33 +00:00
Lluís Batlle i Rossell a360198627 Fixing the gcc postPatch, for the static stage of the cross-compiler
svn path=/nixpkgs/branches/stdenv-updates/; revision=25215
2010-12-20 17:35:34 +00:00
Marco Maggesi d43bda0086 * Update lablgtk2 (and enable hydra build)
svn path=/nixpkgs/trunk/; revision=25213
2010-12-20 14:58:56 +00:00
Marco Maggesi e7accaf8d3 * Update camlp5
svn path=/nixpkgs/trunk/; revision=25206
2010-12-20 10:32:22 +00:00
Marco Maggesi d3f00b9cf5 * Add findlib to hydra
svn path=/nixpkgs/trunk/; revision=25205
2010-12-20 09:53:41 +00:00
Lluís Batlle i Rossell cd6de2880f Fixing the build of spidermonkey (on -fPIC) for mips.
They enable automatically the -fPIC only on x86_64, while I think most non-i686 needs it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25189
2010-12-17 20:41:25 +00:00
Lluís Batlle i Rossell b48b2a7bb4 Merging from trunk. I solved some trivial merge conflicts.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25188
2010-12-17 20:39:58 +00:00
Michael Raskin af589388b0 Increase polygon vertex count for Box2D
svn path=/nixpkgs/trunk/; revision=25177
2010-12-17 15:40:34 +00:00
Michael Raskin 871112b8db Adding Box2D version 2.0.1
svn path=/nixpkgs/trunk/; revision=25174
2010-12-17 14:15:52 +00:00
Michael Raskin aa744f88a1 Adding Box2D library
svn path=/nixpkgs/trunk/; revision=25172
2010-12-17 13:02:17 +00:00
Michael Raskin b1b17da07c Alleviate race condition: give Xvfb 10 seconds to start up. I hate the fact that EQL build even needs it, but it does run a Qt application to generate some file
svn path=/nixpkgs/trunk/; revision=25168
2010-12-17 10:59:09 +00:00
Eelco Dolstra dc09f8766a * PHP 5.3.4.
svn path=/nixpkgs/trunk/; revision=25143
2010-12-15 12:53:24 +00:00
Ludovic Courtès fff4a6c8b4 GCC 4.5: Fix the `GLIBC_DYNAMIC_LINKER' macro on NixOS and in cross builds.
Among others, this should fix the dynamic linker path reported by
"gcc --help --verbose".

svn path=/nixpkgs/branches/stdenv-updates/; revision=25131
2010-12-14 17:08:43 +00:00
Yury G. Kudryashov b93fed7f31 poppler-0.14.5
svn path=/nixpkgs/trunk/; revision=25122
2010-12-14 13:30:06 +00:00
Yury G. Kudryashov 858d869d66 iso-codes-3.23
svn path=/nixpkgs/trunk/; revision=25117
2010-12-14 10:21:38 +00:00
Yury G. Kudryashov f3ec17a7ed enchant-1.6.1
svn path=/nixpkgs/trunk/; revision=25116
2010-12-14 10:21:33 +00:00
Lluís Batlle i Rossell a8a01a54ab Removing another glibc patch already upstream.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25111
2010-12-14 07:32:07 +00:00
Lluís Batlle i Rossell 8895565d45 I think we had a *double* patch for the security problem CVE-2010-3856.
I had added the audit_suid.patch some time ago, and at some point niksnut added
this ignore-origin.patch. I think both fix the situation, the
ignore-origin.patch being released sooner than the audit_suid. As the
ignore-origin-patch is not in the recent glibc, it makes me think it was a quick
solution to the vulnerability, later properly fixed.

I remove, then, the ignore-origin.patch. We can check later if we remain
vulnerable.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25110
2010-12-13 23:09:57 +00:00
Lluís Batlle i Rossell 55051fec78 Removing patches for glibc bugs already fixed in the new glibc version.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25109
2010-12-13 23:09:09 +00:00
Lluís Batlle i Rossell 3c78b20229 Updating glibc to 2.12.2 (considering the ports for 2.12.1 would work equally).
I also update the url for the ports to take the upstream tarball instead of a
copy I had in vicerveza.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25108
2010-12-13 23:08:10 +00:00
Yury G. Kudryashov 3c6835f8d8 Hunspell-1.2.12
svn path=/nixpkgs/trunk/; revision=25103
2010-12-13 18:10:31 +00:00
Yury G. Kudryashov 9302989be1 exiv2-0.21
svn path=/nixpkgs/trunk/; revision=25102
2010-12-13 18:10:26 +00:00
Yury G. Kudryashov 14bf6f5ea5 icu-4.6
svn path=/nixpkgs/trunk/; revision=25101
2010-12-13 18:10:21 +00:00
Ludovic Courtès ac9fac1ba1 GNU Binutils 2.21.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25091
2010-12-12 23:35:16 +00:00
Ludovic Courtès ac8c173eb6 GnuTLS 2.10.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25081
2010-12-12 20:19:33 +00:00
Ludovic Courtès c4756a5bb3 GNU libtasn1 2.9.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25079
2010-12-12 20:19:23 +00:00
Ludovic Courtès 12280e41b6 GNU Linear Programming Kit 4.45.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25078
2010-12-12 20:19:18 +00:00
Ludovic Courtès 209522e365 GNU Common C++ 1.8.1.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25077
2010-12-12 20:19:13 +00:00
Ludovic Courtès ac09f5b42d GNU ccRTP 1.7.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25076
2010-12-12 20:19:08 +00:00
Marco Maggesi f3eb5769ca * Add ocamlnet
svn path=/nixpkgs/trunk/; revision=25072
2010-12-12 17:53:13 +00:00
Marco Maggesi eaf8b73517 * Fix installation of camlzip
svn path=/nixpkgs/trunk/; revision=25071
2010-12-12 17:45:57 +00:00
Marco Maggesi 0b701b824b * take camlzip META file from GODI
svn path=/nixpkgs/trunk/; revision=25069
2010-12-12 16:09:52 +00:00
Marco Maggesi ba8bc4dd33 * Add ocaml-sqlite3
svn path=/nixpkgs/trunk/; revision=25065
2010-12-11 15:05:26 +00:00
Marco Maggesi e1bbcecbaf * Enable hydra build for ocaml-batteries, camlzip, camomile, ocaml-cryptgps, cryptokit, ocaml-lwt, menhir, ounit, ocaml-pcre, ocaml-react, ocaml-ssl
svn path=/nixpkgs/trunk/; revision=25064
2010-12-11 14:50:45 +00:00
Marco Maggesi 86e19c4888 * Narrow ocaml platforms to linux and darwin
svn path=/nixpkgs/trunk/; revision=25062
2010-12-11 14:29:37 +00:00
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
Eelco Dolstra 5b9427a829 * SQLite 3.7.4.
svn path=/nixpkgs/trunk/; revision=25049
2010-12-10 10:21:45 +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 ac457478e3 * Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
Marco Maggesi 114fa21c48 * Add ocaml 3.12.0
svn path=/nixpkgs/trunk/; revision=25040
2010-12-09 14:03:13 +00:00
Lluís Batlle i Rossell 2d3cf91094 Updating openssl according to a security advisory in their web page.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25039
2010-12-08 21:36:03 +00:00
Peter Simons baa9150130 pkgs/development/tools/build-managers/scons: cosmetic build improvements
- The flag "--mandir" has no effect with setup.py. Instead, "--install-data"
   must be used.

 - Don't generate wrappers for trivial symlink aliases in bin.

 - Prefer symlinks over hard-links.

 - The dependencies of this expression don't need to be propagated.

svn path=/nixpkgs/trunk/; revision=25021
2010-12-07 11:41:25 +00:00
Peter Simons 747604d740 pkgs/development/tools/misc/distcc: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25011
2010-12-06 18:01:40 +00:00
Peter Simons e47468ce76 pkgs/development/tools/documentation/doxygen: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25010
2010-12-06 18:01:34 +00:00
Peter Simons 1e1610b37e pkgs/development/tools/build-managers/scons: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25009
2010-12-06 18:01:28 +00:00
Eelco Dolstra 528a471aa8 * apr-util updated to 1.3.10.
svn path=/nixpkgs/trunk/; revision=25000
2010-12-06 13:34:00 +00:00
Yury G. Kudryashov eeda98a673 Remove qt-4.5
svn path=/nixpkgs/trunk/; revision=24991
2010-12-06 12:04:09 +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
Lluís Batlle i Rossell 1b62c9c061 I made changes to achieve a working cross-built gcc wrapper. Now,
"gcc45.hostDrv" works in the host system, together with libc, binutils, dynamic
linker, ...


svn path=/nixpkgs/branches/stdenv-updates/; revision=24971
2010-12-04 21:45:37 +00:00
Lluís Batlle i Rossell cd9d91306c Fixing the dependency of cscope on 'emacs'.
On the other hand, cross-building emacs fails even to evaluate. I did not investigate.


svn path=/nixpkgs/branches/stdenv-updates/; revision=24970
2010-12-04 21:43: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
Lluís Batlle i Rossell cf79eb4d89 Making gdb cross-build (python apart)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24965
2010-12-04 10:35:04 +00:00
Lluís Batlle i Rossell 9af474ca72 Fixing a problem of nscd on (only) armv5tel (soft-float).
It gets linked to libgcc_s (shared lib) unless doing the trick I thought feasible of
telling 'configure' that the linker does not support "as-needed".
I found this reading their 'configure' script.

We don't want nscd linked to libgcc because that would make glibc dependant on the
previous gcc. This only happens on armv5tel, for the supported platforms.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24959
2010-12-02 22:23:15 +00:00
Michael Raskin c1e384b3eb Tests fail for a reason that tells more about tests than sabout built binary
svn path=/nixpkgs/trunk/; revision=24949
2010-12-01 21:11:28 +00:00
Lluís Batlle i Rossell fca73ee251 Making directfb with more options, so it can be cross-built without X for example.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24926
2010-11-29 18:00:26 +00:00
Ludovic Courtès 0d122e7c6f OProfile: Add dependency on zlib.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24925
2010-11-29 17:42:50 +00:00
Eelco Dolstra 009bfb702d * Sync with the trunk.
svn path=/nixpkgs/branches/cve-2010-3856/; revision=24921
2010-11-29 16:03:36 +00:00
Peter Simons b173267123 pkgs/development/interpreters/r-lang: cosmetic improvements to package description, etc.
svn path=/nixpkgs/trunk/; revision=24914
2010-11-29 11:13:03 +00:00
Peter Simons 9d4fb7d641 pkgs/development/interpreters/r-lang: updated to version 2.12.0
svn path=/nixpkgs/trunk/; revision=24913
2010-11-29 11:12:43 +00:00
Evgeny Egorochkin 676562ac15 encfs: packaged. Patch by Ambrus Kaposi.
svn path=/nixpkgs/trunk/; revision=24900
2010-11-28 09:59:13 +00:00
Karn Kallio 675f6eb0c8 Add Nix expression for Perl module SQL::Translator ( also known
as SQL Fairy) and dependencies.

svn path=/nixpkgs/trunk/; revision=24895
2010-11-27 20:54:35 +00:00
Michael Raskin 94585b9776 Add CGUI library
svn path=/nixpkgs/trunk/; revision=24894
2010-11-27 19:38:34 +00:00
Michael Raskin ec741fee8c Adding Allegro library
svn path=/nixpkgs/trunk/; revision=24891
2010-11-27 18:31:05 +00:00
Lluís Batlle i Rossell 0e4c970d11 Updating from trunk - I hope I fixed the conflict around gettext - I left it as
it was before merging.


svn path=/nixpkgs/branches/stdenv-updates/; revision=24876
2010-11-26 14:40:39 +00:00
Lluís Batlle i Rossell 5387036c50 Adding php 5.2 (5.3 does not build on arm), although not the default in the attribute 'php'.
svn path=/nixpkgs/trunk/; revision=24872
2010-11-26 14:26:15 +00:00
Lluís Batlle i Rossell 1cb59660e0 Removing valgrind patches, as we got a recent valgrind already.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24853
2010-11-25 09:32:12 +00:00
Yury G. Kudryashov 8f07ddbdbb PyQt-4.8.1
svn path=/nixpkgs/trunk/; revision=24837
2010-11-24 10:48:25 +00:00
Yury G. Kudryashov e02f6ba5f3 Update python-sip
svn path=/nixpkgs/trunk/; revision=24836
2010-11-24 10:47:48 +00:00
Eelco Dolstra 16c34f2f6f * SQLite 3.6.23.1.
svn path=/nixpkgs/trunk/; revision=24825
2010-11-23 18:01:33 +00:00
Michael Raskin 31b22ed108 Merge from trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=24820
2010-11-23 08:57:29 +00:00
Lluís Batlle i Rossell 8cd20e6f61 Adding valkyrie, a frontend for some valgrind 3.6 tools.
svn path=/nixpkgs/trunk/; revision=24815
2010-11-22 19:10:15 +00:00
Andres Löh c2916439fe Added multiplate.
svn path=/nixpkgs/trunk/; revision=24813
2010-11-22 15:19:23 +00:00
Rob Vermaas 5f0674d59d update java-front
svn path=/nixpkgs/trunk/; revision=24812
2010-11-22 14:51:25 +00:00
Rob Vermaas 70408359ca update ecj version
svn path=/nixpkgs/trunk/; revision=24811
2010-11-22 14:50:52 +00:00
Rob Vermaas a2df7f46ea v8: no abort
svn path=/nixpkgs/trunk/; revision=24810
2010-11-22 14:32:43 +00:00
Rob Vermaas 1c86c832c1 add google v8 engine
svn path=/nixpkgs/trunk/; revision=24809
2010-11-22 14:23:06 +00:00
Eelco Dolstra 1af46c1160 * Qt doesn't build on Darwin.
svn path=/nixpkgs/trunk/; revision=24807
2010-11-22 12:45:59 +00:00
Michael Raskin 6af8a1debd Merging from trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=24804
2010-11-22 11:39:42 +00:00
Lluís Batlle i Rossell e8320167d2 Updating valgrind to 3.6.0
svn path=/nixpkgs/trunk/; revision=24803
2010-11-22 09:03:22 +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
Lluís Batlle i Rossell c1620ef552 Fixing a stdenv problem... 'binutils' where linked with zlib from
bootstrap-tools, because zlib was there and binutils were not having an
explicit buildInput for zlib. Due to that, we ended up with stdenv
(gcc-wrapper) depending on bootstrap-tools as runtime dependency.


svn path=/nixpkgs/branches/stdenv-updates/; revision=24790
2010-11-21 14:29:20 +00:00
Lluís Batlle i Rossell 560b88b920 I forgot a patch I mentioned in the previous commit.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24779
2010-11-19 22:21:05 +00:00
Andres Löh fcdc36c848 Added gtk-based plot capabilities for criterion.
svn path=/nixpkgs/trunk/; revision=24778
2010-11-19 19:34:41 +00:00
Rob Vermaas db8748b170 added eclipse 3.6.1, maven3, szip
svn path=/nixpkgs/trunk/; revision=24772
2010-11-19 13:24:11 +00:00
Michael Raskin f904e3c821 Brute-force fix; I cannot understand why GCC behaves in a complicated way, but there is a simple workaround
svn path=/nixpkgs/branches/stdenv-updates/; revision=24771
2010-11-19 13:12:13 +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
Russell O'Connor 63321806b4 Updating pygobject to latest version
svn path=/nixpkgs/trunk/; revision=24763
2010-11-19 04:09:22 +00:00
Lluís Batlle i Rossell a98b72fb77 New glibc fix, this time for https://bugzilla.redhat.com/show_bug.cgi?id=651638
svn path=/nixpkgs/branches/stdenv-updates/; revision=24761
2010-11-18 22:59:57 +00:00
Lluís Batlle i Rossell 453150ae83 Adding another fix for glibc, for a security hole, suggested by niksnut.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24760
2010-11-18 20:33:29 +00:00
Lluís Batlle i Rossell d7b494a2f4 Updating from trunk to get a security fix on openssl.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24759
2010-11-18 20:00:39 +00:00
Eelco Dolstra 9d0330014e * Patches for two critical Glibc vulnerabilities: CVE-2010-3847
($ORIGIN not ignored for setuid programs) and CVE-2010-3856
  (arbitrary DSO loading via LD_AUDIT).

svn path=/nixpkgs/branches/cve-2010-3856/; revision=24755
2010-11-18 10:49:55 +00:00
Michael Raskin d1f4ec332b Quick-and-dirty insertion of missing include - we would fail on a platform without stat.h anyway
svn path=/nixpkgs/branches/stdenv-updates/; revision=24753
2010-11-18 10:16:54 +00:00
Michael Raskin a238d43cff Skip tests - network ones fail
svn path=/nixpkgs/branches/stdenv-updates/; revision=24752
2010-11-18 10:16:16 +00:00
Evgeny Egorochkin f9e49da793 openSSL: bump due to security issues
svn path=/nixpkgs/trunk/; revision=24751
2010-11-17 22:17:36 +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 2254567b31 Update farsight2 and enable python bindings
svn path=/nixpkgs/branches/stdenv-updates/; revision=24744
2010-11-17 16:27:48 +00:00
Andres Löh 7ad36d1940 Agda version bump to 2.2.8
svn path=/nixpkgs/trunk/; revision=24743
2010-11-17 16:00:33 +00:00
Andres Löh fa79bbbc9a Added the Haskell criterion package.
svn path=/nixpkgs/trunk/; revision=24741
2010-11-17 15:38:16 +00:00
Andres Löh ad9d05d909 Version bump for leksah (plus dependencies). Now works with ghc-6.12.3.
svn path=/nixpkgs/trunk/; revision=24737
2010-11-17 14:48:12 +00:00
Michael Raskin 0cfdfadc73 Add gst-python
svn path=/nixpkgs/branches/stdenv-updates/; revision=24733
2010-11-17 13:11:41 +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
Rob Vermaas de68a76cf8 added netcdf-4.1.1
svn path=/nixpkgs/trunk/; revision=24722
2010-11-17 10:05:46 +00:00
Russell O'Connor 7f27566ef5 Adding wrapper to get users packages
Haddock calls directly into ghclib by passing our carefully crafted ghc-wrapper.
This means that haddock needs to be wrapped itself, which this patch does.

svn path=/nixpkgs/trunk/; revision=24716
2010-11-17 00:18:39 +00:00
Michael Raskin e59ddf7bcb Update Cairo, Pixman; update FF4beta - still broken, cannot pass fresh cairo correctly to it yet
svn path=/nixpkgs/trunk/; revision=24714
2010-11-16 21:05:54 +00:00
Peter Simons d3d18bca23 Advance version of Racket.
svn path=/nixpkgs/trunk/; revision=24713
2010-11-16 17:31:21 +00:00
Andres Löh 2482ad5215 darcs version-bumped to 2.5
svn path=/nixpkgs/trunk/; revision=24710
2010-11-16 13:14:50 +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
Andres Löh bc1f04c744 Updated/added a number of Haskell libraries.
svn path=/nixpkgs/trunk/; revision=24700
2010-11-15 20:28:21 +00:00
Michael Raskin 84de039c9e Update FPC
svn path=/nixpkgs/trunk/; revision=24699
2010-11-15 20:26:06 +00:00
Lluís Batlle i Rossell 7cde3a69cd Updating the libedit build so it works fine with wide chars.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24693
2010-11-15 19:39:11 +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
Evgeny Egorochkin 87d199330f Libtorrent-rasterbar: fix license
svn path=/nixpkgs/trunk/; revision=24687
2010-11-15 09:52:52 +00:00
Michael Raskin ed7bb66d5a Update Vala
svn path=/nixpkgs/trunk/; revision=24686
2010-11-15 06:16:41 +00:00
Evgeny Egorochkin 5029db2160 Spring RTS: packaged along with its deps and utils: libDevIL, libtorrent-rasterbar, spring-lobby.
svn path=/nixpkgs/trunk/; revision=24681
2010-11-13 07:47:04 +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
Lluís Batlle i Rossell 8876963325 I forgot a patch for freeimage.
svn path=/nixpkgs/trunk/; revision=24673
2010-11-11 22:16:39 +00:00
Rob Vermaas 523c1de575 re-add gettext 0.17
svn path=/nixpkgs/branches/stdenv-updates/; revision=24663
2010-11-11 14:42:35 +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 4394b2d1ae Update CLisp
svn path=/nixpkgs/trunk/; revision=24649
2010-11-10 17:55:43 +00:00
Michael Raskin df168884a0 amd64 is still x86
svn path=/nixpkgs/trunk/; revision=24648
2010-11-10 17:32:08 +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
Michael Raskin d19aa61253 Update Botan
svn path=/nixpkgs/trunk/; revision=24639
2010-11-10 14:48:42 +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
Lluís Batlle i Rossell 93718907e4 Updating freeimage
svn path=/nixpkgs/trunk/; revision=24630
2010-11-09 14:30:58 +00:00
Rob Vermaas 5cf61c616b openssl: to make darwin build again, update darwin-arch.patch
svn path=/nixpkgs/branches/stdenv-updates/; revision=24629
2010-11-09 14:09:22 +00:00
Ludovic Courtès e729128faa GNU Make 3.82: Ignore test failures on Darwin.
See <http://hydra.nixos.org/build/740597/nixlog/1/raw>.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24626
2010-11-09 13:12:26 +00:00
Ludovic Courtès 7ecc652da4 Re-add GNU Make 3.81.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24623
2010-11-09 09:14:07 +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
Piotr Pietraszkiewicz f540277f97 added the sword framework
svn path=/nixpkgs/trunk/; revision=24586
2010-11-03 20:36:36 +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
Michael Raskin 770eaeb8e2 Roll back on XHTML-MP
svn path=/nixpkgs/trunk/; revision=24576
2010-11-02 18:38:09 +00:00
Michael Raskin 1521632413 Try updating WebKit
svn path=/nixpkgs/trunk/; revision=24572
2010-11-02 15:34:20 +00:00
Lluís Batlle i Rossell 448b75b87b Removing a fix made for gcc 4.3 in php expression. Now it builds with -O2 as usual, instead of -O1.
svn path=/nixpkgs/trunk/; revision=24570
2010-11-02 13:24:12 +00:00