aboutsummaryrefslogtreecommitdiffstats
path: root/astro/boinc-setiathome-enhanced
Commit message (Collapse)AuthorAgeFilesLines
* The FreeBSD x11 team proudly presentszeising2013-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!
* Fix instructions in pkg-message.rene2013-04-271-1/+1
| | | | | PR: ports/178195 Submitted by: Nicholas Godson <resistor@peakusage.net>
* Convert all a categories to USE=pkgconfigbapt2013-04-231-1/+1
| | | | While here trim some headers and convert some gnomehack to pathfix
* - remove empty OPTIONS_DEFAULTrene2013-03-251-3/+1
| | | | - portlint fixes
* Fix build on HEAD, this port uses GCC-specific vector code.rene2012-12-041-0/+1
| | | | Feature safe: yes
* Fix previous commit, chown does not like uninitialized variables.rene2012-10-081-1/+3
|
* Use the correct user:group for app_info.xmlrene2012-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
* Cleanup Makefile headers of my ports.rene2012-10-071-4/+1
| | | | Just use my login for ports I originally created myself.
* - Use pkgconf (build-time only) instead of pkgconfig (build and run-time)rene2012-08-261-2/+2
| | | | - Bump PORTREVISION to make sure the package database remains consistent
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-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.
* - Correct pkg-deinstall by using the correct sh syntax. The old syntaxrene2012-06-272-3/+3
| | | | | happened to work in some situations. - Bump PORTREVISION
* - convert to optionsNGrene2012-06-061-7/+11
| | | | | - strip version information from LIB_DEPENDS to pet portlint - include bsd.port.mk instead of bsd.port.{pre|post}.mk
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Adjust BOINC_* variables to be consistent with new system in boinc-clientpav2012-05-165-16/+16
|
* Fix build (boinc-client 7.0.25_2 or higher required).rene2012-04-242-1/+11
| | | | | PR: ports/167034 (prompted) Submitted by: Larry Rosenman [ler lerctr!org]
* Attempt to fix build on powerpc.rene2011-12-062-1/+16
| | | | | Idea from: bf@ Feature safe: yes
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-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
* - Fix m4 script so that shells/bash is no longer required.rene2011-03-142-4/+14
| | | | - Bump PORTREVISION
* - Update astro/boinc-setiathome-enhanced to 6.12 (SVN r1008)rene2011-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.
* Improve Makefile logic: instead of breaking the port whenrene2011-02-011-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
* - switch to dynamically generated app_info.xml, so that this port canrene2011-01-248-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
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Try to fix build on ia64 by explicitly including sys/types.h beforerene2010-10-234-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
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
|
* Purge 3 outdated, old-and-busted, versions of automake as part ofade2010-09-231-1/+1
| | | | | | ongoing cleanup to find sanity in the world. Feature safe: yes (surprisingly)
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Fix "pkg_delete" problem after LICENSE knob issue found.osa2010-06-202-1/+3
| | | | | | | Feature safe: yes Spotted by: itetcu Approved by: rene (maintainer) via #bsdports
* These ports are GPLv2-licensedrene2010-06-141-0/+3
| | | | | Approved by: tabthorpe (mentor) Feature safe: yes
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+2
|
* Unbreak on sparc64 by using "-mtune=native" only on i386 and amd64rene2009-09-221-4/+1
| | | | | | Approved by: kwm Obtained from: kwm Feature safe: yes
* - Fix: app_info.xml need to be installed regardless of X11 optionpav2009-09-181-1/+1
| | | | | Submitted by: rene (maintainer) Feature safe: yes
* * Update setiathome client to 6.08rene2009-09-169-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
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* - Chase libxcb/xcb-proto updatedhn2009-06-151-1/+1
| | | | - Bump PORTREVSION
* Mark as broken on sparc64-7.linimon2009-03-181-0/+6
|
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-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).
* - Update to 6.03pav2008-12-296-98/+123
| | | | | | | - Add astropulse 5.00 PR: ports/129976 Submitted by: rene (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* Mark as broken on sparc64: does not install.linimon2008-02-011-1/+7
|
* - Update WWW.jmelo2008-01-311-1/+1
|
* - Update MASTER_SITES.jmelo2008-01-311-1/+1
| | | | | PR: ports/119193 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* Clean-up the Makefile -- this was supposed to be done in the previousmi2008-01-071-7/+1
| | | | commit...
* Patch the vendor's configure to properly detect amd64 (rather thanmi2008-01-072-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)
* - Unbroken, except on amd64 (temporarily, fixing is on going)lwhsu2007-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)
* - Marked Broken Does not buildmiwi2007-09-121-0/+2
| | | | Submitted by: pointyhat via pav
* - File was rerolled for build fix under 7.Xmiwi2007-09-052-3/+4
| | | | | | | - Bump PORTREVISION Submitted by: pointyhat via pav maintainer via privat mail
* - Update to 5.27miwi2007-08-234-21/+8
| | | | | PR: 115449 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Decouple the logic to use mfpmath={i387|sse} from the -mARCH logic. Thispav2007-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)
* Fix compilation with gcc 4.x.shaun2006-12-271-0/+12
| | | | | PR: ports/106995 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - Update to 5.13pav2006-07-316-51/+81
| | | | | | | - Compile from source PR: ports/101022 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - Move documents to DOCSDIRpav2006-07-152-13/+18
| | | | | PR: ports/100301 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - Add note for amd64/6.X userspav2006-05-253-14/+31
| | | | Approved by: maintainer
* - Update to 5.12pav2006-05-225-20/+23
| | | | | | | - Install as a main setiathome project PR: ports/97601 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - Update maintainer's addresspav2006-04-091-1/+1
| | | | | PR: ports/95524 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* SETI - Search for Extra-Terrestrial Intelligence -- Enhanced versionpav2006-03-285-0/+87
Use your unused CPU cycles to aid in computations analyzing radio telescope information for possible signs of ET. The Enhanced version is still beta, but this is mainly for administrative reasons. This version is a FreeBSD binary built by Stefan Urbat for Pentium II or AMD K6 CPUs and higher (requires MMX instructions). WWW: http://www.lb.shuttle.de/apastron/boincDown.shtml#freebsd PR: ports/94980 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>