diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 12:41:15 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 12:41:15 +0000 |
commit | 6c8831e3fd8612ee8e49bd524e6432031ff181f6 (patch) | |
tree | c7b08f740834f44bb8852765c2efb654fb6ff562 /devel/distcc/patches | |
parent | 9e0e38f0ab0e05fbbafafcf2f57731ecc3094572 (diff) | |
download | pkgsrc-6c8831e3fd8612ee8e49bd524e6432031ff181f6.tar.gz |
Updated distcc to 2.9
* Optional LZO1X compression of network traffic, to make distcc
faster on slow or overloaded networks. This is turned on by
appending ",lzo" to each host specification.
* The daemon by default allows 2+NCPUS, rather than 3*NCPUS. The
two extras are to allow for some processes to be blocked on
network IO, but allowing more than two of them is probably not
useful on multiprocessor machines.
* Larger files are sent and received using memory mappings where
possible.
* Use of mmap and compression makes distcc substantially faster in
at least some cases.
* Bug fixes
Diffstat (limited to 'devel/distcc/patches')
-rw-r--r-- | devel/distcc/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/distcc/patches/patch-aa b/devel/distcc/patches/patch-aa deleted file mode 100644 index ef868c2bfac..00000000000 --- a/devel/distcc/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2003/06/16 10:24:13 martti Exp $ - ---- Makefile.in.orig Mon Jun 16 09:48:10 2003 -+++ Makefile.in Mon Jun 16 13:17:43 2003 -@@ -530,7 +530,7 @@ - # install-sh can't handle multiple arguments, but we don't need any - # tricky features so mkinstalldirs and cp will do - --install: showpaths install-doc install-man install-programs try-install-linuxdoc -+install: showpaths install-doc install-man install-programs - - install-programs: $(bin_PROGRAMS) - $(mkinstalldirs) $(DESTDIR)$(bindir) |