Commit graph

684 commits

Author SHA1 Message Date
Martin Bravenboer 0ff3af3d00 Hack hack
svn path=/nixpkgs/trunk/; revision=6262
2006-08-27 03:45:51 +00:00
Martin Bravenboer 961b20c1b7 Added pre release of stratego libraries, fixed support for configureFlags in MinGW, add binary pkg-config distribution for bootstrapping. Optionally use pkgconfig from the stdenv (again, for bootstrapping)
svn path=/nixpkgs/trunk/; revision=6253
2006-08-26 20:11:31 +00:00
Armijn Hemel 6c7ea78070 fix compilation so we can build a statically linked gcc with an impure environment. Needs "noSysDirs = false" passed as a parameter in all-packages.nix, or whatever.
svn path=/nixpkgs/trunk/; revision=6247
2006-08-25 23:24:41 +00:00
Armijn Hemel b6811b43f1 pass noSysDirs for static gcc
svn path=/nixpkgs/trunk/; revision=6246
2006-08-25 22:19:16 +00:00
Armijn Hemel 1a2f1130cb 3.4.2 -> 3.4.6
We should update the whole Nix "static baseline" soon...ish

svn path=/nixpkgs/trunk/; revision=6244
2006-08-25 21:20:04 +00:00
Martin Bravenboer f0129a3f44 Fixes to support the new stdenvType
svn path=/nixpkgs/trunk/; revision=6242
2006-08-25 20:58:02 +00:00
Mart Kolthof edefde9b2f * trying to keep to the standards
svn path=/nixpkgs/trunk/; revision=6226
2006-08-24 14:19:59 +00:00
Mart Kolthof 9c67a8d113 * Third try :P
svn path=/nixpkgs/trunk/; revision=6222
2006-08-24 13:32:56 +00:00
Mart Kolthof 4bfa933f40 * Second try
svn path=/nixpkgs/trunk/; revision=6221
2006-08-24 10:48:49 +00:00
Mart Kolthof a312ca7edd * Switching back to OCaml 3.08.0 to hopefully resolve compile errors
svn path=/nixpkgs/trunk/; revision=6215
2006-08-23 16:10:27 +00:00
Eelco Dolstra fbdc673caa * Doh!
svn path=/nixpkgs/trunk/; revision=6208
2006-08-23 11:45:19 +00:00
Eelco Dolstra 3f8f7abe5e * Fix URL.
svn path=/nixpkgs/trunk/; revision=6207
2006-08-23 11:24:05 +00:00
Eelco Dolstra 4bfffeee52 * Propagate readline's dependency on ncurses.
svn path=/nixpkgs/trunk/; revision=6197
2006-08-21 10:35:01 +00:00
Martin Bravenboer dfe1a1d6ec Update to pkgconfig 0.21
svn path=/nixpkgs/trunk/; revision=6153
2006-08-17 16:56:40 +00:00
Martin Bravenboer 97202ee3b7 Patch for aterm library on mingw (see meta-devel-list)
Moved all the shell fixes to fix-builder.sh, which is now always invoked.

Added aterm to the list of packages provided by mingw.nix

svn path=/nixpkgs/trunk/; revision=6152
2006-08-17 15:33:49 +00:00
Eelco Dolstra 536a81cd9c * Remove help from the SDK, saving 200 MB.
svn path=/nixpkgs/trunk/; revision=6138
2006-08-16 21:34:26 +00:00
Armijn Hemel 15ae1b326f add "attr" tool. Includes some butchering of their supplied Makefile and aclocal.m4 to prevent all kinds of hardcoded paths...argh...
svn path=/nixpkgs/trunk/; revision=6113
2006-08-13 18:50:04 +00:00
Martin Bravenboer deeadfc6f5 Tried to add kuickshow (a pretty fast image viewer that used to be
distributed by default in KDE).

Unfortunately it doesn't work, because of some strange problems with
mime types. But well, it compiles. The libraries are useful anyway:

- arts (kde)
- imlib (gnome)
- libungif (aka libgif)


svn path=/nixpkgs/trunk/; revision=6111
2006-08-13 09:46:54 +00:00
Eelco Dolstra b8da1b671d * Latest zapping.
svn path=/nixpkgs/trunk/; revision=6107
2006-08-12 07:26:24 +00:00
Armijn Hemel c6b246ae8c libgnomeprint now wants bison and flex during configure...
svn path=/nixpkgs/trunk/; revision=6106
2006-08-12 00:15:31 +00:00
Armijn Hemel f0d6702f90 libgtkhtml = gtkhtml (packages were merged)
libgnomeprint and libnomeprintui were moved to desktop, from platform

svn path=/nixpkgs/trunk/; revision=6105
2006-08-12 00:01:37 +00:00
Eelco Dolstra 259d0dd9ee * Gnome 2.14.3.
* GTK updates.
* Removed the bzip2 hack.

svn path=/nixpkgs/trunk/; revision=6104
2006-08-11 22:26:55 +00:00
Martin Bravenboer 1cb5a30f34 Added ANTLR 2.7.6
svn path=/nixpkgs/trunk/; revision=6082
2006-08-09 15:09:50 +00:00
Eelco Dolstra bf1e734f85 * Don't use the subpath operator (~) anymore, it's subsumed by normal
concatenation (+).

svn path=/nixpkgs/trunk/; revision=6080
2006-08-09 15:05:30 +00:00
Martin Bravenboer a4b37a367a Added the package man-pages.
svn path=/nixpkgs/trunk/; revision=6071
2006-08-08 00:09:27 +00:00
Eelco Dolstra a2c118e0e3 * Remove redundant definition of LayYY_prev_more_offset; flex already
generates it.

svn path=/nixpkgs/trunk/; revision=6064
2006-08-07 10:17:39 +00:00
Armijn Hemel 1b17f45ef5 add a statically linked gcc-4.1
svn path=/nixpkgs/trunk/; revision=6056
2006-08-05 13:50:42 +00:00
Armijn Hemel 1c1ad8b285 add a builder for a statically linked binutils (for the initial stdenv build process). This needs the references to glibc nuked as well...
svn path=/nixpkgs/trunk/; revision=6054
2006-08-05 10:55:58 +00:00
Martin Bravenboer a31de1c856 Added ANTLR 3 beta
svn path=/nixpkgs/trunk/; revision=6033
2006-08-03 16:08:25 +00:00
Martin Bravenboer 799e451a26 Updated abc to version 1.2.0
svn path=/nixpkgs/trunk/; revision=6021
2006-08-02 17:27:42 +00:00
Martin Bravenboer 6fa02079b8 Update of aspectj to 1.5.2
svn path=/nixpkgs/trunk/; revision=6019
2006-08-02 16:42:52 +00:00
Eelco Dolstra 4fb1ec6a36 * Flex 2.5.33. This one builds on Darwin.
svn path=/nixpkgs/trunk/; revision=6012
2006-08-01 12:29:54 +00:00
Eelco Dolstra f36368c749 * Boehm GC 6.8, needed on Darwin-x86.
svn path=/nixpkgs/trunk/; revision=6011
2006-08-01 12:29:07 +00:00
Armijn Hemel 0591f43c74 add dietlibc version of ncurses
svn path=/nixpkgs/trunk/; revision=5993
2006-07-30 18:12:20 +00:00
Armijn Hemel 4f27d4b9b3 add 0.15, variants
svn path=/nixpkgs/trunk/; revision=5936
2006-07-25 10:06:05 +00:00
Armijn Hemel 80e72c6c7e 1.1.17, untested
svn path=/nixpkgs/trunk/; revision=5935
2006-07-25 09:58:11 +00:00
Armijn Hemel d41d5a6970 make 2.6.26 default
svn path=/nixpkgs/trunk/; revision=5934
2006-07-25 09:28:19 +00:00
Armijn Hemel 55e322ca6c variability, add a static variant, default is to use shared libraries
svn path=/nixpkgs/trunk/; revision=5932
2006-07-25 08:24:22 +00:00
Armijn Hemel 46d7a1ac7f actually link to zlib
svn path=/nixpkgs/trunk/; revision=5931
2006-07-25 00:52:21 +00:00
Armijn Hemel f644035715 prepare for multiple versions
svn path=/nixpkgs/trunk/; revision=5930
2006-07-24 23:55:32 +00:00
Armijn Hemel 56d8395f3d easier version switching
svn path=/nixpkgs/trunk/; revision=5929
2006-07-24 23:34:38 +00:00
Armijn Hemel 40e7da7412 also build a shared libneon
svn path=/nixpkgs/trunk/; revision=5928
2006-07-24 23:00:54 +00:00
Armijn Hemel 51316f8a47 0.25.4 -> 0.25.5
svn path=/nixpkgs/trunk/; revision=5926
2006-07-24 21:52:49 +00:00
Armijn Hemel 9396221341 2.8.16 -> 2.8.17
svn path=/nixpkgs/trunk/; revision=5883
2006-07-22 23:27:02 +00:00
Armijn Hemel 2701a8b2ff don't build the tcl extension
svn path=/nixpkgs/trunk/; revision=5882
2006-07-22 23:02:27 +00:00
Armijn Hemel e657254871 don't forget the closing ". This heat is killing my braaaaaaaain...
svn path=/nixpkgs/trunk/; revision=5881
2006-07-22 22:54:22 +00:00
Armijn Hemel 2c9ccc300e AARGH! actually take the *source* file and not the precompiled binary :(
svn path=/nixpkgs/trunk/; revision=5880
2006-07-22 22:53:15 +00:00
Armijn Hemel e082ae1151 3.3.5 -> 3.3.6
svn path=/nixpkgs/trunk/; revision=5879
2006-07-22 22:51:58 +00:00
Armijn Hemel c57e252798 pass around right configuration options
svn path=/nixpkgs/trunk/; revision=5871
2006-07-22 10:52:44 +00:00
Armijn Hemel d53ae3e6a3 add tk
svn path=/nixpkgs/trunk/; revision=5870
2006-07-22 09:58:05 +00:00