[Bug 274783] emulators/mame: Update to 0.260
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 274783] emulators/mame: Update to 0.260"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 17:54:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274783 Daniel Engberg <diizzy@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diizzy@FreeBSD.org --- Comment #2 from Daniel Engberg <diizzy@FreeBSD.org> --- Hi, I have a few questions that might be worth looking into to further improve the port. Is it possible to also drop redundant system libs in 3rdparty dir? https://src.fedoraproject.org/rpms/mame/blob/rawhide/f/mame.spec#_148 Shouldn't PROFILER=0 SYMBOLS=0 MAKE_ENV's be added to non DEBUG builds? Is there a reason why we don't have OPENMP enabled? We also seem to lack nasm looking at other repos, not needed? OPTIMIZE=0 should always be set, let our framework handle optimization Initial compile of lua(?) right at the beginning overrides framework, ... "-Wall -Wextra -Os" For whatever reason VERBOSE toggle don't seem to work or at least it doesn't get passed to scripts/genie.lua. That being said, I can't get the genie script to accept that option either by forcing it from Mame's makefile but I didn't look too closely at it (unknown/invalid option). Worst case you can just force it by removing the if statement. https://github.com/mamedev/mame/blob/mame0260/scripts/genie.lua#L760 This should be by default though as we want useful logs. Several distros pulls in ASIO as a system lib, possible in our case? Possibly import https://git.alpinelinux.org/aports/tree/testing/mame/nonag.patch ? They also pull in https://git.alpinelinux.org/aports/tree/testing/mame/APKBUILD#n51 which might be of interest? Thanks for contributing! Best regards, Daniel -- You are receiving this mail because: You are the assignee for the bug.