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
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.
- 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
- 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.
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
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
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
- 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).
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)
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)
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)