Commit graph

16 commits

Author SHA1 Message Date
Edwin Groothuis
1729b094e7 Maintainer Update: devel/distcc
devel/distcc 2.16 -> 2.18.3
    http://distcc.samba.org/ftp/distcc/distcc-2.18.3.NEWS

    Consists mostly of bug fixes. Only one change in the way distcc
    works. You must specify a network on which connections are
    allowed, connections from all networks will still be admitted
    but connections outside the specified network will be logged
    and dropped.

    The 127.0.0.0/8 network is the default for the port.  All
    existing users and all new users will need to update/add a
    distccd_flags variable in /etc/rc.conf, a template for which
    can be found in the rc.d script.

    Perhaps a new variable, which simply contained the trusted
    network address would be better, like

    distccd_network="192.168.10.2/24"

PR:		ports/75718
Submitted by:	Dominic Marks <dom@helenmarks.co.uk>
2005-01-12 04:31:32 +00:00
Pav Lucistnik
38ac894568 - Conform to latest rc.d framework
Reported by:	marcus
Pointy hat to:	pav
2004-07-28 20:54:39 +00:00
Pav Lucistnik
5b4cc00809 - Update to 2.16
- RCng rc script

PR:		ports/69081
Submitted by:	Michael Johnson <ahze@ahze.net>
Approved by:	maintainer
2004-07-28 18:32:05 +00:00
Peter Pentchev
a9ac780445 Update to 2.11.1.
PR:		57743
Submitted by:	maintainer
2003-10-08 14:28:34 +00:00
Christian Weisgerber
473b6f6218 Fix build on -stable.
PR:		57311
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Reported by:	Adriaan de Groot <adridg@cs.kun.nl>
2003-09-28 19:48:32 +00:00
Yen-Ming Lee
7753a3ffed devel/distcc 2.7 -> 2.9
Change Log:
http://distcc.samba.org/download.html

Port Change Log:
o Install distccd.sh.sample script
o Create distcc user and group
o Generally bring closer to the packaging guidelines:

http://distcc.samba.org/ftp/unpacked/distcc/README.packaging

PR:		55416
Submitted by:	Dominic Marks <dom@wirespeed.org.uk>
2003-08-10 03:49:48 +00:00
Adam Weinberger
5be853e5bd Add patch forgotten with last commit.
Reminded by:	Frerich Raabe <frerich@hex.athame.co.uk>
2003-06-18 04:25:37 +00:00
Mario Sergio Fujikawa Ferreira
ec2a201b04 o Update to 2.0.1
PR:		50460
Submitted by:	maintainer
2003-03-30 23:53:32 +00:00
Christian Weisgerber
6526872092 Fix build on 4.x-STABLE.
Reported by:	kris (bento)
2003-03-02 16:05:34 +00:00
Mario Sergio Fujikawa Ferreira
58fda17d05 o Update to 0.11
o Remove patches merged back into the distribution

PR:		43360
Submitted by:	maintainer
2002-10-05 19:18:11 +00:00
Mario Sergio Fujikawa Ferreira
1aed634ee4 distcc was not working with group id 0
PR:		42980
Noticed by:	Juan Salaverria <rael@vectorstar.net>
Submitted by:	maintainer
Obtained from:	distcc CVS
2002-09-23 14:17:35 +00:00
Mario Sergio Fujikawa Ferreira
9ee062c366 Update to 0.10.1
Submitted by:	maintainer
2002-09-17 01:01:01 +00:00
Mario Sergio Fujikawa Ferreira
42c6a32a2e o Problem: "libstdc++-v3's configure script (and others) execute
commands such as .../xgcc -B.../ conftest.C -c -S. Assuming that
xgcc invokes the distcc client, this makes the distcc client write
the assembly output to conftest.o even though it should go into
conftest.s. The cause of this is that distcc currently does not
honour the fact that -S supersedes -c. Interestingly, if you add
"-o conftest.s" to the command line, it's the distcc server that
fails, claiming it couldn't find conftest.C."

o The attached patch fixes this behaviour. Courtesy of [1]

PR:		42019
Submitted by:	MAINTAINER,
		Alexandre Oliva <aoliva@redhat.com> [1]
2002-08-26 02:39:05 +00:00
Mario Sergio Fujikawa Ferreira
0b49233834 Update to 0.7
PR:		40873
Submitted by:	maintainer
2002-08-10 20:54:31 +00:00
Patrick Li
e1b62693c8 Update to 0.5
PR:		39948
Submitted by:	maintainer
2002-06-30 23:50:05 +00:00
Patrick Li
82367010fc Add new port distcc: Distribute compilation of C(++) code acrosss machines
on a network

PR:		ports/39879
Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>
2002-06-26 17:20:21 +00:00