diff options
author | martti <martti> | 2003-06-16 10:24:13 +0000 |
---|---|---|
committer | martti <martti> | 2003-06-16 10:24:13 +0000 |
commit | c258379b194b7bb3ac7eecc6f878941ebf1a7dfd (patch) | |
tree | 6b5296173bedfd6e603a7c106e71cdf1947d0bfb /devel/distcc/patches | |
parent | 0baaeb3fa0de734386b24822111c697f6ff43d22 (diff) | |
download | pkgsrc-c258379b194b7bb3ac7eecc6f878941ebf1a7dfd.tar.gz |
Updated distcc to 2.7
* New program distccmon-text shows the state of any distcc
processes run by the current user. It can be run by hand or
read by a shell script. Should be popular with vmstat fans.
* The standalone daemon now "preforks" before accepting
connections to reduce per-request overhead. Can be disabled by
--no-prefork, which restores the standard Unix behaviour.
* Bug fixes
* And much more..
Diffstat (limited to 'devel/distcc/patches')
-rw-r--r-- | devel/distcc/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/distcc/patches/patch-aa b/devel/distcc/patches/patch-aa index f3bcf8df2dd..ef868c2bfac 100644 --- a/devel/distcc/patches/patch-aa +++ b/devel/distcc/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2003/05/09 08:43:11 martti Exp $ +$NetBSD: patch-aa,v 1.4 2003/06/16 10:24:13 martti Exp $ ---- Makefile.in.orig 2003-05-05 08:13:59.000000000 +0300 -+++ Makefile.in 2003-05-09 11:39:06.000000000 +0300 -@@ -474,7 +474,7 @@ +--- 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 |