Subject: CVS commit: pkgsrc/devel/distcc
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 07/21/2003 12:41:16
Module Name:	pkgsrc
Committed By:	martti
Date:		Mon Jul 21 12:41:16 UTC 2003

Modified Files:
	pkgsrc/devel/distcc: Makefile PLIST distinfo
Removed Files:
	pkgsrc/devel/distcc/patches: patch-aa

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/distcc/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/distcc/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/distcc/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/devel/distcc/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.