diff options
author | martti <martti@pkgsrc.org> | 2003-06-16 10:24:13 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-06-16 10:24:13 +0000 |
commit | 174470ad1a1fdf12d625aca669cc7663a1462c22 (patch) | |
tree | 6b5296173bedfd6e603a7c106e71cdf1947d0bfb /devel/distcc | |
parent | bb7225632616dc73febbcefde9e1dd95de34443b (diff) | |
download | pkgsrc-174470ad1a1fdf12d625aca669cc7663a1462c22.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')
-rw-r--r-- | devel/distcc/Makefile | 4 | ||||
-rw-r--r-- | devel/distcc/PLIST | 9 | ||||
-rw-r--r-- | devel/distcc/distinfo | 8 | ||||
-rw-r--r-- | devel/distcc/patches/patch-aa | 8 |
4 files changed, 16 insertions, 13 deletions
diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index d40fa19a174..350305eeb4b 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2003/05/09 08:43:10 martti Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/16 10:24:13 martti Exp $ -DISTNAME= distcc-2.2 +DISTNAME= distcc-2.7 CATEGORIES= devel MASTER_SITES= http://distcc.samba.org/ftp/distcc/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/distcc/PLIST b/devel/distcc/PLIST index 7c6489bd11d..60a583199df 100644 --- a/devel/distcc/PLIST +++ b/devel/distcc/PLIST @@ -1,13 +1,16 @@ -@comment $NetBSD: PLIST,v 1.2 2003/05/09 08:03:25 martti Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/06/16 10:24:13 martti Exp $ bin/distcc bin/distccd +bin/distccmon-text man/man1/distcc.1 man/man1/distccd.1 share/doc/distcc/AUTHORS share/doc/distcc/COPYING share/doc/distcc/COPYING.FDL -share/doc/distcc/NEWS -share/doc/distcc/README share/doc/distcc/DEPENDENCIES share/doc/distcc/INSTALL +share/doc/distcc/NEWS +share/doc/distcc/README +share/doc/distcc/protocol-1.txt +share/doc/distcc/status-1.txt @dirrm share/doc/distcc diff --git a/devel/distcc/distinfo b/devel/distcc/distinfo index cdbaf65ac1b..2b2b7ec0b5b 100644 --- a/devel/distcc/distinfo +++ b/devel/distcc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2003/05/09 08:43:10 martti Exp $ +$NetBSD: distinfo,v 1.4 2003/06/16 10:24:13 martti Exp $ -SHA1 (distcc-2.2.tar.bz2) = c2f83a0eab83571d77b3ed07891dadb9bc8d0646 -Size (distcc-2.2.tar.bz2) = 209766 bytes -SHA1 (patch-aa) = 5041233b0e37ba212fe2948aa02e805b1c8543a4 +SHA1 (distcc-2.7.tar.bz2) = 17683fddc9dc332772cf0af58c3bacd8d4666ec8 +Size (distcc-2.7.tar.bz2) = 232371 bytes +SHA1 (patch-aa) = 00a42a5d57ccae16a07f7d10a4eb9e1412252ef0 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 |