PR: 244568
Submitted by: Joachim Werner <jockl at pianojockl.org> (maintainer)
Reported by: Joachim Werner <jockl at pianojockl.org> (maintainer)
Approved by: maintainer (implicit)
MFH: 2020Q2
Openlook and Xview have been scheduledfor deorbit for their lack of
64-bit support. This commit also deprecates and expires ports that
depend on Xview.
Reported by: antoine
Thanked by: mcl
While Bay12 works on getting DF to Steam, there are still traditional
releases going on. This update jumps from 44.12 (july 2018) to 47.04
(february 2020) with a ton of (mostly adventuring mode) fixes and
extensions.
Sound is still disabled, in the package, because the linuxy bits can't
dynamically load the sound library.
Strike the earth!
src/subsim.cpp:1739:2: error: reference to 'thread' is ambiguous
thread::auto_ptr<music> mmusic(new music(use_sound));
^
src/thread.h:37:7: note: candidate found by name lookup is 'thread'
class thread
^
/usr/include/c++/v1/__threading_support:397:24: note: candidate found by name lookup is 'std::__1::thread'
class _LIBCPP_TYPE_VIS thread;
^
2 warnings and 1 error generated.
http://beefy6.nyi.freebsd.org/data/121amd64-default/529299/logs/errors/dangerdeep-0.3.0_14.log
list so sed(1) would only edit necessary files, not every *.[ch]
- Add missing USE_XORG components, remove banal comment, and update
WWW line in the port description while I'm here
Clean-up some stage QA warnings/issues while I'm here:
* Fix pkg-plist issues if the MP3 option is set to off.
* Add "iconv" to USES as scummvm is linked against libiconv.so.
* Also add "--disable-ogg" to VORBIS_CONFIGURE_OFF if the VORBIS option is
set to off. Otherwise scummvm is linked against "libogg.so" which is a
dependency of the VORBIS option but "libogg.so" is already pulled in via
the non-conditional "libtheoradec.so".
Changelog:
https://www.scummvm.org/news/20200131/
PR: 244272
Approved by: maintainer timeout (4+ weeks)
MFH: 2020Q1 (blanket: bug/regression fixes)
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
the FreeBSD version
Users on FreeBSD11 must therefore change their pkg orign à la:
pkg set -o devel/qca:devel/qca-legacy
PR: 244682
Exp-run by: antoine
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D24042
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).
PR: 226980
Reviewed by: jbeich (earlier version)
Differential Revision: https://reviews.freebsd.org/D23030