Notable changes:
- Switch MASTER_SITES to GitHub
- Add --disable-rserial to CONFIGURE_ARGS, this disables support for
using the host serial port with the R: networking device, which breaks
the build in this version
No longer runs Saturn games, even after updating to the latest version.
These days, Saturn can be emulated to mednafen, and users are encouraged
to switch to that.
OK fcambus@
- limit the use of an asm optimisation for `std::sqrt()' to x86 archs,
since it breaks the build everywhere else.
- remove `-fopenmp' for base-gcc archs; it breaks the build on them
- remove `-Wno-c++11-narrowing' from CXXFLAGS; no occurrence of it has
been found, and such warning is notably useful for arm* and powerpc.
Tested on sparc64 (kmos@), macppc and amd64 (me).
OK kmos@
We can remove the patch for src/gba/GBAcpu.h as the regparm function
attribute is now only defined on i386 and amd64, even if it is only
useful on i386.
While there, update HOMEPAGE to HTTPS.
OK bentley@
This time the culprit is DRI3 message passing, which requires sendfd.
The mgba pledge is now:
stdio rpath wpath cpath fattr sendfd prot_exec drm audio
Reported by thfr@ who has a nicer graphics card than I do.
Don't bump REVISION as retroarch has never been built on macppc,
and this change impacts only this arch (hint from sthen@).
OK sthen@ bentley@ (maintainer)
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.
ok sthen@, jca@
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into
the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed