Commit graph

3674 commits

Author SHA1 Message Date
Michael Raskin ed3cf0a497 Fixed setup.sh - non-default Makefile may be passed in makeFlags. OpenFire added, doesn't work yet
svn path=/nixpkgs/branches/stdenv-updates/; revision=10795
2008-02-21 04:48:55 +00:00
Eelco Dolstra b67cb39b7d svn path=/nixpkgs/branches/stdenv-updates/; revision=10789 2008-02-20 17:22:45 +00:00
Eelco Dolstra 96aa40524e * Hack hack hack.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10788
2008-02-20 17:22:32 +00:00
Eelco Dolstra 10f7a2614a * Make the "Entering directory ..." message appear *before* "building
blah".

svn path=/nixpkgs/branches/stdenv-updates/; revision=10787
2008-02-20 17:13:06 +00:00
Eelco Dolstra 39c3cd4259 * Get rid of all the phase wrapper functions, just do that generically
in genericBuild.  This also means that you can override a phase
  function by redefining it, like

    buildPhase() {
      ... do something ...
    }

  and you still get the log nesting stuff.

* GNUmakefile is also a valid makefile name.

* Evaluate the variables $preHook and $postHook to allow more stdenv
  overrideability.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10786
2008-02-20 17:10:36 +00:00
Eelco Dolstra 0ebff4e1d0 * buildPhase: skip if there is no Makefile (just like configurePhase
is skipped when there is no configure script).  So you don't need to
  set

    buildPhase = "true";

  for derivations that don't have any build action.

* Variable $makefile to allow the makefile to be specified.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10784
2008-02-20 15:16:48 +00:00
Yury G. Kudryashov bcffa9bb34 kde-4.0.1
svn path=/nixpkgs/branches/stdenv-updates/; revision=10753
2008-02-18 20:54:39 +00:00
Yury G. Kudryashov ab3fc34bce mysql: +libmysqld, +openssl
svn path=/nixpkgs/branches/stdenv-updates/; revision=10752
2008-02-18 20:54:08 +00:00
Yury G. Kudryashov 8aaa563709 Result link was accidentially added. Removing
svn path=/nixpkgs/branches/stdenv-updates/; revision=10751
2008-02-18 20:53:57 +00:00
Yury G. Kudryashov c0588c0bb7 libjingle added: 0.3.11 (tapioca version) compiles, 0.4 (vanilla Google) doesn't.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10750
2008-02-18 20:53:47 +00:00
Yury G. Kudryashov 805424e33f libxklavier added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10749
2008-02-18 20:53:36 +00:00
Yury G. Kudryashov f1459725b6 telepathy stuff
svn path=/nixpkgs/branches/stdenv-updates/; revision=10748
2008-02-18 20:53:23 +00:00
Yury G. Kudryashov fc33ef9f7b libraw1394: URL corrected
svn path=/nixpkgs/branches/stdenv-updates/; revision=10747
2008-02-18 20:53:11 +00:00
Yury G. Kudryashov 0aa0847307 added gnupg-1.x compatibility symlinks to gnupg-2.x, removed gnupg2 attr
svn path=/nixpkgs/branches/stdenv-updates/; revision=10746
2008-02-18 20:52:59 +00:00
Yury G. Kudryashov 0b2d493521 libarchive: 2.4.12 added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10745
2008-02-18 20:52:40 +00:00
Yury G. Kudryashov 8ea549b319 sharutils added (4.6.3)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10744
2008-02-18 20:52:25 +00:00
Yury G. Kudryashov cc27e52366 Some spacing, jre in firefox wrapper made optional with true default
svn path=/nixpkgs/branches/stdenv-updates/; revision=10743
2008-02-18 20:52:10 +00:00
Yury G. Kudryashov 343d3f0e4c log4cxx: +boost
svn path=/nixpkgs/branches/stdenv-updates/; revision=10742
2008-02-18 20:51:56 +00:00
Yury G. Kudryashov fefdde6209 liboil: URL corrected
svn path=/nixpkgs/branches/stdenv-updates/; revision=10741
2008-02-18 20:51:40 +00:00
Yury G. Kudryashov f19180e9c2 ortp: 0.7.1 added (libjingle may need it)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10740
2008-02-18 20:51:25 +00:00
Yury G. Kudryashov 461b3197b5 enchant: using selectVersion
svn path=/nixpkgs/branches/stdenv-updates/; revision=10739
2008-02-18 20:51:07 +00:00
Yury G. Kudryashov bcb28f63a0 shared-mime-info: 0.23 added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10738
2008-02-18 20:50:49 +00:00
Yury G. Kudryashov 81429b0ac2 avahi: glib and qt4 support, 0.6.22 added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10737
2008-02-18 20:48:36 +00:00
Michael Raskin 88c725ad84 Forward port of Apache changes.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10736
2008-02-18 20:07:32 +00:00
Michael Raskin 66914f5438 Added src overriding option for relfs
svn path=/nixpkgs/branches/stdenv-updates/; revision=10721
2008-02-18 10:42:04 +00:00
Michael Raskin 96ddccf6b2 Some fixes to build elfutils and ltrace, added x11vnc, forward-ported kernel 2.6.23.16 as default.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10718
2008-02-18 07:23:05 +00:00
Michael Raskin 2a087141cb Ported replace renaming to replace-literal to avoid conflict with MySQL package supplying own tool with name replace.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10704
2008-02-15 11:14:40 +00:00
Michael Raskin ca34aa0514 Forward port of lib
svn path=/nixpkgs/branches/stdenv-updates/; revision=10700
2008-02-15 08:41:31 +00:00
Michael Raskin d607e902af Forward port: ccache, FF3b3
svn path=/nixpkgs/branches/stdenv-updates/; revision=10694
2008-02-14 20:18:07 +00:00
Michael Raskin 80612bff71 Stupid mistake in all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=10668
2008-02-13 21:19:04 +00:00
Michael Raskin c00c50e104 Added ncursesFun for overriding.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10667
2008-02-13 21:05:52 +00:00
Eelco Dolstra 89815eb9a0 * gcc-wrapper: Propagate the wrapped gcc, binutils and glibc to the
user environment.  (NIXPKGS-63)

svn path=/nixpkgs/branches/stdenv-updates/; revision=10664
2008-02-13 19:41:37 +00:00
Eelco Dolstra 908d8286ce * Add --disable-dependency-tracking to the configure flags if
possible.  This should speed up builds a bit.  (Suggested by Ludovic
  Courtès.)

svn path=/nixpkgs/branches/stdenv-updates/; revision=10662
2008-02-13 18:27:19 +00:00
Eelco Dolstra 5f45fb3ae9 * substitute() in stdenv: use the replace program instead of awful
sed hackery.
* Some indentation fixes in setup.sh.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10658
2008-02-13 14:23:09 +00:00
Michael Raskin 3db3e079af Ported ffmpeg_svn tarball link - correction to all-packages link
svn path=/nixpkgs/branches/stdenv-updates/; revision=10652
2008-02-12 22:36:00 +00:00
Michael Raskin a25344377e Ported ffmpeg_svn tarball link; fixes to iptables
svn path=/nixpkgs/branches/stdenv-updates/; revision=10651
2008-02-12 21:47:49 +00:00
Yury G. Kudryashov 270646012a qt-4: sha256 update. May be, they export some external repo?
svn path=/nixpkgs/branches/stdenv-updates/; revision=10617
2008-02-10 17:42:20 +00:00
Yury G. Kudryashov e748c42115 ImageMagick: version updated
svn path=/nixpkgs/branches/stdenv-updates/; revision=10616
2008-02-10 17:42:16 +00:00
Yury G. Kudryashov 40e41fe362 redland: more dependencies
svn path=/nixpkgs/branches/stdenv-updates/; revision=10615
2008-02-10 17:42:11 +00:00
Yury G. Kudryashov 615ef1d16b gnupg: idea support is optional, defaults to false
svn path=/nixpkgs/branches/stdenv-updates/; revision=10614
2008-02-10 17:42:06 +00:00
Yury G. Kudryashov 1cf8a9d0ed readline5: shared, using sha256
svn path=/nixpkgs/branches/stdenv-updates/; revision=10613
2008-02-10 17:42:02 +00:00
Yury G. Kudryashov c3193c538a sqlite: 3.5.6 added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10612
2008-02-10 17:41:58 +00:00
Yury G. Kudryashov e2751942c7 cmake: 2.4.8 added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10611
2008-02-10 17:41:51 +00:00
Yury G. Kudryashov b5b189bed8 postgresql: forgotten to remove unused default.nix and builder.sh
svn path=/nixpkgs/branches/stdenv-updates/; revision=10610
2008-02-10 17:41:45 +00:00
Yury G. Kudryashov 6e337bd44d libxslt: propagating libxml2
svn path=/nixpkgs/branches/stdenv-updates/; revision=10609
2008-02-10 17:41:40 +00:00
Yury G. Kudryashov cc0430ca4b gettext: shared
svn path=/nixpkgs/branches/stdenv-updates/; revision=10608
2008-02-10 17:41:35 +00:00
Yury G. Kudryashov 0a270d49e7 libsigsegv: shared
svn path=/nixpkgs/branches/stdenv-updates/; revision=10607
2008-02-10 17:41:29 +00:00
Yury G. Kudryashov 2c0bf029fb Postgresql: 8.3.0 added, using selectVersion
svn path=/nixpkgs/branches/stdenv-updates/; revision=10606
2008-02-10 17:41:23 +00:00
Yury G. Kudryashov 5a69612d68 ntfs-3g: version updated
svn path=/nixpkgs/branches/stdenv-updates/; revision=10605
2008-02-10 17:41:17 +00:00
Yury G. Kudryashov 80d81c1a82 Ncurses: more compatibility .la's
svn path=/nixpkgs/branches/stdenv-updates/; revision=10604
2008-02-10 17:41:10 +00:00