Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.12_7 21 Oct 2013 20:25:24 |
rene |
Remove:
astro/boinc-setiathome-enhanced: Project is switching, use
astro/boinc-setiathome-v7 instead |
6.12_7 26 Sep 2013 08:51:49 |
rene |
Partially fix build on CURRENT, linking still fails. |
6.12_7 24 Sep 2013 16:14:44 |
rene |
This port needs root credentials while packaging. |
6.12_7 24 Sep 2013 12:02:02 |
rene |
Remove a now useless post-install target.
Submitted by: bapt via irc |
6.12_7 23 Sep 2013 21:23:29 |
rene |
Oops, these two ports only conflict if they install the screen saver. |
6.12_7 23 Sep 2013 21:15:44 |
rene |
Register mutual conflicts |
6.12_7 23 Sep 2013 20:32:23 |
rene |
- Add staging support (tested with 'make makeplist')
- Convert an optional LIB_DEPENDS to the new syntax
- Wrap some long lines |
6.12_7 23 Sep 2013 16:42:31 |
rene |
Let my ports pass 'make check-sanity' by using modern LIB_DEPENDS |
6.12_7 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
6.12_7 18 Sep 2013 13:48:20 |
rene |
net/boinc-client :
- 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] |
6.12_7 15 Sep 2013 21:36:20 |
rene |
Fix build with libc++ |
6.12_7 24 Jul 2013 10:21:43 |
rene |
Mark deprecated, the project is switching to the astro/boinc-setiathome-v7
client. |
6.12_7 18 Jul 2013 10:28:49 |
rene |
Convert to USES=gmake |
6.12_7 25 May 2013 14:37:03 |
zeising |
The FreeBSD x11 team proudly presents
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
(Only the first 15 lines of the commit message are shown above ) |
6.12_7 27 Apr 2013 09:33:05 |
rene |
Fix instructions in pkg-message.
PR: ports/178195
Submitted by: Nicholas Godson <resistor@peakusage.net> |
6.12_7 23 Apr 2013 06:26:32 |
bapt |
Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix |
6.12_7 25 Mar 2013 10:09:40 |
rene |
- remove empty OPTIONS_DEFAULT
- portlint fixes |
6.12_7 04 Dec 2012 11:07:13 |
rene |
Fix build on HEAD, this port uses GCC-specific vector code.
Feature safe: yes |
6.12_7 08 Oct 2012 12:20:40 |
rene |
Fix previous commit, chown does not like uninitialized variables. |
6.12_7 08 Oct 2012 11:59:40 |
rene |
Use the correct user:group for app_info.xml
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 |
6.12_7 07 Oct 2012 09:11:51 |
rene |
Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself. |
6.12_7 26 Aug 2012 09:51:03 |
rene |
- Use pkgconf (build-time only) instead of pkgconfig (build and run-time)
- Bump PORTREVISION to make sure the package database remains consistent |
6.12_6 04 Aug 2012 22:52:04 |
kwm |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
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. |
6.12_5 26 Jun 2012 18:28:39 |
rene |
- Correct pkg-deinstall by using the correct sh syntax. The old syntax
happened to work in some situations.
- Bump PORTREVISION |
6.12_4 05 Jun 2012 18:27:14 |
rene |
- convert to optionsNG
- strip version information from LIB_DEPENDS to pet portlint
- include bsd.port.mk instead of bsd.port.{pre|post}.mk |
6.12_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
6.12_3 16 May 2012 13:46:30 |
pav |
- Adjust BOINC_* variables to be consistent with new system in boinc-client |
6.12_3 23 Apr 2012 21:00:55 |
rene |
Fix build (boinc-client 7.0.25_2 or higher required).
PR: ports/167034 (prompted)
Submitted by: Larry Rosenman [ler lerctr!org] |
6.12_2 05 Dec 2011 23:56:02 |
rene |
Attempt to fix build on powerpc.
Idea from: bf@
Feature safe: yes |
6.12_2 17 Oct 2011 10:08:33 |
bf |
- update fftw3* to 3.3 [1], and adjust dependent ports
- 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 |
6.12_1 13 Mar 2011 16:05:36 |
rene |
- Fix m4 script so that shells/bash is no longer required.
- Bump PORTREVISION |
6.12 13 Mar 2011 14:21:03 |
rene |
- Update astro/boinc-setiathome-enhanced to 6.12 (SVN r1008)
- 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. |
6.08_4 31 Jan 2011 22:10:40 |
rene |
Improve Makefile logic: instead of breaking the port when
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 |
6.08_4 23 Jan 2011 21:10:09 |
rene |
- switch to dynamically generated app_info.xml, so that this port can
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 |
6.08_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
6.08_3 22 Oct 2010 23:50:58 |
rene |
- Try to fix build on ia64 by explicitly including sys/types.h before
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 |
6.08_3 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
6.08_3 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
6.08_3 23 Sep 2010 00:40:50 |
ade |
Purge 3 outdated, old-and-busted, versions of automake as part of
ongoing cleanup to find sanity in the world.
Feature safe: yes (surprisingly) |
6.08_3 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
6.08_2 20 Jun 2010 14:08:14 |
osa |
Fix "pkg_delete" problem after LICENSE knob issue found.
Feature safe: yes
Spotted by: itetcu
Approved by: rene (maintainer) via #bsdports |
6.08_2 13 Jun 2010 20:03:15 |
rene |
These ports are GPLv2-licensed
Approved by: tabthorpe (mentor)
Feature safe: yes |
6.08_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
6.08_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
6.08 21 Sep 2009 21:01:57 |
rene |
Unbreak on sparc64 by using "-mtune=native" only on i386 and amd64
Approved by: kwm
Obtained from: kwm
Feature safe: yes |
6.08 18 Sep 2009 14:34:21 |
pav |
- Fix: app_info.xml need to be installed regardless of X11 option
Submitted by: rene (maintainer)
Feature safe: yes |
6.08 15 Sep 2009 21:37:57 |
rene |
* Update setiathome client to 6.08
* Remove astropulse client which is too old for the current work units
PR: ports/138825
Submitted by: rene
Approved by: pav
Feature safe: yes |
6.03.5.00_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
6.03.5.00_2 14 Jun 2009 22:23:55 |
dhn |
- Chase libxcb/xcb-proto update
- Bump PORTREVSION |
6.03.5.00_1 18 Mar 2009 04:34:03 |
linimon |
Mark as broken on sparc64-7. |
6.03.5.00_1 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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). |
6.03.5.00 28 Dec 2008 18:20:19 |
pav |
- Update to 6.03
- Add astropulse 5.00
PR: ports/129976
Submitted by: rene (maintainer) |
5.27_3 06 Jun 2008 13:02:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
5.27_2 01 Feb 2008 06:37:17 |
linimon |
Mark as broken on sparc64: does not install. |
5.27_2 31 Jan 2008 14:41:51 |
jmelo |
- Update WWW. |
5.27_2 31 Jan 2008 13:12:30 |
jmelo |
- Update MASTER_SITES.
PR: ports/119193
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
5.27_2 06 Jan 2008 18:02:13 |
mi |
Clean-up the Makefile -- this was supposed to be done in the previous
commit... |
5.27_2 06 Jan 2008 18:00:46 |
mi |
Patch the vendor's configure to properly detect amd64 (rather than
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) |
5.27_2 06 Oct 2007 15:36:58 |
lwhsu |
- Unbroken, except on amd64 (temporarily, fixing is on going)
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) |
5.27_1 11 Sep 2007 23:11:24 |
miwi |
- Marked Broken Does not build
Submitted by: pointyhat via pav |
5.27_1 04 Sep 2007 21:47:07 |
miwi |
- File was rerolled for build fix under 7.X
- Bump PORTREVISION
Submitted by: pointyhat via pav
maintainer via privat mail |
5.27 23 Aug 2007 10:58:59 |
miwi |
- Update to 5.27
PR: 115449
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
5.13_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
5.13 05 Feb 2007 01:16:39 |
pav |
Decouple the logic to use mfpmath={i387|sse} from the -mARCH logic. This
prevents passing " ... -mfpmath=sse ... -mfpmath=387 ... " to the compiler.
PR: ports/108683
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
5.13 27 Dec 2006 03:56:37 |
shaun |
Fix compilation with gcc 4.x.
PR: ports/106995
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
5.13 30 Jul 2006 19:20:53 |
pav |
- Update to 5.13
- Compile from source
PR: ports/101022
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
5.12 14 Jul 2006 20:34:22 |
pav |
- Move documents to DOCSDIR
PR: ports/100301
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
5.12 25 May 2006 12:28:57 |
pav |
- Add note for amd64/6.X users
Approved by: maintainer |
5.12 22 May 2006 12:09:42 |
pav |
- Update to 5.12
- Install as a main setiathome project
PR: ports/97601
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
5.05 08 Apr 2006 23:11:00 |
pav |
- Update maintainer's address
PR: ports/95524
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
5.05 27 Mar 2006 20:39:48 |
pav |
SETI - Search for Extra-Terrestrial Intelligence -- Enhanced version
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> |