Commit graph

5449 commits

Author SHA1 Message Date
Ludovic Courtès c4df2f80d5 GNU M4 1.4.12.
Untested!

svn path=/nixpkgs/branches/stdenv-updates/; revision=13142
2008-10-29 08:58:48 +00:00
Ludovic Courtès c0892721d0 GNU Binutils 2.19.
Untested!

svn path=/nixpkgs/branches/stdenv-updates/; revision=13141
2008-10-29 08:57:58 +00:00
Eelco Dolstra c9c2045610 * Cairo: build with XCB support.
* Fixed libXp.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13069
2008-10-14 14:46:56 +00:00
Eelco Dolstra f940eda22d * Who turned this off? :-P Surely we want locale support in Glibc...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13062
2008-10-14 12:25:28 +00:00
Eelco Dolstra 5b45cce6c1 * Don't need to set CAIRO_CFLAGS anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13061
2008-10-14 12:08:07 +00:00
Eelco Dolstra 5bc2dc536d * `pkg-config --cflags': ignore Requires.private (just like --libs).
Whether this is correct is debatable (especially since there is no
  formal semantics for Requires.private), but not ignoring it breaks
  some packages (like Pango's dependency on Cairo).

svn path=/nixpkgs/branches/stdenv-updates/; revision=13060
2008-10-14 12:06:36 +00:00
Eelco Dolstra 1e6622f4d5 * The patch for proper Requires.private processing is still necessary,
unfortunately.  For instance, libxcb's xcb.pc declares:

    Requires.private: pthread-stubs ...

  Thus libxcb has to declare the pthread-stubs package as a
  propagatedBuildInput, otherwise packages that check for libxcb using
  pkg-config (such as libX11) will fail.  But then we get a totally
  unnecessary additional runtime dependency, which is clearly a bad
  thing.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13058
2008-10-13 12:51:04 +00:00
Ludovic Courtès a2b9febb42 GNU Make: Disable `nix-log2xml' support by default.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13057
2008-10-13 09:06:50 +00:00
Ludovic Courtès 36debce744 Use gnumakeNix' instead of gnumake' in `stdenv'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13056
2008-10-13 09:06:04 +00:00
Ludovic Courtès 64a6c823fc Add gnumakeNix' attribute for GNU Make with nix-log2xml' support.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13055
2008-10-13 09:04:56 +00:00
Ludovic Courtès b43d4f87db Pkgconfig 0.23.
Untested!

svn path=/nixpkgs/branches/stdenv-updates/; revision=13054
2008-10-12 19:15:29 +00:00
Eelco Dolstra dbc0d399bf * Add some more packages that have been apparently deprecated from X.org.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13043
2008-10-10 08:55:45 +00:00
Eelco Dolstra f370f61ee9 * f77 -> fortran.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13042
2008-10-10 08:55:15 +00:00
Eelco Dolstra 0e68610feb * libXp has been removed from X.org 7.4 but some packages still need it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13032
2008-10-09 16:24:51 +00:00
Eelco Dolstra 23fa8d41a0 * i810 -> intel. (I hope the "intel" driver is stable enough
nowadays; I don't have a laptop with Intel graphics any more to test
  it.)

svn path=/nixpkgs/branches/stdenv-updates/; revision=13026
2008-10-09 14:51:26 +00:00
Eelco Dolstra 201d20db20 * openssl-0.9.8i.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13024
2008-10-09 14:29:06 +00:00
Eelco Dolstra 5eef7df51d * intltool: deleted redundant copy (it's already in the Gnome Nix
expressions).
* Fixed xkbcomp: it no longer found the keyboard definitions since it
  disregards the -R option passed by the X server (it chdirs to the -R
  path, but "." has been removed from the xkbcomp search path in
  xkbcomp 1.0.5).  Build it with /etc/X11/xkb as its default
  location.  This is less pure but it does allow for updating
  xkeyboard-config in a running server.
* xkeyboard-config: updated to 1.4.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13018
2008-10-09 12:12:58 +00:00
Eelco Dolstra 9fa8276ae5 * X.org 7.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13006
2008-10-08 17:02:48 +00:00
Eelco Dolstra 0f0a43adf5 * Cairo 1.8.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13005
2008-10-08 16:57:06 +00:00
Eelco Dolstra ee07abad60 * Mesa 7.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13004
2008-10-08 16:56:52 +00:00
Eelco Dolstra 643a16f6e2 * FreeType 2.3.7.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13003
2008-10-08 16:56:23 +00:00
Eelco Dolstra b908adc778 * libpng 1.2.32.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13002
2008-10-08 16:55:55 +00:00
Eelco Dolstra 0d62334693 * 1.4.11.nix -> default.nix.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12997
2008-10-08 08:47:20 +00:00
Eelco Dolstra 5af8b8cd26 svn path=/nixpkgs/branches/stdenv-updates/; revision=12994 2008-10-07 17:34:35 +00:00
Eelco Dolstra 51aa939b21 * GNU M4 1.4.11.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12993
2008-10-07 17:34:00 +00:00
Eelco Dolstra d09042b7d9 * GCC 4.3.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12992
2008-10-07 17:33:40 +00:00
Eelco Dolstra 69b538fde3 * gcc-wrapper-new -> gcc-wrapper, setup-new -> setup.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12991
2008-10-07 17:33:20 +00:00
Eelco Dolstra 76e8254689 svn path=/nixpkgs/branches/stdenv-updates/; revision=12990 2008-10-07 17:03:52 +00:00
Eelco Dolstra 387cbc1c92 * Enable the backwards compatibility patch (I guess it doesn't hurt on
new kernels).

svn path=/nixpkgs/branches/stdenv-updates/; revision=12989
2008-10-07 16:55:58 +00:00
Eelco Dolstra 648b6f6631 * Use Glibc 2.8.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12988
2008-10-07 16:55:20 +00:00
Eelco Dolstra 19ebc883e1 * pcre 7.8.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12984
2008-10-07 12:41:36 +00:00
Eelco Dolstra a4b6f1066c * Subversion 1.5: fix building the Apache module and the
Python/Perl bindings.

svn path=/nixpkgs/trunk/; revision=12979
2008-10-06 23:01:54 +00:00
Ludovic Courtès 3ec9838a44 Add Castle-Combat, a clone of Rampart.
svn path=/nixpkgs/trunk/; revision=12978
2008-10-06 22:49:37 +00:00
Ludovic Courtès b7ba44dff3 PyGame: Use SDL_mixer.
svn path=/nixpkgs/trunk/; revision=12977
2008-10-06 22:47:20 +00:00
Ludovic Courtès c82c0b17f1 PyGame: Use Numeric.
svn path=/nixpkgs/trunk/; revision=12976
2008-10-06 22:07:53 +00:00
Ludovic Courtès d77f3177fe Add Python Numeric.
svn path=/nixpkgs/trunk/; revision=12975
2008-10-06 18:56:47 +00:00
Pjotr Prins 9ff6ecf5dd Added older version of lesstif for arb
svn path=/nixpkgs/trunk/; revision=12974
2008-10-06 15:11:36 +00:00
Eelco Dolstra 781bb5a6e1 * Apache httpd: build against apr, aputil and pcre instead of using
its own copies.

svn path=/nixpkgs/trunk/; revision=12971
2008-10-06 13:38:45 +00:00
Pjotr Prins 487a8ddb9e Fixed missing parameters for arb - and added kernelHeaders_2.6.18
svn path=/nixpkgs/trunk/; revision=12970
2008-10-06 13:18:02 +00:00
Pjotr Prins bd0b84b3c7 Changed arb permissions and priority
svn path=/nixpkgs/trunk/; revision=12969
2008-10-06 13:17:56 +00:00
Eelco Dolstra 9fdecb1296 * mirror://apache/.
svn path=/nixpkgs/trunk/; revision=12968
2008-10-06 12:58:21 +00:00
Eelco Dolstra 4138945727 * X.org mirrors.
svn path=/nixpkgs/trunk/; revision=12967
2008-10-06 12:38:45 +00:00
Eelco Dolstra 6591cc2640 * Subversion 1.5.2, Neon 0.28.3, Apache 2.2.9.
svn path=/nixpkgs/trunk/; revision=12966
2008-10-06 12:35:05 +00:00
Eelco Dolstra 700677583c * Revert - this needs to go to the stdenv branch (I'll create it
tomorrow).

svn path=/nixpkgs/trunk/; revision=12965
2008-10-05 21:16:30 +00:00
Marc Weber 38c5e4fc67 moved pysqlite into PYTHON MODULES section
svn path=/nixpkgs/trunk/; revision=12964
2008-10-05 18:37:09 +00:00
Michael Raskin 76a6f437f8 Commenting out lapack/slr. Pjotr Prins, please add lapack gfortran.patch and uncomment.
svn path=/nixpkgs/trunk/; revision=12963
2008-10-05 12:55:00 +00:00
Michael Raskin 43e60fd473 Temporarily moved IceCat-3 to i686-only packages as its build fails on x86_64
svn path=/nixpkgs/trunk/; revision=12962
2008-10-05 11:59:53 +00:00
Pjotr Prins 6d70506401 Small fixes to ARB
Included older kernel headers

svn path=/nixpkgs/trunk/; revision=12961
2008-10-05 10:56:47 +00:00
Pjotr Prins 512b18ea4a Added kernelHeaders 2.6.18 - please leave them in as many Xen machines run
on older kernels

svn path=/nixpkgs/trunk/; revision=12960
2008-10-05 10:56:46 +00:00
Pjotr Prins c38a72a573 Added more dependencies for ARB
svn path=/nixpkgs/trunk/; revision=12959
2008-10-05 10:56:44 +00:00