Lluís Batlle i Rossell
6bacb66dd3
Updating the gcc-wrapper with the changes done in trunk's gcc-wrapper2.
...
Removing any reference to the gcc-wrapper2, as now the gcc-wrapper already conveys
the changes, I created gcc-wrapper2 in trunk for.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18913
2009-12-12 18:48:07 +00:00
Lluís Batlle i Rossell
dae3eb2383
Merging from trunk.
...
I resolved two conflicts:
- cmake (trunk fixes + stdenv-updates cross-compiling)
- all-packages (trunk gcc-wrapper2 + stdenv-updates gcc44)
svn path=/nixpkgs/branches/stdenv-updates/; revision=18912
2009-12-12 18:39:09 +00:00
Marc Weber
362f811a7a
Revert "git: allow applying patches by config"
...
This reverts commit rev 18897
I should have used overrideDerivation.
svn path=/nixpkgs/trunk/; revision=18911
2009-12-12 18:10:26 +00:00
Ludovic Courtès
f63059dd05
Add Coccinelle, a semantic patch interpreter for C.
...
svn path=/nixpkgs/trunk/; revision=18909
2009-12-12 00:47:14 +00:00
Marc Weber
f62924477e
fix hash of libCSS (netsurf browser)
...
svn path=/nixpkgs/trunk/; revision=18908
2009-12-12 00:20:29 +00:00
Ludovic Courtès
b4ae0db5a5
guile: Improve `disable-gc-sensitive-tests.patch'.
...
svn path=/nixpkgs/trunk/; revision=18907
2009-12-11 21:48:14 +00:00
Ludovic Courtès
ef0cd29eb0
GNU Coreutils 8.2.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18906
2009-12-11 20:05:54 +00:00
Marco Maggesi
98aaa4421c
Add expression for Isabelle2009
...
svn path=/nixpkgs/trunk/; revision=18905
2009-12-11 17:00:52 +00:00
Marco Maggesi
218bdaf214
Add expression for ProofGeneral
...
svn path=/nixpkgs/trunk/; revision=18904
2009-12-11 16:18:27 +00:00
Lluís Batlle i Rossell
f7fb372440
Adding a patch to cdrkit, for it to work with cmake 2.8.
...
I don't know how it could build ever with older cmake versions, because IMO
they lacked the patch I'm adding.
svn path=/nixpkgs/trunk/; revision=18903
2009-12-11 15:36:24 +00:00
Lluís Batlle i Rossell
9976583c97
As agreed with ludo, I remove the getConfig around the cscope expression,
...
which deals only with a build time dependency. Let's better have hydra
build cscope (I set me as a maintainer), and prefer simpler expressions
to options on build-time dependencies.
svn path=/nixpkgs/trunk/; revision=18902
2009-12-11 14:47:16 +00:00
Lluís Batlle i Rossell
2ccf2984eb
Updating cscope, and making its dependency on emacs optional (and off by default),
...
due to something called 'install emacs mode'.
svn path=/nixpkgs/trunk/; revision=18901
2009-12-11 14:03:27 +00:00
Marc Weber
833832dc92
commenting older ghc's they can't be compiled due to realdine and
...
linking issues. I'm not willing to fix them right now.
svn path=/nixpkgs/trunk/; revision=18900
2009-12-11 13:58:41 +00:00
Marc Weber
f9ecf5a44f
fix build of ghc-6.8.2
...
svn path=/nixpkgs/trunk/; revision=18899
2009-12-11 13:58:36 +00:00
Marc Weber
fdd2d5cb2a
remove nixRepositoryManager. It can be installed using the haskell-nix-overlay
...
svn path=/nixpkgs/trunk/; revision=18898
2009-12-11 13:58:34 +00:00
Marc Weber
0ceae8f6d1
git: allow applying patches by config
...
svn path=/nixpkgs/trunk/; revision=18897
2009-12-11 13:58:31 +00:00
Marc Weber
78a1418e6d
ghcs: provide list of core packages. Required by solver of thE haskell-nix-overlay
...
svn path=/nixpkgs/trunk/; revision=18896
2009-12-11 13:58:29 +00:00
Marc Weber
5d6b65d339
fix perl-5.8 build
...
svn path=/nixpkgs/trunk/; revision=18895
2009-12-11 13:58:26 +00:00
Marc Weber
5319704f80
removing old bleeding edge cruft replacing it by a niftier version using
...
source regions which are substituded by the tool nix-repository-manager.
See http://github.com/MarcWeber/nix-repository-manager/raw/master/README .
sourceByName is called sourceFromHead now.
updates: MPlayerTrunk, haxe, neko, netsurf, cinelerra, ctags
cinelerra does no longer build due to Xorg update
svn path=/nixpkgs/trunk/; revision=18894
2009-12-11 13:58:23 +00:00
Marc Weber
1030a6bb68
fix mjpegtools
...
svn path=/nixpkgs/trunk/; revision=18893
2009-12-11 13:58:17 +00:00
Marc Weber
f2ec65a538
fix source-and-tags
...
svn path=/nixpkgs/trunk/; revision=18892
2009-12-11 13:58:15 +00:00
Marc Weber
e102a7173e
haskellPackages: add comment about hack-nix
...
svn path=/nixpkgs/trunk/; revision=18891
2009-12-11 13:58:05 +00:00
Lluís Batlle i Rossell
2dd9764a9e
Major update to cmake, from 2.6.4 to 2.8.0.
...
I tried some kde4 builds, and the worked.
svn path=/nixpkgs/trunk/; revision=18890
2009-12-11 07:58:54 +00:00
Lluís Batlle i Rossell
f5c5c0b4b6
Updating vtk; simplifying the openal cmake build expression.
...
svn path=/nixpkgs/trunk/; revision=18888
2009-12-11 07:16:16 +00:00
Lluís Batlle i Rossell
f3c23487a2
Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to rebuild
...
stdenv.
In this gcc-wrapper2 I made the ld-wrapper.sh to handle the linking with shared
objects through direct pass as ld command arguments of the absolute path to shared
objects, instead of using the -L/-l combinations.
cmake 'FindXXX.cmake' modules make a strong usage of the dynamic linking directly
passing the absolute path to the shared object to the linker, and as our wrapper did
not add any -rpath for those, writting the nix expressions for some cmake packages
resulted in a lot of tricks, compared to using this gcc-wrapper2.
This gcc-wrapper2/ld-wrapper.sh should become the gcc-wrapper/ld-wrapper in a
stdenv update.
I also updated some cmake expressions to use this gcc-wrapper2, and reduced its
tricks.
I also updated the cmake setup-hook for it to make cmake not touch any rpath decided
at build time, when running the 'make install' of makefiles created by cmake.
svn path=/nixpkgs/trunk/; revision=18885
2009-12-10 22:19:52 +00:00
Ludovic Courtès
164eb9c699
Typo.
...
svn path=/nixpkgs/trunk/; revision=18883
2009-12-10 21:39:02 +00:00
Ludovic Courtès
19d02b6ca4
ocaml: Add description.
...
svn path=/nixpkgs/trunk/; revision=18882
2009-12-10 21:27:19 +00:00
Ludovic Courtès
3b6cc2a5c2
Update Automake (CVE-2009-4029 security fix).
...
svn path=/nixpkgs/trunk/; revision=18881
2009-12-10 20:54:58 +00:00
Lluís Batlle i Rossell
61a6bdad88
Reverting some changes I brought in by error for util-linux-ng (I was trying
...
their git version, to check some bugfixes they did for my reports).
svn path=/nixpkgs/branches/stdenv-updates/; revision=18880
2009-12-10 15:05:26 +00:00
Lluís Batlle i Rossell
99f8d729b0
Updating nix's aterm from aterm242fixes to aterm25 (proposed by niksnut).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18879
2009-12-10 14:50:50 +00:00
Lluís Batlle i Rossell
89fe676bb3
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18878
2009-12-10 14:48:45 +00:00
Marco Maggesi
adbaa14548
Add expression for PolyML
...
svn path=/nixpkgs/trunk/; revision=18875
2009-12-10 13:16:06 +00:00
Lluís Batlle i Rossell
16eabd95b3
Updating the libstdc++ man pages to 4.4.0. We have gcc-4.3.4 in trunk, but I don't think it will be any annoyance.
...
svn path=/nixpkgs/trunk/; revision=18871
2009-12-10 08:12:49 +00:00
Michael Raskin
3871c1ebd2
Update xboard
...
svn path=/nixpkgs/trunk/; revision=18870
2009-12-10 06:55:12 +00:00
Eelco Dolstra
b2c9e50203
* Added Fedora 12. This requires the latest RPM, because the RPMs are
...
compressed with xz.
svn path=/nixpkgs/trunk/; revision=18868
2009-12-09 22:35:46 +00:00
Eelco Dolstra
d869913b27
* RPM updated to 4.7.2.
...
* nspr updated to 4.8.2.
* nss updated to 3.12.4.
* elfutils updated to 0.143.
svn path=/nixpkgs/trunk/; revision=18867
2009-12-09 22:34:51 +00:00
Eelco Dolstra
06b135ebf8
svn path=/nixpkgs/trunk/; revision=18865
2009-12-09 21:41:19 +00:00
Peter Simons
d21a4d14fc
pkgs/servers/x11/xorg/overrides.nix: dropped override for libXaw on Darwin
...
With the latest version of libXaw, those patches aren't necessary
anymore; the build has been fixed upstream.
svn path=/nixpkgs/trunk/; revision=18856
2009-12-09 15:56:20 +00:00
Peter Simons
abebc10cf1
pkgs/development/compilers/swi-prolog/default.nix: updated to version 5.6.64 and enabled GUI support
...
svn path=/nixpkgs/trunk/; revision=18853
2009-12-09 14:07:09 +00:00
Lluís Batlle i Rossell
60788973d0
Adding a required option to uclibc for util-linux-ng (the git master version,
...
not that of nixpkgs, which still has bugs) to link well with uclibc.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18852
2009-12-09 13:33:23 +00:00
Michael Raskin
13b91e2ca8
Update CouchDB; add Apache-related snippets to update-upstream-data.
...
svn path=/nixpkgs/trunk/; revision=18851
2009-12-09 12:59:23 +00:00
Lluís Batlle i Rossell
48bb7745e7
gcc 4.4.2 is also affected by the wrong CPP passed to the configure script of
...
the target libraries, as 4.3.4
I trigger the breaking build using uclibc, instead of glibc, and then the
mixture of CPP getting the build glibc headers, and CC getting the uclibc
headers, makes the problem evident.
In 4.3.4 it only affected libmudflap. In 4.4.2, it affects libmudflap and
libstdc++.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18850
2009-12-09 10:05:47 +00:00
Marc Weber
7ef915ebc8
nixpkgs lib: adding haskell's take
...
svn path=/nixpkgs/trunk/; revision=18848
2009-12-08 21:47:14 +00:00
Peter Simons
89b59e3fbc
applications/version-management/git-and-tools/git: update to version 1.6.5.5
...
svn path=/nixpkgs/trunk/; revision=18847
2009-12-08 20:35:51 +00:00
Lluís Batlle i Rossell
916896e252
I took away the patch about the -Bxxx not being passed to target libraries
...
through libtool.
I found a make variable holding flags that will not be trimmed by libtool:
FLAGS_FOR_TARGET.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18846
2009-12-08 19:46:32 +00:00
Lluís Batlle i Rossell
21b2bc74b2
The bison elf may call m4 (I saw that building binutils' gold).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18845
2009-12-08 19:42:18 +00:00
Lluís Batlle i Rossell
60a5f44759
Updating the url for the latest armv5tel linux bootstrap-tools.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18844
2009-12-08 19:34:25 +00:00
Lluís Batlle i Rossell
e1082c8ac6
Updating openocd from 0.2.0 to 0.3.1
...
svn path=/nixpkgs/trunk/; revision=18843
2009-12-08 19:31:04 +00:00
Eelco Dolstra
ab708d5b6e
* xfsprogs updated to 3.0.3.
...
* xfsprogs: don't use shared libraries because libxfs.so isn't
installed for some reason, so mkfs.xfs doesn't work.
svn path=/nixpkgs/trunk/; revision=18842
2009-12-08 16:58:22 +00:00
Eelco Dolstra
87fcfb0df2
* davfs2 updated to 1.4.5.
...
* neon updated to 0.28.6.
svn path=/nixpkgs/trunk/; revision=18841
2009-12-08 13:08:27 +00:00