Eelco Dolstra
1f5b61713e
* Added libvdpau and vdpauinfo.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25296
2010-12-27 18:30:52 +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