Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ecb1d432 | 2025-11-10 14:01:49 | Update to openmsx-21.0. | ||
| 1e1d222c | 2025-09-18 15:39:14 | Update to openmsx-20.0. | ||
| 7fe40881 | 2024-10-08 04:49:03 | Mark BROKEN-sparc64 since ports-gcc doesn't know std=c++20 and ports-clang doesn't work either | ||
| f3d8779e | 2024-05-06 12:23:30 | bump REVISION for py3.10 -> py3.11 switch | ||
| ad427d58 | 2024-04-14 16:05:04 | Update openmsx to 19.1. | ||
| 3490df95 | 2023-09-21 13:10:25 | ->SITES | ||
| 06ebc532 | 2022-03-11 18:59:33 | drop RCS Ids | ||
| a5b2982e | 2022-02-12 13:36:18 | Fix compiler detection to fix sparc64 build > 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 | ||
| 9d130911 | 2021-08-06 08:02:10 | update to 17.0 this is two major releases ahead of what we had before so the full release notes can be found on the links below. https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_16_0/doc/release-notes.txt https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_17_0/doc/release-notes.txt cluebat stick, testing on riscv64 and ok provided by jca@ | ||
| 8dd53118 | 2021-08-01 00:18:05 | Add riscv64 support |