Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2023 17:54:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274783] emulators/mame: Update to 0.260
Message-ID:  <bug-274783-7788-B5JWEhM183@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274783-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274783-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274783

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=3D0 SYMBOLS=3D0 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=3D0 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 mig=
ht
be of interest?

Thanks for contributing!

Best regards,
Daniel

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274783-7788-B5JWEhM183>