summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers
Commit message (Collapse)AuthorAge
* gnumake: disable test suite on FreeBSDPeter Simons2013-03-25
| | | | One test fails, unfortunately, but I'm not sure what to do about it.
* cmake setup-hook: fixing cmakeFlagsArrayLluís Batlle i Rossell2013-03-12
| | | | The array wasn'te expanded properly, the spaces weren't preserved.
* gnumake381: fix the patching because of gnumakeVladimír Čunát2013-02-27
|
* gnumake: patch the patches so it looks niceVladimír Čunát2013-02-27
|
* make: PATCHES from gentooVladimír Čunát2013-02-27
| | | | also needed for updated firebird to build
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-02-15
|\
| * leiningen: Update to 2.0.0.Shea Levy2013-01-27
| | | | | | | | Patch thanks to Patrick Lee.
* | cmake setup hook: If configurePhase is set, don't override itShea Levy2013-02-07
|/
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* cmake: BumpShea Levy2012-10-08
|
* * Ant updated to 1.8.4.Eelco Dolstra2012-06-18
| | | | svn path=/nixpkgs/trunk/; revision=34551
* * Clean up the Ant name, e.g. "ant-openjdk-1.8.0RC1" instead ofEelco Dolstra2012-06-13
| | | | | | | | "ant-<JDK name>". * Remove openjdkDarwin/ecjDarwin/antDarwin attributes. Instead the openjdk attribute refers to the Darwin package on Darwin. svn path=/nixpkgs/trunk/; revision=34505
* - update leiningen to 1.7.1Michel Alexandre Salim2012-05-11
| | | | | | | | - apply patch (applied upstream) to assume rlwrap is present - update expression to depend on rlwrap - rebase the nix-specific patch to apply cleanly svn path=/nixpkgs/trunk/; revision=34056
* Darwin: Add `mig', `lipo', etc. to `stdenvNative'.Ludovic Courtès2012-04-23
| | | | | | Consequently, remove `darwinLipoUtility', `darwinArchUtility', etc. svn path=/nixpkgs/trunk/; revision=33893
* scons: updated to version 2.1.0Peter Simons2012-03-13
| | | | svn path=/nixpkgs/trunk/; revision=33030
* patch and fixCmakeFiles do not commuteYury G. Kudryashov2012-03-08
| | | | svn path=/nixpkgs/trunk/; revision=32876
* Remove cmake_2_8_7: default is already 2.8.7Yury G. Kudryashov2012-03-06
| | | | svn path=/nixpkgs/trunk/; revision=32827
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-01
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
| * * Updated Leiningen to 1.7.0 (contributed by Phil Hagelberg; added aEelco Dolstra2012-02-29
| | | | | | | | | | | | call to patchShebangs to fix the reference to /bin/bash). svn path=/nixpkgs/trunk/; revision=32698
| * Add fresh cmakeMichael Raskin2012-02-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32611
* | Setting the cmake build type Release in its setup-hook, for all cmakeLluís Batlle i Rossell2012-02-26
| | | | | | | | | | | | | | | | | | projects to be built in Release by default. Some packages were not getting optimisation flags, like rigsofrods. svn path=/nixpkgs/branches/stdenv-updates/; revision=32574
* | svn merge ^/nixpkgs/trunkShea Levy2012-02-25
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
| * Fixing jam for i686-linux. That should allow building trigger rally.Lluís Batlle i Rossell2012-02-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32557
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-23
|\| | | | | | | | | | | | | Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you please look at this? svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
| * Fix cmake-2.6.4 build (add xmlrpc-c)Yury G. Kudryashov2012-02-23
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32505
| * Add cmake-2.6.4Yury G. Kudryashov2012-02-23
| | | | | | | | | | | | | | This is the minimum version required for KDE-4, so I need it to ensure that my cmake code works with cmake-2.6.4. svn path=/nixpkgs/trunk/; revision=32504
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-06
|\| | | | | | | | | | | | | | | | | | | | | | | Merge conflicts: * unzip (almost trivial) * dvswitch (trivial) * gmp (copied result of `git merge`) The last item introduced gmp-5.0.3, thus full rebuild. +ensureDir->mkdir -p in TeX packages was catched by git but not svn. svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
| * Use meta.platformsYury G. Kudryashov2012-01-28
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31909
* | * Don't replace /opt if it's followed by something other thanEelco Dolstra2012-01-23
| | | | | | | | | | | | | | whitespace or a /, otherwise strings such as /foo/opticaldrive.c will be broken. svn path=/nixpkgs/branches/stdenv-updates/; revision=31793
* | * cmake: don't use replace-literal.Eelco Dolstra2012-01-20
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31736
* | svn merge ^/nixpkgs/trunk, one simple conflict in jrubyYury G. Kudryashov2012-01-19
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
| * leiningen: added package version 1.6.2Yury G. Kudryashov2012-01-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31716
| * Add a warning to cmake/default.nixYury G. Kudryashov2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31248
| * * Revert. Cmake is still broken on i686-linux.Eelco Dolstra2012-01-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31244
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* cmake-2.8.7Yury G. Kudryashov2012-01-03
| | | | svn path=/nixpkgs/trunk/; revision=31241
* * Revert both r30278 (cmake upgrade) and r30307 (zlib fix to get cmakeEelco Dolstra2011-11-07
| | | | | | | to build). These are more appropriate to the stdenv branch. I'll apply them there. svn path=/nixpkgs/trunk/; revision=30308
* update cmakeDavid Guibert2011-11-06
| | | | svn path=/nixpkgs/trunk/; revision=30278
* * Cmake 2.8.5 doesn't build on i686-linuxEelco Dolstra2011-07-28
| | | | | | (http://hydra.nixos.org/build/1181148), so revert to 2.8.4 for now. svn path=/nixpkgs/branches/kde-4.7/; revision=27990
* * Cmake updated to 2.8.5. Also added a patch that prevents Cmake fromEelco Dolstra2011-07-21
| | | | | | | | looking in /usr and similar locations. However, it *will* now look in the Nixpkgs Glibc lib and include directories. This ensures that find_library can find libraries in Glibc. svn path=/nixpkgs/branches/kde-4.7/; revision=27884
* Update teeworldsMichael Raskin2011-04-13
| | | | svn path=/nixpkgs/trunk/; revision=26814
* Adding the rally game Trigger. As a side effect, I add jam.Lluís Batlle i Rossell2011-03-30
| | | | svn path=/nixpkgs/trunk/; revision=26615
* cmake: updated meta.platforms to reflect the fact that CMake is supposed to ↵Peter Simons2011-03-25
| | | | | | build on all Unix-like platforms svn path=/nixpkgs/trunk/; revision=26512
* cmake: add install_name_tool on Darwin to fix the buildPeter Simons2011-03-25
| | | | svn path=/nixpkgs/trunk/; revision=26511
* cmake-2.8.4Yury G. Kudryashov2011-03-02
| | | | svn path=/nixpkgs/trunk/; revision=26137
* cmake-2.8.3Yury G. Kudryashov2011-02-09
| | | | svn path=/nixpkgs/trunk/; revision=25859
* build cmake only on linux and freebsdRob Vermaas2011-01-05
| | | | svn path=/nixpkgs/trunk/; revision=25412
* Updating from trunk. I resolved simple conflicts.Lluís Batlle i Rossell2010-12-11
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
| * pkgs/development/tools/build-managers/scons: cosmetic build improvementsPeter Simons2010-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * pkgs/development/tools/build-managers/scons: move --mandir and --infodir to ↵Peter Simons2010-12-06
| | | | | | | | | | | | standard locations svn path=/nixpkgs/trunk/; revision=25009