Michael Raskin
e10f65d674
Update Veracity
...
svn path=/nixpkgs/trunk/; revision=24533
2010-10-29 18:31:25 +00:00
Michael Raskin
27acc93394
Add thread-safe to options
...
svn path=/nixpkgs/trunk/; revision=24532
2010-10-29 18:28:43 +00:00
Peter Simons
3f1392cb5a
mod_wsgi: fixed build on Darwin
...
The configure script had an hard-coded impure path to the lipo binary. If that
binary was found -- and it was --, then the script decided to pass an invalid
"-arch i386" flag to libtool, which subsequently failed. There is probably
another way to pass that -arch flag, but I didn't look hard because it's
redundant anyway.
svn path=/nixpkgs/trunk/; revision=24530
2010-10-29 14:46:40 +00:00
Peter Simons
15ef8b5721
Fixed pysvn mis-detection of the location of libpyton2.7.dylib on Darwin.
...
svn path=/nixpkgs/trunk/; revision=24529
2010-10-29 14:46:32 +00:00
Peter Simons
a9d91547ba
pysvn: e2fsprogs is a buildInput on Linux, but not on other platforms
...
svn path=/nixpkgs/trunk/; revision=24528
2010-10-29 14:46:24 +00:00
Peter Simons
1caab7cc92
subversion: enable parallel building
...
svn path=/nixpkgs/trunk/; revision=24527
2010-10-29 14:46:18 +00:00
Lluís Batlle i Rossell
0eb331fdc9
Updating the reference to the i686-linux bootstrap-tools, so it takes the
...
newest I uploaded yesterday. These have gcc 4.5.1, that fulfills the glibc
2.12.1 requirement of having a compiler equal or greater to gcc 4.4 to build
proper x86 32-bit code (http://sourceware.org/bugzilla/show_bug.cgi?id=12123 )
svn path=/nixpkgs/branches/stdenv-updates/; revision=24523
2010-10-29 12:41:50 +00:00
Lluís Batlle i Rossell
acd1e6ee3a
Removing a patch for glibc that I thought was needed for i686-linux.
...
Building with gcc 4.4 as minimum was needed, and not this patch.
http://sourceware.org/bugzilla/show_bug.cgi?id=12123
I uploaded new i686-linux bootstrap-tools with gcc 4.5.1, but I'll not update
the i686 reference to those bootstrap-tools until they are reachable by http.
The bootstrap-tools we used until now had gcc 4.3, said not to be able to build
glibc 2.12.1.
Meanwhile other platforms can go on building this glibc already without the
patch.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24522
2010-10-28 23:04:34 +00:00
Eelco Dolstra
8aa38f953c
* Get Teamspeak 3 to work. This is the x86_64-linux build, I'll add
...
i686-linux later.
svn path=/nixpkgs/trunk/; revision=24516
2010-10-28 17:45:18 +00:00
Russell O'Connor
d953e6bb35
Add flac and ogg vorbis to libsndfile
...
Updating libsndfile to the latest version while I'm at it.
svn path=/nixpkgs/trunk/; revision=24514
2010-10-28 14:00:41 +00:00
Peter Simons
7ec0584160
Added fileschanged version 0.6.9.
...
svn path=/nixpkgs/trunk/; revision=24511
2010-10-28 11:10:09 +00:00
Peter Simons
e6bd263b4f
Advance version of Imagemagick to 6.6.5-4 .
...
Always include the --with-frozenpaths configure flag ( independently of tetex ).
Include the --with-rsvg configure flag when librsvg is not null.
svn path=/nixpkgs/trunk/; revision=24509
2010-10-28 08:46:13 +00:00
Eelco Dolstra
ca4a6cc933
* Hack to handle PGF/TikZ constructs that require an additional run.
...
svn path=/nixpkgs/trunk/; revision=24505
2010-10-27 16:09:07 +00:00
Peter Simons
8223f8016d
pkgs/top-level/python-packages.nix: added pysvn version 1.7.2
...
svn path=/nixpkgs/trunk/; revision=24504
2010-10-27 15:00:07 +00:00
Lluís Batlle i Rossell
fdc0738e0b
Adding lxc userland tools.
...
svn path=/nixpkgs/trunk/; revision=24502
2010-10-26 21:11:47 +00:00
Lluís Batlle i Rossell
f823e5c4ef
Removing some lines I committed by accident
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24501
2010-10-26 21:08:35 +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
Eelco Dolstra
85a0cd1385
* A better fix for the Xen clock problem.
...
svn path=/nixpkgs/trunk/; revision=24488
2010-10-26 13:08:51 +00:00
Peter Simons
2cc3847cd4
pkgs/applications/version-management/git-and-tools: updated topgit to version 0.8-32-g8b0f1f9
...
svn path=/nixpkgs/trunk/; revision=24487
2010-10-26 12:08:49 +00:00
Peter Simons
4f784157f1
pkgs/development/tools/misc/distcc: allow users to override sysconfdir
...
svn path=/nixpkgs/trunk/; revision=24486
2010-10-26 11:14:40 +00:00
Lluís Batlle i Rossell
b9da5de4da
Updating gnu tar
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24484
2010-10-26 08:33:34 +00:00
Lluís Batlle i Rossell
a38202bc8b
Updating xz to a stable version. Not beta anymore. (more stdenv rebuild)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24483
2010-10-26 08:33:18 +00:00
Evgeny Egorochkin
35dc7d6f3c
paramiko: fix chroot build: use pycrypto from Nixpkgs instead of getting it from the network.
...
mysql-workbench: minor cleanup.
Patch by Karn Kallio.
svn path=/nixpkgs/trunk/; revision=24482
2010-10-26 01:42:22 +00:00
Evgeny Egorochkin
ee8d2ccc40
mysql-workbench: version bump
...
svn path=/nixpkgs/trunk/; revision=24481
2010-10-26 01:38:28 +00:00
Evgeny Egorochkin
93129530a9
Rake: Fix build. Patch by Ilya Cassina.
...
svn path=/nixpkgs/trunk/; revision=24480
2010-10-26 01:15:42 +00:00
Evgeny Egorochkin
3748bba126
ati-drivers: version bump and fix name/version. Patch by Cillian de Róiste.
...
svn path=/nixpkgs/trunk/; revision=24479
2010-10-26 00:35:38 +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
Lluís Batlle i Rossell
f3da1c5e80
Adding a fix for an important glibc vulnerability, very easy to exploit:
...
http://www.securityfocus.com/bid/44347
svn path=/nixpkgs/branches/stdenv-updates/; revision=24475
2010-10-25 18:25:23 +00:00
Eelco Dolstra
5762edd607
* Linux 2.6.32: revert upstream patch
...
489fb490dbf8dab0249ad82b56688ae3842a79e8. It causes the DomU clock
to jump into the future and freeze after being saved and restored
across a Dom0 reboot. See
http://lists.xensource.com/archives/html/xen-devel/2010-10/msg00498.html
http://lists.xensource.com/archives/html/xen-devel/2010-10/msg01174.html
svn path=/nixpkgs/trunk/; revision=24473
2010-10-25 16:36:42 +00:00
Peter Simons
b877ec26cb
pkgs/os-specific/linux/psmisc: updated to version 22.13
...
svn path=/nixpkgs/trunk/; revision=24471
2010-10-25 14:38:45 +00:00
Peter Simons
7d7f7d8158
pkgs/os-specific/linux/psmisc: added an assert to ensure that no build is attempted on non-Linux platforms
...
svn path=/nixpkgs/trunk/; revision=24470
2010-10-25 14:38:41 +00:00
Peter Simons
ef4a03f3da
Moved tools/misc/psmisc to os-specific/linux/psmisc.
...
svn path=/nixpkgs/trunk/; revision=24469
2010-10-25 14:38:37 +00:00
Peter Simons
90490b0603
pkgs/servers/http/apache-httpd: updated to version 2.2.17
...
svn path=/nixpkgs/trunk/; revision=24468
2010-10-25 13:13:15 +00:00
Peter Simons
2bdf5c4fec
pkgs/servers/http/apache-modules/mod_wsgi: added meta.platforms and meta.maintainer
...
svn path=/nixpkgs/trunk/; revision=24467
2010-10-25 13:13:09 +00:00
Peter Simons
e75b4e4c91
pkgs/servers/http/apache-modules/mod_fastcgi: added meta.platforms and meta.maintainer
...
svn path=/nixpkgs/trunk/; revision=24466
2010-10-25 13:13:03 +00:00
Peter Simons
4fa49d4e8f
pkgs/servers/http/apache-httpd: added meta.platforms and meta.maintainer
...
svn path=/nixpkgs/trunk/; revision=24465
2010-10-25 13:12:57 +00:00
Peter Simons
3527fd782a
pkgs/servers/http/apache-httpd: dropped obsolete comment
...
svn path=/nixpkgs/trunk/; revision=24464
2010-10-25 13:12:33 +00:00
Michael Raskin
45f78e3feb
Fixing source
...
svn path=/nixpkgs/trunk/; revision=24463
2010-10-25 09:04:45 +00:00
Michael Raskin
ec500ae264
Add libfixposix
...
svn path=/nixpkgs/trunk/; revision=24462
2010-10-25 05:52:13 +00:00
Evgeny Egorochkin
84f61bc6d5
Strigi: bump to 0.7.2
...
svn path=/nixpkgs/trunk/; revision=24461
2010-10-25 05:20:44 +00:00
Lluís Batlle i Rossell
d6f4a6d968
Updating eaglemode.
...
svn path=/nixpkgs/trunk/; revision=24456
2010-10-24 21:27:31 +00:00
Lluís Batlle i Rossell
0cb7f90cac
Adding caneda
...
svn path=/nixpkgs/trunk/; revision=24450
2010-10-24 17:01:09 +00:00
Lluís Batlle i Rossell
227c632d18
Adding qucs
...
svn path=/nixpkgs/trunk/; revision=24449
2010-10-24 17:00:57 +00:00
Peter Simons
c7756e473b
pkgs/applications/version-management/git-and-tools: prefer fetchurl over fetchgit in topGit
...
svn path=/nixpkgs/trunk/; revision=24442
2010-10-23 22:39:53 +00:00
Michael Raskin
65ec046a15
Fix uzbl build
...
svn path=/nixpkgs/trunk/; revision=24440
2010-10-23 20:54:07 +00:00
Yury G. Kudryashov
ac0dea26fb
Fix typo
...
svn path=/nixpkgs/trunk/; revision=24439
2010-10-23 20:50:06 +00:00
Yury G. Kudryashov
6863d3f740
kdepim-4.4.7
...
svn path=/nixpkgs/trunk/; revision=24436
2010-10-23 18:48:49 +00:00
Yury G. Kudryashov
25869d5553
Fix kdepim-4.5 compilation
...
svn path=/nixpkgs/trunk/; revision=24435
2010-10-23 18:48:42 +00:00
Michael Raskin
90b626421d
Make EQL buildable again
...
svn path=/nixpkgs/trunk/; revision=24434
2010-10-23 18:40:57 +00:00