Eelco Dolstra
f6f207e054
* Simplify, simplify.
...
svn path=/nixpkgs/trunk/; revision=6830
2006-10-24 22:20:45 +00:00
Eelco Dolstra
60a9aa66bf
* Switching.
...
svn path=/nixpkgs/trunk/; revision=6827
2006-10-24 20:53:54 +00:00
Eelco Dolstra
b342dcb13b
* gcc-wrapper: separately store the flags necessary to find GCC and
...
Glibc. This is useful when building GCC.
* gcc-wrapper: the dynamic linker has a different name on x86_64 and
powerpc.
* gcc-wrapper: "glibc" -> "libc", because someday we might support
different C libraries.
* gcc: don't do a multilib build (e.g., 32-bit support on x86_64),
don't need it.
* gcc: merge in support for static builds.
* gcc: various simplifications in the compiler/linker flags, hope they
work.
svn path=/nixpkgs/trunk/; revision=6823
2006-10-24 18:26:23 +00:00
Eelco Dolstra
0cf5154681
* Build a static GCC, properly. (Reminder: when building GCC on an
...
impure x86_64 environment, make sure that the 32-bit GCC / Glibc
libraries are installed, such as /usr/lib/crti.o.)
svn path=/nixpkgs/trunk/; revision=6818
2006-10-24 11:36:19 +00:00
Eelco Dolstra
db90711cb7
* LD_LIBRARY_PATH no longer needed (?).
...
svn path=/nixpkgs/trunk/; revision=6813
2006-10-23 21:51:43 +00:00
Eelco Dolstra
c466083d3f
* Don't build unnecessary libraries.
...
svn path=/nixpkgs/trunk/; revision=6812
2006-10-23 21:51:08 +00:00
Eelco Dolstra
b495d3f65e
* Trying to get gcc-static to build on x86_64. Still doesn't work though.
...
svn path=/nixpkgs/trunk/; revision=6809
2006-10-23 18:56:43 +00:00
Eelco Dolstra
491f9dec21
* Quick hack to get binutils to build with dietlibc on x86_64.
...
svn path=/nixpkgs/trunk/; revision=6808
2006-10-23 18:55:25 +00:00
Eelco Dolstra
84dd812f33
Finally, the new stdenv-linux.
...
* The statically linked bootstrap tools are now automatically
reproducable, just do:
$ nix-build ./make-bootstrap-tools.nix
The resulting binaries in result/in-nixpkgs go to
stdenv/linux/bootstrap/<platform>/, and the tarballs in
result/on-server go to
https://svn.cs.uu.nl:12443/repos/trace/tarballs/trunk/stdenv-linux/ <platform>/<revision>/.
These are checked out on nix.cs.uu.nl under http://.../dist/tarballs .
* The statically linked libraries all use dietlibc now (except
patchelf and glibc), so they are much smaller. This is especially
nice for the tools in the Nixpkgs tree, since it makes Nixpkgs
tarballs smaller.
* Use Binutils 2.17 and GCC 4.1.1 for the bootstrap.
* The stdenv is now based on Glibc 2.5. I hope it works ;-)
svn path=/nixpkgs/trunk/; revision=6803
2006-10-23 14:27:34 +00:00
Eelco Dolstra
6b03da43d9
* binutils on dietlibc.
...
* Pass -lcompat by default in the dietlibc stdenv.
svn path=/nixpkgs/trunk/; revision=6770
2006-10-19 11:03:20 +00:00
Eelco Dolstra
7827a75fe0
* Glibc 2.5. It compiles and seems to work. However, we probably
...
should bite the bullet on NPTL.
svn path=/nixpkgs/trunk/; revision=6756
2006-10-17 22:07:10 +00:00
Eelco Dolstra
76405f2b7f
* `drv + /path' is deprecated, so don't do that anymore.
...
svn path=/nixpkgs/trunk/; revision=6754
2006-10-17 14:06:18 +00:00
Eelco Dolstra
6aefff0061
* Fix for NIXPKGS-30: make libstdc++'s configure script correctly
...
identify the features of the compiler / C library. Specifically, it
should find out that functions like floorf() are available and not
substitute its own versions that have the unfortunate tendency of
going off into an infinite recursion.
svn path=/nixpkgs/trunk/; revision=6738
2006-10-16 07:05:36 +00:00
Eelco Dolstra
c8635af3a9
* Mesa 6.4.2.
...
svn path=/nixpkgs/trunk/; revision=6736
2006-10-15 17:44:32 +00:00
Armijn Hemel
c084660522
new texinfo
...
svn path=/nixpkgs/trunk/; revision=6735
2006-10-14 20:19:23 +00:00
Eelco Dolstra
9453ea08d9
* Use the regular version.
...
svn path=/nixpkgs/trunk/; revision=6734
2006-10-13 15:54:29 +00:00
Eelco Dolstra
2e7e556d7e
* Berkeley DB 4.5.20.
...
svn path=/nixpkgs/trunk/; revision=6729
2006-10-13 12:58:13 +00:00
Eelco Dolstra
8e08738756
* More URLs.
...
svn path=/nixpkgs/trunk/; revision=6718
2006-10-12 15:58:51 +00:00
Eelco Dolstra
ef9b025dbe
* Remove a bunch of unused Nix expressions.
...
svn path=/nixpkgs/trunk/; revision=6716
2006-10-12 15:43:01 +00:00
Eelco Dolstra
85454a47da
svn path=/nixpkgs/trunk/; revision=6715
2006-10-12 15:40:31 +00:00
Eelco Dolstra
5782390a5d
* Fix some URLs.
...
svn path=/nixpkgs/trunk/; revision=6714
2006-10-12 15:09:27 +00:00
Eelco Dolstra
ad897a7c96
* Update more URLs.
...
svn path=/nixpkgs/trunk/; revision=6713
2006-10-12 14:53:45 +00:00
Eelco Dolstra
d030e2fdd7
* Removed Harp.
...
svn path=/nixpkgs/trunk/; revision=6712
2006-10-12 14:29:05 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
368c196a62
* More descriptions.
...
svn path=/nixpkgs/trunk/; revision=6709
2006-10-12 10:53:16 +00:00
Eelco Dolstra
6006d61835
* Added a bunch of descriptions.
...
svn path=/nixpkgs/trunk/; revision=6705
2006-10-11 16:45:55 +00:00
Eelco Dolstra
67c581cdcc
* Updated Pango, Cairo, Zip.
...
svn path=/nixpkgs/trunk/; revision=6697
2006-10-11 13:19:36 +00:00
Armijn Hemel
7ac4f700a3
add libevent
...
svn path=/nixpkgs/trunk/; revision=6678
2006-10-08 10:31:55 +00:00
Armijn Hemel
2b0b1e93a6
bump to latest version
...
svn path=/nixpkgs/trunk/; revision=6645
2006-10-02 21:33:37 +00:00
Armijn Hemel
6b04c4a65e
new m4
...
svn path=/nixpkgs/trunk/; revision=6644
2006-10-02 21:30:54 +00:00
Eelco Dolstra
7d83cda3c1
* Apparently obsolete.
...
svn path=/nixpkgs/trunk/; revision=6641
2006-10-02 19:50:14 +00:00
Eelco Dolstra
85230c348a
* Some Bison/Flex refactoring.
...
* Added Bison 2.3.
svn path=/nixpkgs/trunk/; revision=6635
2006-10-02 15:14:17 +00:00
Armijn Hemel
248b380a9b
add db4 4.5.20. Not default for now, but tested to work on NixOS.
...
svn path=/nixpkgs/trunk/; revision=6631
2006-10-01 14:16:15 +00:00
Eelco Dolstra
4e2994a237
* OpenSSL 0.9.8d.
...
svn path=/nixpkgs/trunk/; revision=6629
2006-09-29 21:17:10 +00:00
Eelco Dolstra
07b12ad2f0
* SWIG 1.3.29.
...
svn path=/nixpkgs/trunk/; revision=6567
2006-09-20 14:11:13 +00:00
Eelco Dolstra
8b7d9e90e1
* Valgrind 3.2.1.
...
svn path=/nixpkgs/trunk/; revision=6536
2006-09-16 17:04:01 +00:00
Eelco Dolstra
1014ca2ad5
* stdenv.mkDerivation: add any attributes in the "passthru" attribute
...
set to the result, but don't use them in the actual derivation (so
they're not inputs). Useful to pass through extra attributes that
are not inputs, but should be made available to Nix expressions
using the derivation (e.g., in assertions).
svn path=/nixpkgs/trunk/; revision=6521
2006-09-14 13:30:47 +00:00
Eelco Dolstra
8e5b302403
* Qt: enable OpenGL, Xrandr, Xinerama support.
...
* MythTV: add OpenGL stuff.
svn path=/nixpkgs/trunk/; revision=6520
2006-09-14 13:24:06 +00:00
Martin Bravenboer
7c765159ba
CX-1: Nix installation of CX is broken
...
Fixed the CilConfig.pm.in to use the prefix instead of the cilhome,
which is for whatever reason set to the pwd. Yeah. These CIL guys
could use some deployment help.
svn path=/nixpkgs/trunk/; revision=6516
2006-09-13 12:02:12 +00:00
Eelco Dolstra
2ad0491113
* Exult now with glorious Roland MT-32 music!
...
svn path=/nixpkgs/trunk/; revision=6503
2006-09-12 15:23:28 +00:00
Eelco Dolstra
1dedc5ef87
* Added Exult.
...
svn path=/nixpkgs/trunk/; revision=6501
2006-09-12 00:15:05 +00:00
Eelco Dolstra
083699314d
* Latest ALSA, SDL.
...
svn path=/nixpkgs/trunk/; revision=6500
2006-09-11 23:06:26 +00:00
Eelco Dolstra
66947ee7af
* Subversion 1.4.0. Note: Subversion 1.4 upgrades your working
...
copies, so it's hard to go back to 1.3.
svn path=/nixpkgs/trunk/; revision=6486
2006-09-11 09:47:58 +00:00
Eelco Dolstra
6d2f25e5f0
* Added apr-util.
...
svn path=/nixpkgs/trunk/; revision=6485
2006-09-11 09:17:28 +00:00
Eelco Dolstra
f69ac73f3c
* Added APR.
...
svn path=/nixpkgs/trunk/; revision=6484
2006-09-11 08:45:01 +00:00
Armijn Hemel
ee6d188d7b
fontconfig: don't build docs
...
libjpeg: get patches from new location
svn path=/nixpkgs/trunk/; revision=6444
2006-09-01 17:28:25 +00:00
Mart Kolthof
cc125be42e
Enabling verbose output in order find the problem of bug CX-1
...
svn path=/nixpkgs/trunk/; revision=6407
2006-08-31 07:54:21 +00:00
Martin Bravenboer
98038f9592
PowerPC environment is not pure, so patching is useless
...
svn path=/nixpkgs/trunk/; revision=6406
2006-08-31 02:06:31 +00:00
Martin Bravenboer
6bae4d7e4e
Prelim. support for JDK on PowerPC using IBM's SDK
...
svn path=/nixpkgs/trunk/; revision=6405
2006-08-31 01:51:41 +00:00
Mart Kolthof
e3e3031d69
Trying to resolve bug CX-1
...
svn path=/nixpkgs/trunk/; revision=6383
2006-08-30 17:44:04 +00:00
Eelco Dolstra
61391a8721
* Grmbl.
...
svn path=/nixpkgs/trunk/; revision=6382
2006-08-30 17:43:08 +00:00
Eelco Dolstra
b8bf2ba379
* Testing the build farm a bit more...
...
svn path=/nixpkgs/trunk/; revision=6379
2006-08-30 17:27:55 +00:00
Armijn Hemel
39eb66f644
set default to 1.4.6 (was 1.4.3)
...
svn path=/nixpkgs/trunk/; revision=6378
2006-08-30 17:05:47 +00:00
Armijn Hemel
93f876da32
add 1.4.6. Maybe we should make this the default as well...
...
svn path=/nixpkgs/trunk/; revision=6374
2006-08-30 15:58:04 +00:00
Armijn Hemel
5c946da49e
d'oh.
...
svn path=/nixpkgs/trunk/; revision=6281
2006-08-27 20:18:07 +00:00
Armijn Hemel
ac298dd698
fix sources stuff
...
svn path=/nixpkgs/trunk/; revision=6278
2006-08-27 19:59:23 +00:00
Armijn Hemel
ce1f654219
new popt library. Versions > 1.7 are only distributed from within the RPM tarball, so I extracted it manually and put it on losser...not good.
...
svn path=/nixpkgs/trunk/; revision=6277
2006-08-27 18:57:12 +00:00
Martin Bravenboer
80e695bfca
PKG_CONFIG_PATH no longer required
...
svn path=/nixpkgs/trunk/; revision=6268
2006-08-27 12:52:56 +00:00
Martin Bravenboer
9706572beb
Hack hack
...
svn path=/nixpkgs/trunk/; revision=6264
2006-08-27 03:50:20 +00:00
Martin Bravenboer
eac3336cd6
Hack hack
...
svn path=/nixpkgs/trunk/; revision=6263
2006-08-27 03:49:09 +00:00
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
Armijn Hemel
3563604395
tk needs the private tcl headers to be installed
...
svn path=/nixpkgs/trunk/; revision=5869
2006-07-22 09:57:01 +00:00
Armijn Hemel
87ae734392
create symlink from $out/bin/tclsh to $out/bin/tclsh${version}
...
svn path=/nixpkgs/trunk/; revision=5868
2006-07-22 09:11:05 +00:00
Armijn Hemel
a89ab0583e
upgrade to 8.4.13, fixes an error with configure
...
svn path=/nixpkgs/trunk/; revision=5867
2006-07-22 08:53:14 +00:00
Eelco Dolstra
daefa7f60d
* Propagate the gettext dependency.
...
svn path=/nixpkgs/trunk/; revision=5831
2006-07-20 15:22:10 +00:00
Eelco Dolstra
2bda17d23a
* Latest XULRunner and Chatzilla.
...
svn path=/nixpkgs/trunk/; revision=5773
2006-07-19 14:10:03 +00:00
Armijn Hemel
703542fa4e
add GNU m4 1.4.5
...
svn path=/nixpkgs/trunk/; revision=5757
2006-07-17 21:19:26 +00:00
Eelco Dolstra
a908e6a4de
* Remove the old modular X libraries.
...
svn path=/nixpkgs/trunk/; revision=5729
2006-07-17 12:46:39 +00:00
Eelco Dolstra
fbf526d408
* Use stdenv.isDarwin.
...
svn path=/nixpkgs/trunk/; revision=5728
2006-07-17 11:07:32 +00:00
Eelco Dolstra
3defd9a3d3
* On Darwin, use Apple's gcc fork.
...
svn path=/nixpkgs/trunk/; revision=5715
2006-07-14 22:34:24 +00:00
Eelco Dolstra
10c99c750e
* libjpeg fixes on Mac OS X.
...
svn path=/nixpkgs/trunk/; revision=5711
2006-07-14 15:59:30 +00:00
Eelco Dolstra
1410af25b7
* Latest Libtool.
...
svn path=/nixpkgs/trunk/; revision=5710
2006-07-14 15:57:52 +00:00
Eelco Dolstra
67818f5717
* Indent.
...
svn path=/nixpkgs/trunk/; revision=5677
2006-07-11 07:55:52 +00:00
Eelco Dolstra
4d7f947bcb
* GCC 4.0.3.
...
svn path=/nixpkgs/trunk/; revision=5676
2006-07-11 07:55:38 +00:00
Rob Vermaas
d05cdd8064
added config flag for postrgres support
...
svn path=/nixpkgs/trunk/; revision=5668
2006-07-09 15:00:37 +00:00
Armijn Hemel
5073fa75a4
add fribidi library
...
svn path=/nixpkgs/trunk/; revision=5665
2006-07-08 12:19:24 +00:00
Armijn Hemel
439bc42676
2.0.5 -> 2.0.7
...
svn path=/nixpkgs/trunk/; revision=5642
2006-07-06 23:05:16 +00:00
Armijn Hemel
4be14fe52c
1.1.2 -> 1.1.3
...
svn path=/nixpkgs/trunk/; revision=5640
2006-07-06 22:58:32 +00:00
Armijn Hemel
381a915353
1.1.0 -> 1.1.2
...
svn path=/nixpkgs/trunk/; revision=5639
2006-07-06 22:56:04 +00:00
Armijn Hemel
61b212ea59
0.8.3 -> 0.8.5
...
svn path=/nixpkgs/trunk/; revision=5638
2006-07-06 22:49:19 +00:00
Armijn Hemel
58d3b11ec8
1.13.2 -> 1.14.1
...
svn path=/nixpkgs/trunk/; revision=5637
2006-07-06 22:46:49 +00:00
Armijn Hemel
3af28ab76e
1.0alpha4 -> 1.0alpha7
...
svn path=/nixpkgs/trunk/; revision=5636
2006-07-06 22:40:39 +00:00
Armijn Hemel
c4d7d5811b
libxml2 2.6.26
...
svn path=/nixpkgs/trunk/; revision=5635
2006-07-06 22:31:05 +00:00
Armijn Hemel
9e7b75bdd2
neon 0.26.1
...
svn path=/nixpkgs/trunk/; revision=5634
2006-07-06 22:25:12 +00:00
Armijn Hemel
5579c5d330
6.6 -> 6.7
...
svn path=/nixpkgs/trunk/; revision=5633
2006-07-06 22:17:04 +00:00
Armijn Hemel
21f92a1fa4
add reminder to remove the patch when 2.2.2 is released
...
svn path=/nixpkgs/trunk/; revision=5632
2006-07-06 21:38:38 +00:00
Armijn Hemel
c806a402e7
update to 0.1.12
...
svn path=/nixpkgs/trunk/; revision=5631
2006-07-06 21:37:45 +00:00
Armijn Hemel
1789bf9944
update to 2.2.1. Also include a patch to fix a SNAFU by the maintainers, which are not willing to fix it (apparently)
...
svn path=/nixpkgs/trunk/; revision=5626
2006-07-06 21:11:59 +00:00
Armijn Hemel
719429c592
update to 3.0.2
...
svn path=/nixpkgs/trunk/; revision=5625
2006-07-06 18:25:25 +00:00
Armijn Hemel
9a4f512001
gperf uses the generic builder
...
svn path=/nixpkgs/trunk/; revision=5624
2006-07-06 18:22:45 +00:00
Armijn Hemel
b1c67e02c4
add swig 1.3.29, but don't make it the default
...
svn path=/nixpkgs/trunk/; revision=5623
2006-07-06 18:20:19 +00:00
Armijn Hemel
f0aa3a56ae
add avahi, a IETF ZeroConf library/program
...
svn path=/nixpkgs/trunk/; revision=5617
2006-07-06 17:29:40 +00:00
Armijn Hemel
54067dd4c4
add libsoup (GNOME)
...
svn path=/nixpkgs/trunk/; revision=5611
2006-07-06 16:24:38 +00:00
Armijn Hemel
3fc30a1a82
fix name
...
svn path=/nixpkgs/trunk/; revision=5608
2006-07-06 12:36:20 +00:00
Armijn Hemel
02c02f0223
gnome-icon-theme 2.14.2 requires pkgconfig 0.20, which stores its .pc files
...
in a different directory, so it breaks our PKGCONFIGPATH
svn path=/nixpkgs/trunk/; revision=5607
2006-07-06 12:36:01 +00:00
Armijn Hemel
68dad7fada
libgnomeprint 2.12.1 has a few additional dependencies (flex, bison)
...
svn path=/nixpkgs/trunk/; revision=5606
2006-07-06 11:10:06 +00:00
Martin Bravenboer
59868ad0bc
Use openssl 0.9.8b by default
...
svn path=/nixpkgs/trunk/; revision=5598
2006-07-05 16:46:51 +00:00
Armijn Hemel
228fd19ffb
add openssl 0.9.8b
...
svn path=/nixpkgs/trunk/; revision=5592
2006-07-05 15:54:53 +00:00
Armijn Hemel
506f113378
update to lesstif 0.95
...
svn path=/nixpkgs/trunk/; revision=5589
2006-07-05 10:38:25 +00:00
Armijn Hemel
10be8fe8b0
freetype 2.2.1. However, it breaks fontconfig and therefore probably every
...
other application that uses one of these (but why? :S)
It is *not* the default
svn path=/nixpkgs/trunk/; revision=5588
2006-07-05 10:31:45 +00:00
Armijn Hemel
4377c4b1a9
make unicode support the default (Eelco told me to do it! honest!)
...
svn path=/nixpkgs/trunk/; revision=5585
2006-07-04 23:48:18 +00:00