summary refs log tree commit diff
path: root/pkgs/servers
Commit message (Collapse)AuthorAge
* Merging from trunk.Lluís Batlle i Rossell2010-01-14
|\ | | | | | | | | | | | | | | | | I fixed conflicts regarding the renaming 'kernel' -> 'linux' in all-packages. Also a small conflict in all-packages about making openssl overridable. And I some linux 2.6.31-zen kernel files also marked in conflict. svn path=/nixpkgs/branches/stdenv-updates/; revision=19438
| * * xorg-server updated to 1.7.4, along with some other X.org packages.Eelco Dolstra2010-01-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=19387
| * * Added xinit.Eelco Dolstra2010-01-05
| | | | | | | | svn path=/nixpkgs/trunk/; revision=19236
* | Rename `kernel*' to `linux*'.Ludovic Courtès2009-12-21
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19068
* | Merging from trunk. I had to give away some structure to build the nativeLluís Batlle i Rossell2009-12-19
|\| | | | | | | | | | | | | | | sheevaplug kernel, so the kernel does not build in the sheevaplug right now. I will try to fix that in next commits. svn path=/nixpkgs/branches/stdenv-updates/; revision=19045
| * enable max-nondb plugins for mysql 5.1.41Rob Vermaas2009-12-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=19019
| * mysql 5.1.41Rob Vermaas2009-12-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=19017
| * PulseAudio: Add maintainer and platform.Ludovic Courtès2009-12-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=18926
| * PulseAudio 0.9.21.Ludovic Courtès2009-12-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=18923
* | Updating from trunk.Lluís Batlle i Rossell2009-12-10
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18878
| * pkgs/servers/x11/xorg/overrides.nix: dropped override for libXaw on DarwinPeter Simons2009-12-09
| | | | | | | | | | | | | | With the latest version of libXaw, those patches aren't necessary anymore; the build has been fixed upstream. svn path=/nixpkgs/trunk/; revision=18856
| * Update CouchDB; add Apache-related snippets to update-upstream-data. Michael Raskin2009-12-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=18851
| * * X.org server 1.7.3.Eelco Dolstra2009-12-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=18792
* | Finishing the update from trunk, having resolved the eclipse related directoryLluís Batlle i Rossell2009-11-26
|\| | | | | | | | | | | | | | | | | | | | | | | renaming. I think directory renaming breaks the usual merges... because it leaves the 'to be removed' directory in the working directory still. A manual 'rm' of the 'to be removed' directory fixed the commit. svn merge ^/nixpkgs/trunk svn path=/nixpkgs/branches/stdenv-updates/; revision=18661
| * fixing the name in the openchrome expression.Lluís Batlle i Rossell2009-11-23
| | | | | | | | svn path=/nixpkgs/trunk/; revision=18573
* | Fixing stdenv's chain of propagated-build-inputs (2nd level propagated buildLluís Batlle i Rossell2009-11-23
| | | | | | | | | | | | | | | | | | inputs did not get in) Updating the xorg builder script to support cross building (in fact, support for propagating the required build inputs). svn path=/nixpkgs/branches/stdenv-updates/; revision=18569
* | Big fixes in the cross build:Lluís Batlle i Rossell2009-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Before this changes, cflags and ldflags for the native and the cross compiler got mixed. Not all the gcc-wrapper/gcc-cross-wrapper variables are independant now, but enough, I think. - Fixed the generic stdenv expression, which did a big mess on buildInputs and buildNativeInputs. Now it distinguishes when there is a stdenvCross or not. Maybe we should have a single stdenv and forget about the stdenvCross adapter - this could end in a stdenv a bit complex, but simpler than the generic stdenv + adapter. - Added basic support in pkgconfig for cross-builds: a single PKG_CONFIG_PATH now works for both the cross and the native compilers, but I think this should work well for most cases I can think of. - I tried to fix the guile expression to cross-biuld; guile is built, but not its manual, so the derivation still fails. Guile requires patching to cross-build, as far as I understnad. - Made the glibcCross build to be done through the usage of a gcc-cross-wrapper over the gcc-cross-stage-static, instead of using it directly. - Trying to make physfs (a neverball dependency) cross build. - Updated the gcc expression to support building a cross compiler without getting derivation variables mixed with those of the stdenvCross. svn path=/nixpkgs/branches/stdenv-updates/; revision=18534
* | Overriding some xorg expressions for them to cross-build. Now SDL ↵Lluís Batlle i Rossell2009-11-21
| | | | | | | | | | | | cross-builds clean. svn path=/nixpkgs/branches/stdenv-updates/; revision=18501
* | Made more libraries cross compile. fontconfig, libxcb, bzip2, libdrm, zlib...Lluís Batlle i Rossell2009-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I was trying to cross compile SDL. Many dependencies work, but I ended seeing libX11 not ready for cross compilation. Other xorg libraries cross-compile well. libX11 may need a small patch. The problem is the usual "configure test cannot be run in cross compilation", so the configure script halts. I made the pkgconfig expression always return buildDrv, as I think it rarely will be needed as buildInput. So to avoid rewriting all its mentions to use it as buildNativeInput, I prefered this small change. svn path=/nixpkgs/branches/stdenv-updates/; revision=18500
* | Fixing the libxcb native build: missing dependency.Lluís Batlle i Rossell2009-11-21
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18499
* * Fix the GPM URL.Eelco Dolstra2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18413
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* Upgraded ejabberd to the latest stable 2.1.0 and also claimed maintainership ↵Sander van der Burg2009-11-17
| | | | | | since I really need this for one of my experiments svn path=/nixpkgs/trunk/; revision=18396
* Making xorgserver build also Xnest.Lluís Batlle i Rossell2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18395
* Upgraded Axis2 to 1.5.1Sander van der Burg2009-11-16
| | | | svn path=/nixpkgs/trunk/; revision=18373
* Upgraded JBoss to 5.1.0Sander van der Burg2009-11-11
| | | | svn path=/nixpkgs/trunk/; revision=18329
* Add package OpenAFS (added forgotten files)Marco Maggesi2009-11-10
| | | | svn path=/nixpkgs/trunk/; revision=18323
* Added par2, unzip/rar as dependencies so they are not picked up from PATHWouter den Breejen2009-11-08
| | | | svn path=/nixpkgs/trunk/; revision=18303
* Added sabnzbd usenet download tool :)Wouter den Breejen2009-11-08
| | | | svn path=/nixpkgs/trunk/; revision=18295
* Added sabnzbd usenet download tool :)Wouter den Breejen2009-11-08
| | | | svn path=/nixpkgs/trunk/; revision=18293
* Fixing the xdriinfo build.Lluís Batlle i Rossell2009-11-08
| | | | svn path=/nixpkgs/trunk/; revision=18287
* Updating the xorg dri path patch for dri2.Lluís Batlle i Rossell2009-11-06
| | | | svn path=/nixpkgs/trunk/; revision=18225
* Fixing the url for the xorg video unichrome driver.Lluís Batlle i Rossell2009-11-06
| | | | | | | prefetching and then realising the expression does not test the url, I've to keep that in mind. svn path=/nixpkgs/trunk/; revision=18222
* Fixing fonts.alias in the new xorg, and adding a check for the next timeLluís Batlle i Rossell2009-11-06
| | | | | | they change the fonts.alias path. svn path=/nixpkgs/trunk/; revision=18210
* svn path=/nixpkgs/trunk/; revision=18209Rob Vermaas2009-11-06
|
* Adding the Unichrome xorg video driver, and updating the Openchrome.Lluís Batlle i Rossell2009-11-05
| | | | svn path=/nixpkgs/trunk/; revision=18161
* added couchdb 0.8.1-incubatingRob Vermaas2009-11-05
| | | | svn path=/nixpkgs/trunk/; revision=18141
* * Fix the synaptics driver.Eelco Dolstra2009-11-04
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18115
* * Fix xf86inputsynaptics.Eelco Dolstra2009-11-03
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18085
* * Fix the font packages. They need a --with-fontrootdir flag now.Eelco Dolstra2009-10-30
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18043
* svn path=/nixpkgs/branches/xorg-7.5/; revision=18042Eelco Dolstra2009-10-30
|
* * Bring back libXxf86misc and xf86miscproto. These were removed fromEelco Dolstra2009-10-29
| | | | | | X.org, but some packages still need them. svn path=/nixpkgs/branches/xorg-7.5/; revision=18038
* * X.org 7.5.Eelco Dolstra2009-10-29
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18034
* Upgraded Jetty 6.1.x to 6.1.21Sander van der Burg2009-10-19
| | | | svn path=/nixpkgs/trunk/; revision=17886
* * Postgres updated to 8.3.8 and 8.4.1. Dropped the "with args" andEelco Dolstra2009-10-14
| | | | | | "version" argument. Added a few Postgres mirrors. svn path=/nixpkgs/trunk/; revision=17804
* Update ejabberd source revisionMichael Raskin2009-10-13
| | | | svn path=/nixpkgs/trunk/; revision=17788
* Cleaned the expression of tomcat a bitSander van der Burg2009-10-13
| | | | svn path=/nixpkgs/trunk/; revision=17777
* * Apache 2.2.14.Eelco Dolstra2009-10-12
| | | | svn path=/nixpkgs/trunk/; revision=17768
* * -lgcc_s is also needed on i686-linux.Eelco Dolstra2009-10-12
| | | | svn path=/nixpkgs/trunk/; revision=17754
* Updating the openchrome xorg video driverLluís Batlle i Rossell2009-10-11
| | | | svn path=/nixpkgs/trunk/; revision=17743