CVS log for ports/devel/distcc/Makefile
Up to [FreeBSD] / ports / devel / distcc
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:21:54 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Sep 26 03:23:39 2010 UTC (16 months, 2 weeks ago) by skreuzer
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -0 lines
Add license information
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Sep 25 02:00:49 2010 UTC (16 months, 2 weeks ago) by skreuzer
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
Patch configure script to honor --disable-rfc2553 PR: ports/149924 Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Sep 24 22:01:30 2010 UTC (16 months, 2 weeks ago) by skreuzer
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +4 -3 lines
Provide more compiler links PR: ports/150612 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Sep 24 21:59:20 2010 UTC (16 months, 2 weeks ago) by skreuzer
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Install distccmon-text man page PR: ports/149938 Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Sep 16 01:46:27 2010 UTC (16 months, 3 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -4 lines
- Oops, revert previous commit - I meant to do a send-pr
Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Sep 16 01:45:00 2010 UTC (16 months, 3 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -3 lines
- Provide symlinks for clang and llvm-gcc compilers as well - Provede links for latest gcc versions - While here, use GOOGLE_CODE abbreviation for eye candy
Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Aug 9 13:57:26 2010 UTC (18 months ago) by skreuzer
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -0 lines
Modify the rc script to run after ldconfig has been run due to a dependency on libpopt.0.so PR: ports/149068 Submitted by: Carsten Bäcker <carbaecker@gmx.de>
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Jun 8 14:15:06 2010 UTC (20 months ago) by skreuzer
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -1 lines
Fix RFC2553 option PR: ports/147494 Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Apr 27 13:20:59 2010 UTC (21 months, 2 weeks ago) by skreuzer
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Unbreak on i386 PR: ports/145891 Submitted by: Carsten Bäcker <carbaecker@gmx.de> Reviewed by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Apr 19 19:58:44 2010 UTC (21 months, 3 weeks ago) by skreuzer
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Adopt port Approved by: Mark Linimon <linimon@FreeBSD.org>
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Apr 19 19:58:01 2010 UTC (21 months, 3 weeks ago) by skreuzer
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +13 -15 lines
Update to 3.1 PR: ports/145249 Submitted by: Steven Kreuzer <skreuzer@FreeBSD.org> Approved by: maintainer timeout
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Aug 8 02:51:09 2009 UTC (2 years, 6 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +4 -3 lines
Remove gcc 295 32 33 40 support PR: ports/136683 Submitted by: uqs@spoerlein.net
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:38 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:56:35 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62 Tested by: exp build run (erwin)
Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:21:06 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Jan 11 17:29:07 2008 UTC (4 years, 1 month ago) by ahze
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -2 lines
Pass PTHREAD_LIBS to configure script to fix segfault when used with avahi PR: ports/117849 Submitted by: Robert Noland
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Jan 1 14:31:35 2008 UTC (4 years, 1 month ago) by ahze
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +6 -4 lines
- We only need avahi-app not the entire suite [*] - Update to latest avahi patch PR: ports/119034 [*] Submitted by: Dima Panov [*]
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Oct 24 23:35:04 2007 UTC (4 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +16 -9 lines
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Sep 23 11:09:16 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
devel/distcc remove references to FreeBSD 4.x remove references to FreeBSD 4.x PR: ports/115937 Submitted by: David Yeske <dyeske@gmail.com> Approved by: maintainer timeout
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Nov 19 07:26:53 2006 UTC (5 years, 2 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Add links to gcc43
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Nov 11 16:36:23 2006 UTC (5 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -11 lines
- Reserve UID and GID 561 for distcc Requested by: Stefan Thurner <thurners@nicsys.de>
Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Oct 5 23:40:40 2006 UTC (5 years, 4 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
- Add gcc42 link
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Oct 5 23:40:09 2006 UTC (5 years, 4 months ago) by ahze
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
- Remove gcc35 link - Grab MAINTAINER
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Jun 9 21:08:45 2006 UTC (5 years, 8 months ago) by linimon
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Reset maintainer at his request due to lack of time. We appreciate all the help in the past.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Nov 17 18:55:01 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +30 -9 lines
Add OPTIONS to create symlinks Bump PORTREVISION PR: 88254 Submitted by: Andrew Pantyukhin <sat@proxy.gubkin.ru> Approved by: dom@helenmarks.co.uk (maintainer timeout, 17 days)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Nov 6 00:07:20 2005 UTC (6 years, 3 months ago) by mnag
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +9 -12 lines
Fix creation of pif file by distccd Use script name instead of USE_RC_SUBR=yes Bump PORTREVISION PR: 87512 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: dom@helenmarks.co.uk (maintainer timeout, 20 days)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:22:01 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Jan 12 04:31:32 2005 UTC (7 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
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>
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Aug 18 07:41:13 2004 UTC (7 years, 5 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +7 -2 lines
Add option to enable ipv6 on 5.X PR: ports/70059 Submitted by: Michael Johnson Approved by: maintainer
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jul 28 18:32:05 2004 UTC (7 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +10 -5 lines
- Update to 2.16 - RCng rc script PR: ports/69081 Submitted by: Michael Johnson <ahze@ahze.net> Approved by: maintainer
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed May 26 20:46:29 2004 UTC (7 years, 8 months ago) by eik
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- update to version 2.14 http://distcc.samba.org/ftp/distcc/distcc-2.14.NEWS PR: 67230 Submitted by: Dominic Marks <dom@helenmarks.co.uk> (maintainer)
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Mar 31 08:23:22 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- Assign maintainership to Dominic Marks <dom@helenmarks.co.uk> PR: ports/64965 Submitted by: Dominic Marks <dom@helenmarks.co.uk>
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Mar 30 12:45:01 2004 UTC (7 years, 10 months ago) by clement
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3 lines
- Update to 2.13 - release maintainership Hope someone gonna take care of it
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Feb 7 16:46:44 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -7 lines
- Use OPTIONS - SIZEify distinfo
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Feb 4 06:55:43 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -0 lines
Add WANT_GNOME to fix make index.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:27 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Jan 9 10:35:30 2004 UTC (8 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update to 2.12.1 Approved by: erwin (mentor) (implicitly)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Dec 19 11:53:22 2003 UTC (8 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -9 lines
Update to 2.12 Approved by: erwin (mentor)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 23 13:14:35 2003 UTC (8 years, 3 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
- Update to 2.11.2 PR: 58419 Submitted by: maintainer
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Oct 18 00:16:31 2003 UTC (8 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3 lines
In same cases (e.g. gnome 1.4 installed), if you don't want to have the gnome monitor, the install failed due to remaining auto detection stuff. Reported by: Andrew Heybey <ath@niksun.com> Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Oct 8 14:28:34 2003 UTC (8 years, 4 months ago) by roam
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +11 -11 lines
Update to 2.11.1. PR: 57743 Submitted by: maintainer
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Sep 27 15:56:26 2003 UTC (8 years, 4 months ago) by naddy
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -4 lines
Update to 2.11 Take maintainership. PR: 57263 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Sep 24 08:37:36 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Cease FreeBSD port maintainerships I don't have the time to give to many of the ports I maintain at the moment. I wasn't expecting to be so busy this summer ... Please set all my ports back to ports@freebsd.org. PR: ports/56935 Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Aug 10 03:49:48 2003 UTC (8 years, 6 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +12 -14 lines
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>
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jun 26 13:39:51 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
bug fix: devel/distcc fix a bug in the devel/distcc which becomes obvious when the port gets built without WITHOUT_GNOME, but when HAVE_GNOME returns "" PR: 53705 Submitted by: Frerich Raabe <frerich.raabe@gmx.de> (maintainer)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jun 25 08:13:32 2003 UTC (8 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Hand maintainership to Dominic Marks PR: 53708 Submitted by: Dominic Marks <dom@cus.org.uk>
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jun 25 04:27:38 2003 UTC (8 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Frerich doesn't use FreeBSD anymore. Preemptively assign two of his ports to a new maintainer (kpopup and rc5pipe). Submitted by: Frerich Raabe <frerich.raabe@gmx.de>, Brad Davis <so14k@so14k.com>
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jun 23 15:07:47 2003 UTC (8 years, 7 months ago) by osa
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Note the "disabled", which should be "disable". Submitted by: maintainer PR: 53638 Approved by: fjoe (mentor) (implicit)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jun 17 21:29:45 2003 UTC (8 years, 7 months ago) by adamw
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +27 -2 lines
Update to 2.7. Now with GNOME GUI. PR: ports/53374 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jun 12 15:45:06 2003 UTC (8 years, 8 months ago) by lioux
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -3 lines
Update to 2.6 PR: 53255 Submitted by: maintainer
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 5 11:15:22 2003 UTC (8 years, 8 months ago) by erwin
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Update to 2.5.1 PR: 52963 Submitted by: maintainer Approved by: edwin (mentor)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jun 2 12:51:49 2003 UTC (8 years, 8 months ago) by arved
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Update to 2.5 PR: 52854 Submitted by: maintainer
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 23 00:43:51 2003 UTC (8 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
This PR updates the devel/distcc port to honour the recent distcc 2.4.1 release. PR: ports/52597 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri May 16 19:52:18 2003 UTC (8 years, 8 months ago) by lioux
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Update to 2.3
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue May 6 13:09:06 2003 UTC (8 years, 9 months ago) by perky
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Update to 2.2 PR: 51844 Submitted by: maintainer
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat May 3 17:19:04 2003 UTC (8 years, 9 months ago) by petef
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to 2.1. PR: 51720 Submitted by: maintainer
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Mar 30 23:53:31 2003 UTC (8 years, 10 months ago) by lioux
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
o Update to 2.0.1 PR: 50460 Submitted by: maintainer
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 28 13:21:30 2003 UTC (8 years, 11 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Update to 1.2.1. Notable changes in this release: - A new authentication system for allowing distccd IP-based access control. - A new scheduler which can give an up to 10% improvement of performance of a cluster. PR: 48665 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:22:29 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
De-pkg-comment.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 30 16:16:53 2003 UTC (9 years ago) by will
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -4 lines
Update to 1.1. Submitted by: MAINTAINER
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 18 17:06:23 2003 UTC (9 years ago) by arved
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
Update to 1.0 PR: 47154 Submitted by: Dominic Marks <dom@cus.org.uk> Approved by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Oct 12 23:05:10 2002 UTC (9 years, 4 months ago) by dannyboy
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update to 0.12. PR: 43972 Submitted by: maintainer
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Oct 5 19:18:11 2002 UTC (9 years, 4 months ago) by lioux
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -4 lines
o Update to 0.11 o Remove patches merged back into the distribution PR: 43360 Submitted by: maintainer
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 23 14:17:35 2002 UTC (9 years, 4 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
distcc was not working with group id 0 PR: 42980 Noticed by: Juan Salaverria <rael@vectorstar.net> Submitted by: maintainer Obtained from: distcc CVS
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Sep 17 01:01:00 2002 UTC (9 years, 4 months ago) by lioux
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
Update to 0.10.1 Submitted by: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 26 02:39:05 2002 UTC (9 years, 5 months ago) by lioux
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
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]
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Aug 16 01:02:49 2002 UTC (9 years, 5 months ago) by perky
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Update to 0.8. PR: 41698 Submitted by: maintainer
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 10 20:54:31 2002 UTC (9 years, 6 months ago) by lioux
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +17 -4 lines
Update to 0.7 PR: 40873 Submitted by: maintainer
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 15 02:42:07 2002 UTC (9 years, 6 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -8 lines
Update to version 0.6 PR: 40578 Submitted by: MAINTAINER
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jun 30 23:50:02 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +22 -4 lines
Update to 0.5 PR: 39948 Submitted by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 26 17:20:18 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
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>
