Commit graph

202 commits

Author SHA1 Message Date
Eelco Dolstra a62b2564ba * Merge the makeFlags check.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10810
2008-02-21 16:23:47 +00:00
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 e12b421add * Merged most of the stdenv-updates branch. Some stuff didn't
merge cleanly right away (kde-4, kernel stuff) so it should be
  merged later.  But the stdenv stuff is all there.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Sander van der Burg 92910e461e Extract war archive so that it can be deployed from a nix profile
svn path=/nixpkgs/trunk/; revision=10773
2008-02-20 12:33:17 +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
Michael Raskin 88c725ad84 Forward port of Apache changes.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10736
2008-02-18 20:07:32 +00:00
Eelco Dolstra 1bd2f3e93e * Enable building of mod_proxy.
svn path=/nixpkgs/trunk/; revision=10730
2008-02-18 14:59:48 +00:00
Eelco Dolstra 90a5f1fec4 * Go back to the previous Jetty, this one produces several megabytes
of debug info per request and I can't be bothered to figure out
  how to turn it off.

svn path=/nixpkgs/trunk/; revision=10728
2008-02-18 14:26:03 +00:00
Eelco Dolstra 4b009da5fd * Jetty 5.1.12 (couldn't get 5.1.14 to work quickly).
svn path=/nixpkgs/trunk/; revision=10702
2008-02-15 10:56:31 +00:00
Eelco Dolstra 8022e84568 * Postgresql 8.3.0.
svn path=/nixpkgs/trunk/; revision=10699
2008-02-15 07:08:05 +00:00
Sander van der Burg 74adfd6239 Also install the axis2 libraries
svn path=/nixpkgs/trunk/; revision=10654
2008-02-13 09:27:19 +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 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 156b7f93ef * Updated Apache-related packages.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10589
2008-02-10 17:39:07 +00:00
Yury G. Kudryashov 150ea51a9c Added Apache Axis2
svn path=/nixpkgs/branches/stdenv-updates/; revision=10582
2008-02-10 17:37:50 +00:00
Michael Raskin 4df190c703 Various fixes and updates to build that all.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10568
2008-02-10 16:44:43 +00:00
Eelco Dolstra cb0c387ce2 * Updated Apache-related packages.
svn path=/nixpkgs/trunk/; revision=10502
2008-02-05 11:41:49 +00:00
Sander van der Burg b52c792004 Added Apache Axis2
svn path=/nixpkgs/trunk/; revision=10493
2008-02-04 12:24:41 +00:00
Yury G. Kudryashov c0496c0413 X.Org: added dbus, hal; removed unused gettext
svn path=/nixpkgs/branches/stdenv-updates/; revision=10467
2008-02-02 20:42:55 +00:00
Yury G. Kudryashov aa83977d83 vsftpd: builds with gcc-4.2 now
svn path=/nixpkgs/trunk/; revision=10435
2008-01-31 14:08:02 +00:00
Yury G. Kudryashov fbfab88e04 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.


svn path=/nixpkgs/branches/stdenv-updates/; revision=10429
2008-01-31 10:41:04 +00:00
Yury G. Kudryashov 671fd9e721 Added Apache Tomcat 6.0
svn path=/nixpkgs/branches/stdenv-updates/; revision=10425
2008-01-31 10:39:47 +00:00
Yury G. Kudryashov 50f0ca2d9b * Apache 2.2.8.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10423
2008-01-31 10:39:16 +00:00
Yury G. Kudryashov 5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Sander van der Burg 75ae1c3a58 Added Apache Tomcat 6.0
svn path=/nixpkgs/trunk/; revision=10400
2008-01-30 09:41:33 +00:00
Yury G. Kudryashov c1b675a085 Fixed typo (missing space)
svn path=/nixpkgs/trunk/; revision=10396
2008-01-29 23:31:23 +00:00
Eelco Dolstra 637851fec1 * Apache 2.2.8.
svn path=/nixpkgs/trunk/; revision=10394
2008-01-29 23:28:06 +00:00
Yury G. Kudryashov f0626ba077 Fixed samba evaluation on freebsd (I hope)
svn path=/nixpkgs/trunk/; revision=10393
2008-01-29 23:00:08 +00:00
Yury G. Kudryashov e22cd8245e Added MySQL driver link to JBoss
svn path=/nixpkgs/branches/stdenv-updates/; revision=10385
2008-01-29 13:18:05 +00:00
Yury G. Kudryashov 6002db9e01 Removed deploy sed instruction \(is obsolete\)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10379
2008-01-29 13:16:26 +00:00
Sander van der Burg 28ab0dd501 Added MySQL driver link to JBoss
svn path=/nixpkgs/trunk/; revision=10374
2008-01-29 11:11:26 +00:00
Yury G. Kudryashov 6e74bb5974 finger client and daemon added
svn path=/nixpkgs/trunk/; revision=10364
2008-01-28 19:51:14 +00:00
Yury G. Kudryashov 769811abc5 Samba 3.0.28
svn path=/nixpkgs/trunk/; revision=10348
2008-01-28 19:46:27 +00:00
Yury G. Kudryashov fb31183364 xorg: deault.nix and generate-expr-from-tarballs.pl synced
svn path=/nixpkgs/trunk/; revision=10318
2008-01-28 19:31:59 +00:00
Sander van der Burg 9b2f4c8522 Removed deploy sed instruction \(is obsolete\)
svn path=/nixpkgs/trunk/; revision=10308
2008-01-28 15:06:28 +00:00
Yury G. Kudryashov 2f9d6fc9ba finger client and daemon added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10303
2008-01-26 12:02:57 +00:00
Yury G. Kudryashov 9d5757470a Fixed samba on freebsd (I hope)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10299
2008-01-25 19:04:37 +00:00
Yury G. Kudryashov 9552457d84 Trying to fix samba evaluation on freebsd
svn path=/nixpkgs/branches/stdenv-updates/; revision=10298
2008-01-25 16:01:06 +00:00
Yury G. Kudryashov 68373da7ee vsftpd: builds with gcc-4.2 now
svn path=/nixpkgs/branches/stdenv-updates/; revision=10297
2008-01-25 16:00:05 +00:00
Yury G. Kudryashov 75b181e9b7 Should fix building samba in impure environments
svn path=/nixpkgs/branches/stdenv-updates/; revision=10296
2008-01-25 14:16:40 +00:00
Yury G. Kudryashov 9b2659eec7 Merged with trunk again
svn path=/nixpkgs/branches/stdenv-updates/; revision=10295
2008-01-25 14:16:25 +00:00
Wouter den Breejen d7f4963828 Resolved ... *2
svn path=/nixpkgs/trunk/; revision=10274
2008-01-24 12:36:46 +00:00
Wouter den Breejen ddb1fb9b1d Resolved missing .../lib/smb.conf error. Added smb.conf
svn path=/nixpkgs/trunk/; revision=10273
2008-01-24 12:36:22 +00:00
Yury G. Kudryashov da57804fff Merged with trunk again
svn path=/nixpkgs/branches/stdenv-updates/; revision=10267
2008-01-23 18:11:03 +00:00
Sander van der Burg c78e2d93c2 Added apache tomcat connector module
svn path=/nixpkgs/trunk/; revision=10260
2008-01-23 14:40:03 +00:00
Sander van der Burg 12fafd0c7d Added JBoss
svn path=/nixpkgs/trunk/; revision=10259
2008-01-23 12:25:08 +00:00
Sander van der Burg d5b4e5606f Added erlang/ejabberd packages
svn path=/nixpkgs/trunk/; revision=10258
2008-01-23 10:06:07 +00:00
Marc Weber 0885dcb0a2 postgresql updated to 8.2.6
svn path=/nixpkgs/trunk/; revision=10244
2008-01-22 14:29:38 +00:00
Yury G. Kudryashov 452c001945 Samba updated
svn path=/nixpkgs/branches/stdenv-updates/; revision=10197
2008-01-17 13:01:45 +00:00
Yury G. Kudryashov 6e8ff2b24b Merged with trunk again
svn path=/nixpkgs/branches/stdenv-updates/; revision=10155
2008-01-15 14:32:10 +00:00