summaryrefslogtreecommitdiff
path: root/net/boinc-client
AgeCommit message (Collapse)Author
2005-11-15Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett
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.
2005-11-05Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke
2005-06-10Fix three small bugs in current version:Pav Lucistnik
- 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)
2005-06-02- Update to 20050601Pav Lucistnik
Submitted by: J.R. Oldroyd <jr@opal.com> (maintainer)
2005-05-22- Fix build after recent wxgtk changesPav Lucistnik
- 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)
2005-05-12Another fjoe victim which breaks INDEX build.Kirill Ponomarev
2005-04-28- Mirror file locally, usual master site is down againPav Lucistnik
Requested by: maintainer
2005-04-11- Update to 4.67, now with GUIPav Lucistnik
Use WITHOUT_X11 to disable it if you don't want it PR: ports/79348 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
2005-01-28- Update to 4.19Pav Lucistnik
PR: ports/76716 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
2005-01-26- Fix build on alpha/4.xPav Lucistnik
PR: ports/76528 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
2005-01-02Does not compile on alphaKris Kennaway
Approved by: portmgr (self)
2004-12-15ports/75117: update port: net/boinc-client - Makefile/plist correctionEdwin Groothuis
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>
2004-12-15update port: net/boinc-client - fixes for FreeBSD 4.X and for 64-bit archsEdwin Groothuis
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>
2004-10-21- Mark BROKEN: does not compile on 64-bit architecturesPav Lucistnik
Reported by: few
2004-10-16Add boinc-client, Berkeley Open Infrastructure for Network Computing.Pav Lucistnik
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>