aboutsummaryrefslogtreecommitdiff
path: root/astro/boinc-setiathome-enhanced
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+2
| | | | | | | | | | | - 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). Notes: svn path=/head/; revision=226727
* - Update to 6.03Pav Lucistnik2008-12-286-98/+123
| | | | | | | | | | - Add astropulse 5.00 PR: ports/129976 Submitted by: rene (maintainer) Notes: svn path=/head/; revision=224913
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214428
* Mark as broken on sparc64: does not install.Mark Linimon2008-02-011-1/+7
| | | | Notes: svn path=/head/; revision=206540
* - Update WWW.Jean Milanez Melo2008-01-311-1/+1
| | | | Notes: svn path=/head/; revision=206511
* - Update MASTER_SITES.Jean Milanez Melo2008-01-311-1/+1
| | | | | | | | PR: ports/119193 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=206504
* Clean-up the Makefile -- this was supposed to be done in the previousMikhail Teterin2008-01-061-7/+1
| | | | | | | commit... Notes: svn path=/head/; revision=205112
* Patch the vendor's configure to properly detect amd64 (rather thanMikhail Teterin2008-01-062-1/+10
| | | | | | | | | | | | | | x86_64). This should unbreak the port for amd64 on all releases. Also affects: PR: ports/117077 Approved by: maintainer (Rene Ladan) Approved by: last committer (lwhsu) Notes: svn path=/head/; revision=205111
* - Unbroken, except on amd64 (temporarily, fixing is on going)Li-Wen Hsu2007-10-062-8/+12
| | | | | | | | | | | | | | | | | | Changes: * reroll the distfile (the generated Makefile in work/boinc-setiathome-5.27/client contained rules to compile the uninstalled test utility hires_timer_test, for which the linkage failed on pointyhat. Remove these rules and reroll the distfile.) * update distinfo * increase PORTREVISION * while here fix a typo in a URL PR: ports/116318 Submitted by: Rene Ladan <r.c.ladan AT gmail.com> (maintainer) Notes: svn path=/head/; revision=201001
* - Marked Broken Does not buildMartin Wilke2007-09-111-0/+2
| | | | | | | Submitted by: pointyhat via pav Notes: svn path=/head/; revision=199347
* - File was rerolled for build fix under 7.XMartin Wilke2007-09-042-3/+4
| | | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat via pav maintainer via privat mail Notes: svn path=/head/; revision=198762
* - Update to 5.27Martin Wilke2007-08-234-21/+8
| | | | | | | | PR: 115449 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=198183
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Decouple the logic to use mfpmath={i387|sse} from the -mARCH logic. ThisPav Lucistnik2007-02-051-5/+10
| | | | | | | | | | prevents passing " ... -mfpmath=sse ... -mfpmath=387 ... " to the compiler. PR: ports/108683 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=184213
* Fix compilation with gcc 4.x.Shaun Amott2006-12-271-0/+12
| | | | | | | | PR: ports/106995 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=180835
* - Update to 5.13Pav Lucistnik2006-07-306-51/+81
| | | | | | | | | | - Compile from source PR: ports/101022 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=169142