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
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.
- 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>
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.
- 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)
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>
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>
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>