aboutsummaryrefslogtreecommitdiff
path: root/net/boinc-client
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-063-9/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-1/+1
| | | | Notes: svn path=/head/; revision=517008
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* net/boinc-client: Merge the two MANAGER_USES after r501369Tobias Kortkamp2019-05-131-3/+2
| | | | Notes: svn path=/head/; revision=501513
* - Add missing USESDmitry Marakasov2019-05-122-11/+7
| | | | | | | | | | | - Fix conditional USE_XORG - Switch to options helpers - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=501369
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* net/boinc-client: add USES=compiler:c++11-lang to fix GCC architectures.Larry Rosenman2018-12-041-2/+2
| | | | | | | | PR: 233750 Reported by: pkubaj@anongoth.pl Notes: svn path=/head/; revision=486598
* Cosmetic.Mark Linimon2018-09-181-2/+3
| | | | Notes: svn path=/head/; revision=480014
* net/boinc-client: actually get the real MAC addressLarry Rosenman2018-01-221-3/+37
| | | | Notes: svn path=/head/; revision=459634
* net/boinc-client: don't crash getting MAC address.Larry Rosenman2018-01-213-2/+14
| | | | | | | Reported by: thurners@nicsys.de Notes: svn path=/head/; revision=459631
* net/boinc-client: remove 2 lines from previous commit that I intended to delete.Larry Rosenman2018-01-181-2/+0
| | | | Notes: svn path=/head/; revision=459310
* net/boinc-client: fix NLS filesLarry Rosenman2018-01-182-9/+13
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=459309
* net/boinc-client: fix manager option depends, re-add manager default option ↵Larry Rosenman2018-01-171-5/+8
| | | | | | | | | | | | | | back. 1) BOINC manager needs wxWidgets 3.0.0 (since 7.4.0, see https://boinc.berkeley.edu/trac/wiki/SoftwarePrereqsUnix) 2) Files boincmgr.*.png are at the other place. PR: 225273 Reported by: olexander.v.melnyk@gmail.com Notes: svn path=/head/; revision=459282
* net/boinc-client: don't look for X11 libraries when X11 is not setLarry Rosenman2018-01-161-5/+12
| | | | | | | | PR: 225220 Submitted by: freebsd-bugzilla@in-addr.com Notes: svn path=/head/; revision=459197
* net/boinc-client: turn off default MANAGER option while I figure out why it'sLarry Rosenman2018-01-161-2/+2
| | | | | | | broken. Notes: svn path=/head/; revision=459148
* Fix a bug in USE_GITHUB code where a version with more than one / wasMathieu Arnold2018-01-152-6/+4
| | | | | | | | | not sanitized properly. Sponsored by: Absolight Notes: svn path=/head/; revision=459033
* net/boinc-client: include str_replace.h for setiathome v8Larry Rosenman2018-01-142-1/+3
| | | | Notes: svn path=/head/; revision=459000
* net/boinc-client: remove file that should have been deletedLarry Rosenman2018-01-141-20/+0
| | | | | | | Pointy Hat: ler Notes: svn path=/head/; revision=458995
* net/boinc-client: upgrade to 7.8.6Larry Rosenman2018-01-1411-83/+37
| | | | | | | | - move to GitHub - pet portlint Notes: svn path=/head/; revision=458988
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Take maintainership of these 2 ports.Larry Rosenman2017-01-181-1/+1
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=431817
* Remove libjpeg.so.11 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428135
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Implement clean deinstallationDmitry Marakasov2015-09-272-21/+43
| | | | | | | | - Drop 8.x support - Switch to options helpers Notes: svn path=/head/; revision=398054
* Convert to USES=jpegAntoine Brodin2015-06-221-1/+1
| | | | Notes: svn path=/head/; revision=390310
* Clean up pkg-plistRene Ladan2014-10-081-15/+0
| | | | | | | Requested by: bapt Notes: svn path=/head/; revision=370424
* Drop ftp://rene-ladan.nl/pub/ as mirror.Rene Ladan2014-10-071-3/+1
| | | | | | | While here use shorter form for "local" master sites. Notes: svn path=/head/; revision=370353
* - Convert to USES=autoreconfTijl Coosemans2014-10-051-45/+16
| | | | | | | | | | | | | - Use CXX compiler for OBJCXX so libtool recognises it. On FreeBSD 8 and 9 configure would set OBJCXX to g++ while CXX was c++. - Add NLS option - Add missing Xorg dependencies to MANAGER option - Combine post-extract, post-patch and post-configure into post-patch PR: 194068 Notes: svn path=/head/; revision=370048
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* net/boinc-client: Fix to detect virtualbox againJohn Marino2014-07-272-1/+25
| | | | | | | | | | | The virtualbox path detection code has been patched to work on FreeBSD. The PR submission was modified to avoid hardcoding /usr/local. PR: 188710 Submitted by: Lawrence Chen Notes: svn path=/head/; revision=363031
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-07-152-7/+6
| | | | Notes: svn path=/head/; revision=361990
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Use unicode version of wx 2.8Baptiste Daroussin2014-04-081-3/+3
| | | | Notes: svn path=/head/; revision=350628
* 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