IABSD.fr/ports/emulators

Branch :


Log

Author Commit Date CI Message
25f0e460 2018-10-24 14:27:57 Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit.
de94a505 2018-10-01 19:52:41 replace references to rtadvd(8) with rad(8); from Caspar Schutijser
163bdc09 2018-09-27 10:43:14 Update mame to 0.202.
14cb9b30 2018-09-27 09:13:02 Disable HardSID support, this should hopefully fix the build on arm64.
70a6c5ec 2018-09-20 16:32:12 When mixing C and C++ code, we need to link with c++(1). Actually, upstream does this right. ok bentley@
f9d3041b 2018-09-09 07:59:23 Update advancemame to 3.9.
81854473 2018-09-08 23:08:39 Update to mednafen 1.12.3 Upstream now requires SDL2, so make the necessary adjustments. Upstream added an openbsd sound driver, but it doesn't use the sndio API, so switch the default sound driver to sdl which does use sndio. Make the openbsd driver still work by default by defaulting the audio device to /dev/audio0 in that case. Both the sound driver and sound device are configurable in the mednafen configuration file. Based on a patch from anthk@disroot.org Sound issues pointed out by Bryan Linton <bl@shoshoni.info> Feedback from ratchov@ OK bentley@
dacb48dc 2018-09-05 07:01:50 - Add a patch for the virtio crashing issue - Remove a patch no longer necessary from Brad (maintainer)
f4b7f813 2018-09-04 12:46:09 convert to PKGSTEM
e3bfc620 2018-09-02 16:41:40 Update dolphin to 5.0.0.20180901 and add missing BDEP+RDEP on devel/llvm, noticed by aja@ during bulk build. Tested by me and Charlene Wendling, valuable input on handling dep on llvm by bcallah@, ok aja@