aboutsummaryrefslogtreecommitdiff
path: root/astro/boinc-setiathome-enhanced
Commit message (Collapse)AuthorAgeFilesLines
* Remove:Rene Ladan2013-10-2115-327/+0
| | | | | | | astro/boinc-setiathome-enhanced: Project is switching, use astro/boinc-setiathome-v7 instead Notes: svn path=/head/; revision=331188
* Partially fix build on CURRENT, linking still fails.Rene Ladan2013-09-261-4/+6
| | | | Notes: svn path=/head/; revision=328341
* This port needs root credentials while packaging.Rene Ladan2013-09-241-0/+2
| | | | Notes: svn path=/head/; revision=328154
* Remove a now useless post-install target.Rene Ladan2013-09-241-3/+0
| | | | | | | Submitted by: bapt via irc Notes: svn path=/head/; revision=328120
* Oops, these two ports only conflict if they install the screen saver.Rene Ladan2013-09-231-2/+1
| | | | Notes: svn path=/head/; revision=328055
* Register mutual conflictsRene Ladan2013-09-231-0/+2
| | | | Notes: svn path=/head/; revision=328052
* - Add staging support (tested with 'make makeplist')Rene Ladan2013-09-231-7/+8
| | | | | | | | - Convert an optional LIB_DEPENDS to the new syntax - Wrap some long lines Notes: svn path=/head/; revision=328046
* Let my ports pass 'make check-sanity' by using modern LIB_DEPENDSRene Ladan2013-09-231-1/+1
| | | | Notes: svn path=/head/; revision=328021
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* net/boinc-client :Rene Ladan2013-09-183-0/+39
| | | | | | | | | | | | | | | | | | | | | - 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
* Fix build with libc++Rene Ladan2013-09-151-2/+2
| | | | Notes: svn path=/head/; revision=327358
* Mark deprecated, the project is switching to the astro/boinc-setiathome-v7Rene Ladan2013-07-241-0/+2
| | | | | | | client. Notes: svn path=/head/; revision=323589
* Convert to USES=gmakeRene Ladan2013-07-181-2/+1
| | | | Notes: svn path=/head/; revision=323217
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Fix instructions in pkg-message.Rene Ladan2013-04-271-1/+1
| | | | | | | | PR: ports/178195 Submitted by: Nicholas Godson <resistor@peakusage.net> Notes: svn path=/head/; revision=316657
* Convert all a categories to USE=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | | | | While here trim some headers and convert some gnomehack to pathfix Notes: svn path=/head/; revision=316309
* - remove empty OPTIONS_DEFAULTRene Ladan2013-03-251-3/+1
| | | | | | | - portlint fixes Notes: svn path=/head/; revision=315209
* Fix build on HEAD, this port uses GCC-specific vector code.Rene Ladan2012-12-041-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308233
* Fix previous commit, chown does not like uninitialized variables.Rene Ladan2012-10-081-1/+3
| | | | Notes: svn path=/head/; revision=305532
* Use the correct user:group for app_info.xmlRene Ladan2012-10-081-0/+1
| | | | | | | | | This was root:wheel before, make it boinc:nobody for consistency with the rest of the port and with astro/boinc-astropulse. Submitted by: Andrey Simonenko via #bsdports Notes: svn path=/head/; revision=305530
* Cleanup Makefile headers of my ports.Rene Ladan2012-10-071-4/+1
| | | | | | | Just use my login for ports I originally created myself. Notes: svn path=/head/; revision=305446
* - Use pkgconf (build-time only) instead of pkgconfig (build and run-time)Rene Ladan2012-08-261-2/+2
| | | | | | | - Bump PORTREVISION to make sure the package database remains consistent Notes: svn path=/head/; revision=303183
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Correct pkg-deinstall by using the correct sh syntax. The old syntaxRene Ladan2012-06-262-3/+3
| | | | | | | | happened to work in some situations. - Bump PORTREVISION Notes: svn path=/head/; revision=300034
* - convert to optionsNGRene Ladan2012-06-051-7/+11
| | | | | | | | - strip version information from LIB_DEPENDS to pet portlint - include bsd.port.mk instead of bsd.port.{pre|post}.mk Notes: svn path=/head/; revision=298505
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Adjust BOINC_* variables to be consistent with new system in boinc-clientPav Lucistnik2012-05-165-16/+16
| | | | Notes: svn path=/head/; revision=296773
* Fix build (boinc-client 7.0.25_2 or higher required).Rene Ladan2012-04-232-1/+11
| | | | | | | | PR: ports/167034 (prompted) Submitted by: Larry Rosenman [ler lerctr!org] Notes: svn path=/head/; revision=295343
* Attempt to fix build on powerpc.Rene Ladan2011-12-052-1/+16
| | | | | | | | Idea from: bf@ Feature safe: yes Notes: svn path=/head/; revision=286950
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-1/+1
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* - Fix m4 script so that shells/bash is no longer required.Rene Ladan2011-03-132-4/+14
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=270803
* - Update astro/boinc-setiathome-enhanced to 6.12 (SVN r1008)Rene Ladan2011-03-138-83/+39
| | | | | | | | | | | | | | | - Update astro/boinc-astropulse to SVN r868 - Switch to xz compression - Remove patches integrated upstream The two ports are committed in one go because boinc-astropulse depends on the source code of boinc-setiathome-enhanced, i.e. boinc-astropulse/files/patch-legacy-server__db__ap_schema.cpp can must be present for the old version of boinc-setiathome-enhanced but not for the new version. Notes: svn path=/head/; revision=270792
* Improve Makefile logic: instead of breaking the port whenRene Ladan2011-01-311-5/+3
| | | | | | | | | | libboinc_graphics2.a is not found and the X11 option is selected, include it as a build dependency (which had a hardcoded trigger before). Feature safe: yes Notes: svn path=/head/; revision=268507
* - switch to dynamically generated app_info.xml, so that this port canRene Ladan2011-01-238-67/+72
| | | | | | | | | | | | | | | | | peacefully coexist with the upcoming astro/boinc-astropulse - pass ${NONEXISTENT} to BOINCDIR in the CONFIGURE_ENV, this speeds up the configuration phase [1] - pass --disable-altivec to configure instead of patching client/Makefile.am and m4/optimizations.m4 - drop support for 6.X and MD5 checksum - cleanup Makefile and files/pkg-message.in - bump PORTREVISION Submitted by: Edward Sanford Sutton III [mirror176 cox.net] [1] Feature safe: yes Notes: svn path=/head/; revision=268140
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Try to fix build on ia64 by explicitly including sys/types.h beforeRene Ladan2010-10-224-2/+59
| | | | | | | | | | | | sys/systm.h - Try to fix build on powerpc by turning off altivec optimizations, which the system compiler does not support yet Obtained from: pointyhat error logs Suggested by: kwm Notes: svn path=/head/; revision=263461
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Purge 3 outdated, old-and-busted, versions of automake as part ofAde Lovett2010-09-231-1/+1
| | | | | | | | | ongoing cleanup to find sanity in the world. Feature safe: yes (surprisingly) Notes: svn path=/head/; revision=261660
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Fix "pkg_delete" problem after LICENSE knob issue found.Sergey A. Osokin2010-06-202-1/+3
| | | | | | | | | | Feature safe: yes Spotted by: itetcu Approved by: rene (maintainer) via #bsdports Notes: svn path=/head/; revision=256762
* These ports are GPLv2-licensedRene Ladan2010-06-131-0/+3
| | | | | | | | Approved by: tabthorpe (mentor) Feature safe: yes Notes: svn path=/head/; revision=256488
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* Unbreak on sparc64 by using "-mtune=native" only on i386 and amd64Rene Ladan2009-09-211-4/+1
| | | | | | | | | Approved by: kwm Obtained from: kwm Feature safe: yes Notes: svn path=/head/; revision=241894
* - Fix: app_info.xml need to be installed regardless of X11 optionPav Lucistnik2009-09-181-1/+1
| | | | | | | | Submitted by: rene (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241656
* * Update setiathome client to 6.08Rene Ladan2009-09-159-115/+147
| | | | | | | | | | | | * Remove astropulse client which is too old for the current work units PR: ports/138825 Submitted by: rene Approved by: pav Feature safe: yes Notes: svn path=/head/; revision=241485
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Chase libxcb/xcb-proto updateDennis Herrmann2009-06-141-1/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=235828
* Mark as broken on sparc64-7.Mark Linimon2009-03-181-0/+6
| | | | Notes: svn path=/head/; revision=230342