aboutsummaryrefslogtreecommitdiff
path: root/net/boinc-client
Commit message (Collapse)AuthorAgeFilesLines
* Drop maintainership BOINC ports, old machine running them gave up.Rene Ladan2014-02-041-1/+1
| | | | Notes: svn path=/head/; revision=342580
* rene-ladan.nl is online again, re-add it to MASTER_SITESRene Ladan2014-01-031-2/+2
| | | | Notes: svn path=/head/; revision=338546
* rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCALRene Ladan2013-12-271-1/+3
| | | | Notes: svn path=/head/; revision=337736
* - Update to 7.2.33 :Rene Ladan2013-12-232-5/+4
| | | | | | | | | | | | | - Fix: Disable downloading of images in notices. It was crashing the UI. - Fix: Properly handle the exclusive application feature from the UI. - Fix option helper - Change login shell for BOINC user to /bin/sh so that 'service boinc-client start' works properly Notes: svn path=/head/; revision=337233
* - Also install opencl_boinc.h when not using X11, otherwiseRene Ladan2013-11-272-4/+5
| | | | | | | | | | | | | astro/boinc-* will break when not using X11 there [1] - Bump PORTREVISION This was not a problem for the default package for net/boinc-client as it is built with X11 on. Submitted by: Oleksii Zolotarov via private mail [1] Notes: svn path=/head/; revision=335024
* - Convert to USES=dos2unixRene Ladan2013-11-191-3/+2
| | | | | | | - Use compressed format for option_USE Notes: svn path=/head/; revision=334277
* - Update to 7.2.28Rene Ladan2013-11-113-318/+160
| | | | | | | | | | | | - Use more option helpers - Disable broken OPTIMIZE option [1] - Cleanup Makefile PR: ports/172288 [1] Submitted by: myself Notes: svn path=/head/; revision=333520
* Add stage supportRene Ladan2013-11-081-11/+9
| | | | Notes: svn path=/head/; revision=333251
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* net/boinc-client :Rene Ladan2013-09-1813-180/+155
| | | | | | | | | | | | | | | | | | | | | - update to 7.0.65 [1] Unlike the PR, keep the SKINS option and the extra skins, and do not pregenerate autotools files. - work around a build conflict with archivers/libzip in port Makefile [2] - pre-emptively fix build with libc++ - change MASTERSITE from Pav's to my site - comment out the BROKEN message for sparc64/ia64/powerpc (for now) - regenerate patches using 'make makepatch' astro/boinc-{setiathome-enhanced,astropulse} : - remove obsolete calls to functions removed from libboinc to prevent breakage PR: ports/176724 [1] Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [1] Submitted by: zi@ [2] Notes: svn path=/head/; revision=327546
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326204
* - Move handling of X11 option down, so that the two handlers for theRene Ladan2013-08-271-15/+12
| | | | | | | | | | | MANAGER optino can be merged [1] - Use new LIB_DEPENDS syntax PR: ports/176724 [1] (part) Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=325492
* Catch another install target which used LOCALBASE instead of PREFIXRene Ladan2013-08-271-1/+1
| | | | | | | | PR: ports/176724 (part) Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=325490
* Overhaul option handling:Rene Ladan2013-08-272-24/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | - Only use the rc framework for boinc-client when the CLIENT option is selected - Always set CLIENT and X11 options when MANAGER option is selected - Unset USER option when CLIENT option is not selected - Create the share/boinc directory when the MANAGER or X11 option is set instead of when the USER option is set - Prefer negation over empty() when checking options - Update description for the USER option In pkg-install.in : - Only install the CA bundle and only adjust file ownership of ~boinc when the USER option is selected - Only install skins when both the USER and MANAGER options are selected While here: - create share/pixmaps in PREFIX instead of LOCALBASE - wrap a long line PR: ports/176724 (part) Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=325489
* The pre-install target of pkg-install is now part of post-install, soRene Ladan2013-08-271-4/+2
| | | | | | | | | adjust Makefile accordingly. Missed this in the one-to-last commit. Notes: svn path=/head/; revision=325486
* Reword pkg-message, there is strictly speaking no need to register withRene Ladan2013-08-241-3/+4
| | | | | | | | | | one of the projects. PR: ports/176724 (part, based on) Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=325290
* Remove check for variable names deprecated since the 7.0.28 updateRene Ladan2013-08-241-10/+0
| | | | | | | (which happened on 2012-04-15, ports/166873). Notes: svn path=/head/; revision=325289
* Use the USERS/GROUPS mechanism for the boinc-client port instead ofRene Ladan2013-08-233-20/+6
| | | | | | | | | | | | | | | manually creating them. It is still possible to overrride the defaults by setting BOINC_CLIENT_USER , BOINC_CLIENT_GROUP , and BOINC_CLIENT_HOME but that means the entries in UIDs and GIDs have to be changed too. PR: ports/176274 (part, based on) Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Reviewed by: crees (slightly) Notes: svn path=/head/; revision=325280
* Add two new options for the rc.d script:Rene Ladan2013-08-212-3/+10
| | | | | | | | | | | | | | | - NO_GUI_RPC to not create a socket for communication with external user interfaces, setting this breaks net/boinc_curses - NO_NET_INFO to not send your host address and host name to the BOINC servers. While here use bsd.port.options.mk PR: ports/176724 (part) Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=325145
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Fix build with --std=c++11Rene Ladan2013-07-102-0/+21
| | | | | | | | PR: ports/178712 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Notes: svn path=/head/; revision=322677
* Take maintainership.Rene Ladan2013-07-091-6/+2
| | | | | | | While here convert Makefile headers. Notes: svn path=/head/; revision=322584
* - Drop all my portsPav Lucistnik2013-07-091-1/+1
| | | | Notes: svn path=/head/; revision=322581
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Fix packagePav Lucistnik2012-11-011-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306823
* - Fix packagePav Lucistnik2012-11-011-3/+0
| | | | | | | | Reported by: beatmail Feature safe: yes Notes: svn path=/head/; revision=306822
* - Fix build with clangPav Lucistnik2012-10-185-59/+74
| | | | | | | | | | | | | - Change BOINC_CLIENT_HOME ownership only for owner - Fixes to rc script - Allow for spaces in paths PR: ports/171569 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Feature safe: yes Notes: svn path=/head/; revision=306088
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - Update to 7.0.28Pav Lucistnik2012-08-273-13/+10
| | | | | | | | | | | | | PR: ports/169679 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> - Install extra headers for astropulse PR: ports/170628 Submitted by: rene Notes: svn path=/head/; revision=303227
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* - Fix header files integrity when X11 option is disabledPav Lucistnik2012-06-102-50/+61
| | | | | | | | | | | - Fix header files to allow pure C client app to be built - OPTIONSng PR: ports/168714, ports/168756 Submitted by: Alexey Shuvaev <bugsbeastie@gmail.com>, Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=298943
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Enable per thread locale on recent FreeBSD 9Pav Lucistnik2012-05-252-8/+4
| | | | | | | | PR: ports/168257 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=297401
* - Install some more headersPav Lucistnik2012-04-233-2/+19
| | | | | | | Submitted by: rene Notes: svn path=/head/; revision=295341
* - Install additional header needed for build of setiathome appPav Lucistnik2012-04-182-0/+3
| | | | | | | Requested by: rene Notes: svn path=/head/; revision=295065
* - Update to 7.0.25Pav Lucistnik2012-04-1512-147/+687
| | | | | | | | PR: ports/166873 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=294848
* 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
* Broken on all tier-2.Mark Linimon2011-12-281-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=288151
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Mark as broken on sparc64: does not install.Mark Linimon2011-08-101-0/+4
| | | | Notes: svn path=/head/; revision=279398
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+1
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Chase new location of curl's crt filePav Lucistnik2009-01-291-2/+2
| | | | | | | Reported by: marck Notes: svn path=/head/; revision=227115