> eg++: error: unrecognized command line option '-fconstexpr-steps=2000000'; did you mean '-fconstexpr-depth='?
> gmake: *** [build/main.mk:500: derived/sparc-openbsd-opt/obj/Autofire.cc.o] Error 1
main.mk looks at CXX to decide whether it is clang or gcc, which does
not work since we (always?) pass CXX=c++ which is then the usual symlink
in ${WRKDIR}/bin/ to CHOSEN_COMPILER.
Pass our choice and use that to decide.
Builds/packages fine on amd64 and sparc64.
Zap default python version while here.
OK sthen
Notable changes since 1.28.0-UNSTABLE:
Added support for playing the SCSP-generated music from most Sega Model 2A, 2B,
2C, and 3 arcade games.
PCE: Fixed a memory initialization bug that could cause graphics glitches after
the explosion of the first boss in "R-Type".
PCE, PCE-Fast: Fixed unreadable black letters in "Order of the Griffon"'s
password entry screen.
SNES: Fixed broken emulation on little-endian PPC64 due to endianness
misdetection.
SNES-Faust: Fixed S-DSP pitch modulation being half as strong as it should be.
VB: Fixed a VSU modulation emulation inaccuracy that severely distorted some
sound effects in "Virtual Boy Wario Land".
Add ONLY_FOR_ARCHS with a list of architectures that support JIT.
Keep ONLY_FOR_ARCHS = ${BE_ARCHS} for documentation support even if it
is now redundant. Maintainer holid^Wtimeout.
dropped dependency on libsndfile since this version uses libFLAC only, also
removed a few other libs from WANTLIB since they are also not necessary
according to `make lib-depends-check'
tested by Micah Muer < micah at fastmail.net >
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.
lang/ghc bits look ok to gnezdo@
ok sthen@ on the rest