aboutsummaryrefslogtreecommitdiff
path: root/devel/distcc
Commit message (Collapse)AuthorAgeFilesLines
* Add license informationSteven Kreuzer2010-09-261-0/+3
| | | | Notes: svn path=/head/; revision=261872
* Patch configure script to honor --disable-rfc2553Steven Kreuzer2010-09-252-1/+18
| | | | | | | | PR: ports/149924 Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw> Notes: svn path=/head/; revision=261812
* Provide more compiler linksSteven Kreuzer2010-09-241-3/+4
| | | | | | | | PR: ports/150612 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=261801
* Install distccmon-text man pageSteven Kreuzer2010-09-241-1/+1
| | | | | | | | PR: ports/149938 Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw> Notes: svn path=/head/; revision=261800
* - Oops, revert previous commit - I meant to do a send-prDmitry Marakasov2010-09-161-4/+3
| | | | Notes: svn path=/head/; revision=261255
* - Provide symlinks for clang and llvm-gcc compilers as wellDmitry Marakasov2010-09-161-3/+4
| | | | | | | | - Provede links for latest gcc versions - While here, use GOOGLE_CODE abbreviation for eye candy Notes: svn path=/head/; revision=261254
* Modify the rc script to run after ldconfig has been run due to a dependencySteven Kreuzer2010-08-092-1/+2
| | | | | | | | | | on libpopt.0.so PR: ports/149068 Submitted by: Carsten Bäcker <carbaecker@gmx.de> Notes: svn path=/head/; revision=259010
* Fix RFC2553 optionSteven Kreuzer2010-06-081-1/+3
| | | | | | | | PR: ports/147494 Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw> Notes: svn path=/head/; revision=256127
* Unbreak on i386Steven Kreuzer2010-04-271-1/+1
| | | | | | | | | PR: ports/145891 Submitted by: Carsten Bäcker <carbaecker@gmx.de> Reviewed by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> Notes: svn path=/head/; revision=253347
* Set the distcc user's shell to /usr/sbin/nologinSteven Kreuzer2010-04-191-1/+1
| | | | | | | | | PR: ports/132096 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> Approved by: Steven Kreuzer <skreuzer@FreeBSD.org> Notes: svn path=/head/; revision=252924
* Adopt portSteven Kreuzer2010-04-191-1/+1
| | | | | | | Approved by: Mark Linimon <linimon@FreeBSD.org> Notes: svn path=/head/; revision=252923
* Update to 3.1Steven Kreuzer2010-04-194-20/+17
| | | | | | | | | PR: ports/145249 Submitted by: Steven Kreuzer <skreuzer@FreeBSD.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=252922
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Remove gcc 295 32 33 40 supportMichael Johnson2009-08-081-3/+4
| | | | | | | | PR: ports/136683 Submitted by: uqs@spoerlein.net Notes: svn path=/head/; revision=239125
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Pass PTHREAD_LIBS to configure script to fix segfault when used with avahiMichael Johnson2008-01-111-2/+3
| | | | | | | | PR: ports/117849 Submitted by: Robert Noland Notes: svn path=/head/; revision=205460
* - We only need avahi-app not the entire suite [*]Michael Johnson2008-01-012-7/+9
| | | | | | | | | | - Update to latest avahi patch PR: ports/119034 [*] Submitted by: Dima Panov [*] Notes: svn path=/head/; revision=204798
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-243-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=201947
* devel/distcc remove references to FreeBSD 4.xEdwin Groothuis2007-09-231-2/+2
| | | | | | | | | | | remove references to FreeBSD 4.x PR: ports/115937 Submitted by: David Yeske <dyeske@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=199969
* Add links to gcc43Michael Johnson2006-11-191-2/+2
| | | | Notes: svn path=/head/; revision=177555
* - Reserve UID and GID 561 for distccMichael Johnson2006-11-112-76/+37
| | | | | | | Requested by: Stefan Thurner <thurners@nicsys.de> Notes: svn path=/head/; revision=177060
* - Add gcc42 linkMichael Johnson2006-10-051-1/+1
| | | | Notes: svn path=/head/; revision=174595
* - Remove gcc35 linkMichael Johnson2006-10-051-3/+3
| | | | | | | - Grab MAINTAINER Notes: svn path=/head/; revision=174594
* Reset maintainer at his request due to lack of time. We appreciate all theMark Linimon2006-06-091-1/+1
| | | | | | | help in the past. Notes: svn path=/head/; revision=164945
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Add OPTIONS to create symlinksMarcus Alves Grando2005-11-171-9/+30
| | | | | | | | | | | Bump PORTREVISION PR: 88254 Submitted by: Andrew Pantyukhin <sat@proxy.gubkin.ru> Approved by: dom@helenmarks.co.uk (maintainer timeout, 17 days) Notes: svn path=/head/; revision=148646
* Fix creation of pif file by distccdMarcus Alves Grando2005-11-064-14/+42
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=147420
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Fix typoPav Lucistnik2005-10-071-1/+1
| | | | | | | | PR: ports/87075 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=144501
* Maintainer Update: devel/distccEdwin Groothuis2005-01-124-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=126184
* Add option to enable ipv6 on 5.XVolker Stolz2004-08-181-2/+7
| | | | | | | | | PR: ports/70059 Submitted by: Michael Johnson Approved by: maintainer Notes: svn path=/head/; revision=116578
* - Conform to latest rc.d frameworkPav Lucistnik2004-07-281-2/+2
| | | | | | | | Reported by: marcus Pointy hat to: pav Notes: svn path=/head/; revision=114965
* - Update to 2.16Pav Lucistnik2004-07-284-26/+34
| | | | | | | | | | | - RCng rc script PR: ports/69081 Submitted by: Michael Johnson <ahze@ahze.net> Approved by: maintainer Notes: svn path=/head/; revision=114960
* - update to version 2.14Oliver Eikemeier2004-05-262-3/+3
| | | | | | | | | | http://distcc.samba.org/ftp/distcc/distcc-2.14.NEWS PR: 67230 Submitted by: Dominic Marks <dom@helenmarks.co.uk> (maintainer) Notes: svn path=/head/; revision=110086
* - Assign maintainership to Dominic Marks <dom@helenmarks.co.uk>Kirill Ponomarev2004-03-311-1/+1
| | | | | | | | PR: ports/64965 Submitted by: Dominic Marks <dom@helenmarks.co.uk> Notes: svn path=/head/; revision=105758
* - Update to 2.13Clement Laforet2004-03-302-5/+4
| | | | | | | | - release maintainership Hope someone gonna take care of it Notes: svn path=/head/; revision=105691
* - Use OPTIONSClement Laforet2004-02-072-7/+6
| | | | | | | - SIZEify distinfo Notes: svn path=/head/; revision=100260
* Add WANT_GNOME to fix make index.Joe Marcus Clarke2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99933
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 2.12.1Clement Laforet2004-01-092-3/+3
| | | | | | | Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97763
* Update to 2.12Clement Laforet2003-12-193-11/+11
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=96202
* - Update to 2.11.2Kirill Ponomarev2003-10-232-2/+2
| | | | | | | | PR: 58419 Submitted by: maintainer Notes: svn path=/head/; revision=91957
* In same cases (e.g. gnome 1.4 installed), if you don't want to haveChristian Weisgerber2003-10-181-3/+2
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=91537
* Update to 2.11.1.Peter Pentchev2003-10-083-28/+12
| | | | | | | | PR: 57743 Submitted by: maintainer Notes: svn path=/head/; revision=90639
* Fix build on -stable.Christian Weisgerber2003-09-281-0/+16
| | | | | | | | | PR: 57311 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Reported by: Adriaan de Groot <adridg@cs.kun.nl> Notes: svn path=/head/; revision=89710
* Update to 2.11Christian Weisgerber2003-09-273-6/+7
| | | | | | | | | | Take maintainership. PR: 57263 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=89557
* Cease FreeBSD port maintainershipsEdwin Groothuis2003-09-241-1/+1
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=89148