174ac FreshPorts -- net/boinc-client
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
boinc-client 7.0.28_2 net on this many watch lists=16 search for ports that depend on this port
Berkeley Open Infrastructure for Network Computing client
Maintained by: pav@FreeBSD.org search for ports maintained by this maintainer
Port Added: 16 Oct 2004 19:37:47
License: not specified in port


BOINC is a software platform for distributed computing using volunteer
computer resources.  This port contains BOINC API, libraries, client and
manager GUI.

WWW: http://boinc.berkeley.edu/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. x11-toolkits/libXmu
  2. x11/libXi
  3. x11/libX11
Required To Run:
  1. security/ca_root_nss
  2. x11-toolkits/libXmu
  3. x11/libXi
  4. x11/libX11
Required Libraries:
  1. graphics/jpeg
  2. devel/libnotify
  3. databases/sqlite3
  4. ftp/curl
  5. graphics/freeglut
  6. x11-toolkits/wxgtk28

This port is required by:

for Build for Run

To install the port: cd /usr/ports/net/boinc-client/ && make install clean
To add the package: pkg_add -r boinc-client


Configuration Options
===> The following configuration options are available for boinc-client-7.0.28_2:
     CLIENT=on: Build BOINC client
     MANAGER=on: Build BOINC manager GUI
     X11=on: Build graphics API
     LINUX=off: Accept Linux science applications
     USER=on: Create/check BOINC client user
     SKINS=off: Install more skins for BOINC manager
     OPTIMIZE=off: Enable compiler optimization flags
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/

Number of commits found: 70

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 11:59:29
Original commit files touched by this commit  7.0.28_2
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
01 Nov 2012 21:26:44
Original commit files touched by this commit  7.0.28_2
pav search for other commits by this committer
- Fix package

Feature safe:	yes
01 Nov 2012 21:26:21
Original commit files touched by this commit  7.0.28_1
pav search for other commits by this committer
- Fix package

Reported by:	beatmail
Feature safe:	yes
18 Oct 2012 19:22:10
Original commit files touched by this commit  7.0.28_1
pav search for other commits by this committer
- Fix build with clang
- 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
09 Oct 2012 22:12:14
Original commit files touched by this commit  7.0.28
linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
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.
27 Aug 2012 13:24:04
Original commit files touched by this commit  7.0.28
pav search for other commits by this committer
- Update to 7.0.28

PR:		ports/169679
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>

- Install extra headers for astropulse

PR:		ports/170628
Submitted by:	rene
04 Aug 2012 22:52:04
Original commit files touched by this commit  7.0.25_5
kwm search for other commits by this committer
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
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.
10 Jun 2012 14:39:02
Original commit files touched by this commit  7.0.25_4
pav search for other commits by this committer
- Fix header files integrity when X11 option is disabled
- 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>
01 Jun 2012 05:26:28
Original commit files touched by this commit  7.0.25_3
dinoex search for other commits by this committer
- update png to 1.5.10
25 May 2012 12:23:56
Original commit files touched by this commit  7.0.25_2
pav search for other commits by this committer
- Enable per thread locale on recent FreeBSD 9

PR:             ports/168257
Submitted by:   Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
23 Apr 2012 20:49:14
Original commit files touched by this commit  7.0.25_2
pav search for other commits by this committer
- Install some more headers

Submitted by:   rene
18 Apr 2012 21:04:57
Original commit files touched by this commit  7.0.25_1
pav search for other commits by this committer
- Install additional header needed for build of setiathome app

Requested by:   rene
15 Apr 2012 12:57:50
Original commit files touched by this commit  7.0.25
pav search for other commits by this committer
- Update to 7.0.25

PR:             ports/166873
Submitted by:   Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
14 Jan 2012 08:57:23
Original commit files touched by this commit  6.4.5_7
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
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.
28 Dec 2011 06:44:18
Original commit files touched by this commit  6.4.5_7
linimon search for other commits by this committer
Broken on all tier-2.

Hat:            portmgr
23 Sep 2011 22:26:39
Original commit files touched by this commit  6.4.5_7
amdmi3 search for other commits by this committer
- 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
11 Aug 2011 19:20:17
Original commit files touched by this commit  6.4.5_7
  Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
10 Aug 2011 09:12:07
Original commit files touched by this commit  6.4.5_7
linimon search for other commits by this committer
Mark as broken on sparc64: does not install.
20 Mar 2011 12:54:45
Original commit files touched by this commit  6.4.5_7
miwi search for other commits by this committer
- Get Rid MD5 support
03 Apr 2010 10:44:36
Original commit files touched by this commit  6.4.5_7
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
28 Mar 2010 06:47:48
Original commit files touched by this commit  6.4.5_6
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
27 Mar 2010 00:15:24
Original commit files touched by this commit  6.4.5_7
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
05 Feb 2010 11:46:55
Original commit files touched by this commit  6.4.5_5
dinoex search for other commits by this committer
- update to jpeg-8
19 Nov 2009 22:07:43
Original commit files touched by this commit  6.4.5_4
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
18 Jul 2009 11:11:29
Original commit files touched by this commit  6.4.5_4
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
29 Jan 2009 21:10:39
Original commit files touched by this commit  6.4.5_3
pav search for other commits by this committer
- Chase new location of curl's crt file

Reported by:    marck
23 Jan 2009 16:28:36
Original commit files touched by this commit  6.4.5_2
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
23 Jan 2009 15:43:14
Original commit files touched by this commit  6.4.5_2
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
28 Dec 2008 23:52:59
Original commit files touched by this commit  6.4.5_1
pav search for other commits by this committer
- Add a patch that fixes RAM size detection on i386 with >2GB RAM

Submitted by:   marck
28 Dec 2008 18:19:02
Original commit files touched by this commit  6.4.5
pav search for other commits by this committer
- Update to 6.4.5
- Install extra headers needed by setiathome
23 Dec 2008 13:59:18
Original commit files touched by this commit  6.2.14
pav search for other commits by this committer
- Fix default boinc flags in rc script

Submitted by:   Royce Williams <royce@alaska.net>
06 Aug 2008 08:29:56
Original commit files touched by this commit  6.2.14
pav search for other commits by this committer
- Update to 6.2.14
06 Jun 2008 13:50:32
Original commit files touched by this commit  5.10.32_2
edwin search for other commits by this committer
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)
19 Apr 2008 17:56:05
Original commit files touched by this commit  5.10.32_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
07 Mar 2008 10:32:51
Original commit files touched by this commit  5.10.32
pav search for other commits by this committer
- Add option to accept Linux science applications

Requested by:   marck
29 Dec 2007 18:08:17
Original commit files touched by this commit  5.10.32
pav search for other commits by this committer
- Update to 5.10.32
04 Oct 2007 02:10:52
Original commit files touched by this commit  5.8.17
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
25 May 2007 11:43:41
Original commit files touched by this commit  5.8.17
pav search for other commits by this committer
- Update to 5.8.18
- Fix https communication by pointing at curl's cacert file
19 May 2007 20:32:57
Original commit files touched by this commit  5.8.15_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 Feb 2007 22:12:37
Original commit files touched by this commit  5.8.15
pav search for other commits by this committer
- Update to 5.8.15
15 Feb 2007 15:01:18
Original commit files touched by this commit  5.8.11
pav search for other commits by this committer
- Update to 5.8.11
12 Jan 2007 09:12:57
Original commit files touched by this commit  5.4.9_1
rafan search for other commits by this committer
- Use USE_ICONV instead of LIB_DEPENDS

Approved by:    portmgr (erwin, few weeks ago)
15 Dec 2006 15:51:34
Original commit files touched by this commit  5.4.9_1
pav search for other commits by this committer
- Fix build without X11 for people who have xorg-libraries installed

Reported by:    Volodymyr Kostyrko <arcade@synergetica.dn.ua>
13 Dec 2006 12:41:36
Original commit files touched by this commit  5.4.9_1
roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
02 Dec 2006 12:33:29
Original commit files touched by this commit  5.4.9
pav search for other commits by this committer
- Attempt to make it X11BASE aware

Reported by:    krismail
01 Dec 2006 07:39:02
Original commit files touched by this commit  5.4.9
pav search for other commits by this committer
- Use features of bsd.wx.mk, especially USE_WX

PR:             ports/101613
Submitted by:   alepulver
26 Nov 2006 16:21:44
Original commit files touched by this commit  5.4.9
pav search for other commits by this committer
- Improve handling of C*FLAGS

Submitted by:   mi (adapted from)
16 May 2006 18:10:26
Original commit files touched by this commit  5.4.9
pav search for other commits by this committer
- Update pkg-message to match reality
12 May 2006 14:00:04
Original commit files touched by this commit  5.4.9
pav search for other commits by this committer
- Update to 5.4.9, a new suggested version
29 Apr 2006 10:46:23
Original commit files touched by this commit  5.4.7
pav search for other commits by this committer
- Update to 5.4.7
15 Mar 2006 13:48:58
Original commit files touched by this commit  5.2.15
pav search for other commits by this committer
- Unbreak when older version is installed

Reported by:    Rene Ladan <r.c.ladan@student.tue.nl>
15 Mar 2006 10:44:46
Original commit files touched by this commit  5.2.15
pav search for other commits by this committer
- Update to 5.2.15
- Take over maintainership
- Stop supporting this on FreeBSD 4.X

Approved by:    old maintainer (takeover)
20 Feb 2006 20:47:50
Original commit files touched by this commit  4.68.20050601_3
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
01 Feb 2006 22:46:10
Original commit files touched by this commit  4.68.20050601_3
edwin search for other commits by this committer
SHA256ify
APproved by: krion@
12 Jan 2006 12:54:32
Original commit files touched by this commit  4.68.20050601_3
sem search for other commits by this committer
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:             ports/90247
Submitted by:   Ermal Lu?i <eri--@albabsd.org>
15 Nov 2005 06:52:12
Original commit files touched by this commit  4.68.20050601_2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
05 Nov 2005 05:22:06
Original commit files touched by this commit  4.68.20050601_2
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
10 Jun 2005 18:00:54
Original commit files touched by this commit  4.68.20050601_1
pav search for other commits by this committer
Fix three small bugs in current version:

- files/boinc.sh was missing the "shutdown" rcorder tag
- files/patch-api-boinc_api.C fixes bug with CPU Time not showing in boincmgr
- files/patch-clientgui-ViewWork.cpp fixes bug with Progress not showing in
  boincmgr
- also some minor changes to Makefile and pkg-plist for consistency with the
  other boinc ports

PR:             ports/82054
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
02 Jun 2005 21:08:23
Original commit files touched by this commit  4.68.20050601
pav search for other commits by this committer
- Update to 20050601

Submitted by:   J.R. Oldroyd <jr@opal.com> (maintainer)
22 May 2005 00:03:16
Original commit files touched by this commit  4.67.20050320_1
pav search for other commits by this committer
- Fix build after recent wxgtk changes
- Detach sea subdirectory from build, it's not needed and it broke amd64/ia64

PR:             ports/81327
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
12 May 2005 20:35:23
Original commit files touched by this commit  4.67.20050320
krion search for other commits by this committer
Another fjoe victim which breaks INDEX build.
28 Apr 2005 17:29:57
Original commit files touched by this commit  4.67.20050320
pav search for other commits by this committer
- Mirror file locally, usual master site is down again

Requested by:   maintainer
11 Apr 2005 22:33:39
Original commit files touched by this commit  4.67.20050320
pav search for other commits by this committer
- Update to 4.67, now with GUI
  Use WITHOUT_X11 to disable it if you don't want it

PR:             ports/79348
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
28 Jan 2005 23:38:52
Original commit files touched by this commit  4.19
pav search for other commits by this committer
- Update to 4.19

PR:             ports/76716
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
26 Jan 2005 00:13:43
Original commit files touched by this commit  4.13_2
pav search for other commits by this committer
- Fix build on alpha/4.x

PR:             ports/76528
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
02 Jan 2005 00:43:53
Original commit files touched by this commit  4.13_2
kris search for other commits by this committer
Does not compile on alpha

Approved by:    portmgr (self)
15 Dec 2004 22:51:43
Original commit files touched by this commit  4.13_2
edwin search for other commits by this committer
ports/75117: update port: net/boinc-client - Makefile/plist correction
for when package is used

        Correction to the Makefile and pkg-plist to ensure proper
        creation and removal of the ${PREFIX}/boinc/projects directory
        when port is installed from a pre-compiled package.

PR:             ports/75117
Submitted by:   "J.R. Oldroyd" <fbsd@opal.com>
15 Dec 2004 05:14:36
Original commit files touched by this commit  4.13_1
edwin search for other commits by this committer
update port: net/boinc-client - fixes for FreeBSD 4.X and for 64-bit archs

        Update of boinc-client port to address issues with reentrancy
        problems on FreeBSD 4.x (malloc() called recursively) and also
        to address differences in rc.d files on 4.X.

        Update also fixes compilation problems on 64-bit architectures.

PR:             ports/75062
Submitted by:   J.R. Oldroyd <fbsd@opal.com>
21 Oct 2004 13:05:46
Original commit files touched by this commit  4.13
pav search for other commits by this committer
- Mark BROKEN: does not compile on 64-bit architectures

Reported by:    few
16 Oct 2004 19:29:31
Original commit files touched by this commit  4.13
pav search for other commits by this committer
Add boinc-client, Berkeley Open Infrastructure for Network Computing.

BOINC is a software platform for distributed computing using volunteer
computer resources.

Many different projects can use BOINC.  SETI@HOME, for example, has
been redesigned to use BOINC and the astro/boinc-setiathome port
supercedes the astro/setiathome port.

WWW: http://boinc.berkeley.edu/

PR:             ports/72714
Submitted by:   J.R. Oldroyd <fbsd@opal.com>

Number of commits found: 70

2864
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24536
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours10
new 7 days31
new fortnight62
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0