Created attachment 227156 [details] v1 There's several changes from 1.9.0. The changelog is here: https://github.com/libretro/RetroArch/blob/master/CHANGES.md One particular modification from 1.9.0: I've removed pulseaudio from default options. Pulseaudio isn't a requirement for retroarch to work, so it could be used as an available option instead of marked as default.
Hm, where did the cfg.bak come from? We probably don't need to package itβ¦
Created attachment 227159 [details] v2 (In reply to Greg V from comment #1) Yeah it's something retroarch is generating, I'm not sure why. I forgot to remove it again after my tests.
Builds and runs fine. Probably a good idea to update games/retroarch-assets and games/libretro-core-info also.
(In reply to Daniel Menelkir from comment #0) I think PORTREVISION should be removed?
Created attachment 227233 [details] v3 (In reply to Greg V from comment #3) I'll create new PR for them shortly. (In reply to Guangyuan Yang from comment #4) Fixed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=76215562858cbeb4aff214019c7898b3c52bd2c6 commit 76215562858cbeb4aff214019c7898b3c52bd2c6 Author: Daniel Menelkir <menelkir@itroll.org> AuthorDate: 2021-08-16 09:16:26 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-08-16 09:16:26 +0000 games/retroarch: Update to 1.9.7 Changelog: https://github.com/libretro/RetroArch/blob/master/CHANGES.md#197 PR: 257806 Approved by: Greg V <greg@unrelenting.technology> (maintainer) games/retroarch/Makefile | 12 +++++------- games/retroarch/distinfo | 6 +++--- ...-deps_glslang_glslang_glslang_Include_PoolAlloc.h (gone) | 12 ------------ games/retroarch/files/patch-input_input__keymaps.c (gone) | 13 ------------- .../files/patch-libretro-common_net_net__ifinfo.c (gone) | 11 ----------- games/retroarch/pkg-plist | 2 +- 6 files changed, 9 insertions(+), 47 deletions(-)
Committed, thanks!