aboutsummaryrefslogtreecommitdiff
path: root/devel/distcc
Commit message (Collapse)AuthorAgeFilesLines
* Add rc option to set DISTCCD_PATHSteven Kreuzer2014-02-101-2/+8
| | | | | | | | PR: ports/185977 Submitted by: David Shane Holden <dpejesh@yahoo.com> Notes: svn path=/head/; revision=343570
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* devel/distcc: Fix mistake made during optionsNG conversionJohn Marino2014-01-151-3/+2
| | | | | | | | | | Not only is it not necessary to include both bsd.port.pre.mk and bsd.port.options.mk, it actually causes problems like double inclusion when other ".include" keywords are encountered. While here, convert USE_GMAKE too, both under the "Just fix it" blanket. Notes: svn path=/head/; revision=339774
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Fix syntax error introduced by conversion to new options frameworkBaptiste Daroussin2013-05-021-1/+1
| | | | Notes: svn path=/head/; revision=317109
* - adoption of optionsNGJason Helfman2013-04-291-22/+21
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316837
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-1/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* Install lsdistccSteven Kreuzer2013-01-022-1/+3
| | | | | | | | PR: ports/174314 Submitted by: 4721@hushmail.com Notes: svn path=/head/; revision=309848
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276999
* 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