Bug 274647 - games/retroarch: outdated version (current 1.16.0.3)
Summary: games/retroarch: outdated version (current 1.16.0.3)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Robert Clausecker
URL:
Keywords:
: 265172 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-10-22 15:28 UTC by Stéphane D'Alu
Modified: 2023-11-07 00:29 UTC (History)
4 users (show)

See Also:


Attachments
retroarch/libretro (155.95 KB, patch)
2023-10-26 01:15 UTC, Stéphane D'Alu
no flags Details | Diff
retroarch (1.24 KB, patch)
2023-10-26 20:11 UTC, Stéphane D'Alu
no flags Details | Diff
retroarch-assets (103.72 KB, application/gzip)
2023-10-26 20:13 UTC, Stéphane D'Alu
no flags Details
libretro-shaders-slang (42.33 KB, patch)
2023-10-26 20:14 UTC, Stéphane D'Alu
no flags Details | Diff
libretro-shaders-glsl (42.33 KB, patch)
2023-10-26 20:15 UTC, Stéphane D'Alu
no flags Details | Diff
libretro-core-info (1.35 KB, patch)
2023-10-26 20:15 UTC, Stéphane D'Alu
no flags Details | Diff
libretro-boom3 (new port) (2.42 KB, patch)
2023-10-26 22:30 UTC, Stéphane D'Alu
no flags Details | Diff
libretro-vice (new port) (2.41 KB, patch)
2023-10-26 22:31 UTC, Stéphane D'Alu
no flags Details | Diff
libretro-desmume (new port) (4.02 KB, patch)
2023-10-27 09:26 UTC, Stéphane D'Alu
no flags Details | Diff
libretro-fbalpha2012_neogeo (new port) (2.90 KB, patch)
2023-10-27 09:27 UTC, Stéphane D'Alu
no flags Details | Diff
libretro-fbalpha2012_cps3 (new port) (2.94 KB, patch)
2023-10-27 09:27 UTC, Stéphane D'Alu
no flags Details | Diff
libretro-fbalpha2012_cps2 (new port) (2.89 KB, patch)
2023-10-27 09:28 UTC, Stéphane D'Alu
no flags Details | Diff
libretro-fbalpha2012_cps1 (new port) (2.90 KB, patch)
2023-10-27 09:29 UTC, Stéphane D'Alu
no flags Details | Diff
retroach + libretro (170.34 KB, application/octet-stream)
2023-10-27 17:47 UTC, Stéphane D'Alu
no flags Details
boom3 (3.27 KB, patch)
2023-10-28 13:44 UTC, Stéphane D'Alu
no flags Details | Diff
pcsx rearmed (2.27 KB, patch)
2023-10-28 13:45 UTC, Stéphane D'Alu
no flags Details | Diff
desmume (4.11 KB, patch)
2023-10-28 13:58 UTC, Stéphane D'Alu
no flags Details | Diff
mame2000 (2.31 KB, patch)
2023-10-28 20:38 UTC, Stéphane D'Alu
no flags Details | Diff
mednafen saturn (6.17 KB, patch)
2023-10-28 20:54 UTC, Stéphane D'Alu
no flags Details | Diff
retroach + libretro (175.36 KB, application/x-compressed-tar)
2023-10-30 13:45 UTC, Stéphane D'Alu
no flags Details
retroach + libretro (174.13 KB, application/x-compressed-tar)
2023-11-06 13:08 UTC, Stéphane D'Alu
no flags Details
missing fbalpha2012 patch (7.92 KB, patch)
2023-11-06 19:16 UTC, Stéphane D'Alu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stéphane D'Alu 2023-10-22 15:28:06 UTC
port retroach version 1.10 is outdated. Current is 1.16.0.3
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-10-24 02:37:34 UTC
Could you provide a patch?
Comment 2 Stéphane D'Alu 2023-10-25 16:47:03 UTC
I can give it a try, if the update is relatively simple
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-10-25 18:42:08 UTC
That would be great!  If you need help, let me know.
I'll assign this bug to me so I can keep tabs on it.
Comment 4 Stéphane D'Alu 2023-10-26 01:15:23 UTC
Created attachment 245871 [details]
retroarch/libretro
Comment 5 Stéphane D'Alu 2023-10-26 01:18:50 UTC
* the libretro-scummvm requires network access as build script is performing git clone
* some packages have been rename to follow naming of libretro-super[1] build script

[1]: https://github.com/libretro/libretro-super
Comment 6 Robert Clausecker freebsd_committer freebsd_triage 2023-10-26 02:08:58 UTC
Thank you for the update.  Wow, that is quite substantial!

> * some packages have been rename to follow naming of libretro-super[1] build script

If you move ports, please add them to the file MOVED.  This file is used to track port renames and deletions.

> * the libretro-scummvm requires network access as build script is performing git clone

This is not permitted and must be patched out.  If the cloned repository is available on github, you can use GH_TUPLE to have it downloaded and moved into the right place at fetch time.  A similar mechanism is available for gitlab.  Failing that, let me know what repository it is and I can try to find a solution.  Worst case we have to host the tarball ourselves.

Even better might be to unbundle the dependency that is fetched at build time, if that is feasible (this applies to all bundled dependencies; unbundling saves us a lot of headache).

Please use DISTVERSION instead of PORTVERSION if possible.  Existing ports often use PORTVERSION over DISTVERSION despite not needing to do so.

For the GH_TAGNAME entries, it would be best to use the tagname if available.  Failing that, the full SHA hash.  But a short has is not prohibited, so it's okay if you leave that as is.  If GH_TAGNAME matches ${DISTVERSIONPREFIX}${DISTVERSION}, it can be omitted (this is the ideal scenario).

It would be helpful if you could break up the patch into one update per port and a separate commit for each rename.  This makes it easier to individually track and possibly revert updates.  
If this is not feasible or if all updates have to be committed in one go, please let me know.  This is not a hard requirement either.

Also please provide changelogs for the updates if possible.

Lastly, with so much effort involved, could I interest you in taking up maintainership over these ports?

Your patch introduces a stray backslash in the BROKEN_i386 line for games/libretro-parallel_n64.

Patch looks reasonable apart from this.  Can likely be committed with these issues fixed and following an extensive build test.  I know some of these are broken on some architectures; the build test is for sniffing out oversights and mistakes and to fix obvious portability issues.
Comment 7 Stéphane D'Alu 2023-10-26 10:09:32 UTC
What is done in the ports is using a generated Makefile.freebsd and specifying MAKEFILE=Makefile.freebsd, just to do gmake -C otherdir -f Makefile.libretro

Is there a way in the port to also specify the directory where make bust be run?
without touching to WRKSRC ?
Comment 8 Robert Clausecker freebsd_committer freebsd_triage 2023-10-26 15:25:22 UTC
(In reply to Stéphane D'Alu from comment #7)

You can use BUILD_WRKSRC and friends (read bsd.port.mk for details).  Or provide custom do-build and so on targets that go into the right directories.
Comment 9 Stéphane D'Alu 2023-10-26 19:08:23 UTC
I see some portversion/distversion specified as g${DATE} or 0.${DATE}, and there is currently a mix of them in retroach/libretro. Which one is prefered ?
Comment 10 Robert Clausecker freebsd_committer freebsd_triage 2023-10-26 19:17:00 UTC
(In reply to Stéphane D'Alu from comment #9)

g${DATE} is preferred, but if 0.${DATE} is used, I'd just keep it likely that.  If you want to switch to g${DATE}, make sure to bump PORTEPOCH as g${DATE1} is considered a lower version than 0.${DATE2} for any pair of dates.
Comment 11 Stéphane D'Alu 2023-10-26 20:11:24 UTC
Created attachment 245899 [details]
retroarch
Comment 12 Stéphane D'Alu 2023-10-26 20:13:31 UTC
Created attachment 245900 [details]
retroarch-assets
Comment 13 Stéphane D'Alu 2023-10-26 20:14:34 UTC
Created attachment 245901 [details]
libretro-shaders-slang
Comment 14 Stéphane D'Alu 2023-10-26 20:15:06 UTC
Created attachment 245902 [details]
libretro-shaders-glsl
Comment 15 Stéphane D'Alu 2023-10-26 20:15:42 UTC
Created attachment 245903 [details]
libretro-core-info
Comment 16 Stéphane D'Alu 2023-10-26 22:30:37 UTC
Created attachment 245905 [details]
libretro-boom3 (new port)
Comment 17 Stéphane D'Alu 2023-10-26 22:31:15 UTC
Created attachment 245906 [details]
libretro-vice (new port)
Comment 18 Robert Clausecker freebsd_committer freebsd_triage 2023-10-27 01:33:42 UTC
Please let me know when you've uploaded all of them so I can start the build testing and commits.  If you want me to test a partial set early to see how it goes, let me know, too.
Comment 19 Stéphane D'Alu 2023-10-27 08:26:47 UTC
Ok, I will let you know when finished.

Can you test this current set, it's the retroa-arch main component + 2 new cores.
I guess libretro-vice will fail on other archectures due to the name of the file vice_x64_libretro.so (don't know what it will look like on others).
Comment 20 Stéphane D'Alu 2023-10-27 09:26:15 UTC
Created attachment 245914 [details]
libretro-desmume (new port)
Comment 21 Stéphane D'Alu 2023-10-27 09:27:04 UTC
Created attachment 245915 [details]
libretro-fbalpha2012_neogeo (new port)
Comment 22 Stéphane D'Alu 2023-10-27 09:27:51 UTC
Created attachment 245916 [details]
libretro-fbalpha2012_cps3 (new port)
Comment 23 Stéphane D'Alu 2023-10-27 09:28:28 UTC
Created attachment 245918 [details]
libretro-fbalpha2012_cps2 (new port)
Comment 24 Stéphane D'Alu 2023-10-27 09:29:00 UTC
Created attachment 245919 [details]
libretro-fbalpha2012_cps1 (new port)
Comment 25 Stéphane D'Alu 2023-10-27 10:55:32 UTC
A port is rename from fbalpha to fbalpha2012, but the original git is deprecated, leading to a new version which is less than the initial one. Should it be considered a rename with a bumped EPOCHVERSION ?
Comment 26 Robert Clausecker freebsd_committer freebsd_triage 2023-10-27 16:52:41 UTC
Thanks, will do the tests soon.

> Should it be considered a rename with a bumped EPOCHVERSION ?

PORTEPOCH is tied to the package name, so if you move a port to a new name, it starts again from 0 (i.e. not defined).

> I guess libretro-vice will fail on other archectures due to the name of the file vice_x64_libretro.so (don't know what it will look like on others).

This can be avoided with plist substitutions.  E.g. you can do

VICE_ARCH_amd64= x64
VICE_ARCH_i386= ...
...

VICE_ARCH= ${VICE_ARCH_${ARCH}}

PLIST_SUB+= VICE_ARCH=${VICE_ARCH}

I'll let you know what names it wants once I do the build test.
Comment 27 Stéphane D'Alu 2023-10-27 17:47:18 UTC
Created attachment 245925 [details]
retroach + libretro

set of patch for retroarch + libretro.

rename+update are done together

metaport is fixed at the end
Comment 28 Stéphane D'Alu 2023-10-27 17:49:13 UTC
Finished. I will try to add new core at a later time.
Comment 29 Robert Clausecker freebsd_committer freebsd_triage 2023-10-27 19:25:53 UTC
Thanks.  Wow, that's quite the patch set!

Here are some notes on review:

 - we only accept new ports for which there is a maintainer.  Add your own email
   address to the MAINTAINER field to declare yourself to be the maintainer.  You
   can do the same with all the other retroarch ports that are currently
   unmaintained (MAINTAINER=ports@FreeBSD.org)
 - is there any overlap between libretro-vice and these?

libretro-vice-x128-0.20201218  Commodore C128 core for libretro API
libretro-vice-x64-0.20201218   Commodore C64 core for libretro API
libretro-vice-x64sc-0.20201218 Commodore C64 core for libretro API focused on accuracy
libretro-vice-xcbm2-0.20201218 Commodore CBM-6x0/7x0 core for libretro API
libretro-vice-xcbm5x0-0.20201218 Commodore C64 core for libretro API focused on accuracy
libretro-vice-xpet-0.20201218  Commodore PET core for libretro API
libretro-vice-xplus4-0.20201218 Commodore PLUS4 core for libretro API
libretro-vice-xscpu64-0.20201218 Commodore C64+SuperCPU core for libretro API
libretro-vice-xvic-0.20201218  Commodore VIC20 core for libretro API

 - please provide a link to a changelog if available.  Though it seems like
   there might not be one.

 - some of the ports are currently being maintainer.  I'll ask the
   maintainers for maintainer approval for you.  These are:

games/libretro-core-info: Clockwork6400@protonmail.com
games/libretro-bluemsx: bofh
games/libretro-mame2000: bofh
games/libretro-mame2003_plus: bofh
games/libretro-melonds: henry.hu.sh@gmail.com

@maintainers: please add comments to indicate approval/disapproval.

Will now proceed with a build test.
Comment 30 Robert Clausecker freebsd_committer freebsd_triage 2023-10-27 20:23:53 UTC
games/libretro-scummvm:

 - this one needs to be patched still to remove network access.  I'll have a
   look at that.

graphics/svgalib
games/libretro-picodrive:

 - don't build on architectures other than i386 and amd64 and should be
   removed from games/retroarch and games/libretro so they build there.  You
   may like to use OPTIONS_DEFINE_${ARCH} and OPTIONS_EXCLUDE_${ARCH} to do
   so (see Mk/bsd.options.mk)

games/libretro-pcsx_rearmed:

 - fails to build on armv7, I think the fix is to change some configuration
   options:

libpcsxcore/lightrec/plugin.c:31:2: error: "Lightrec should not be used on ARM (please specify DYNAREC=ari64 to make)"
#error "Lightrec should not be used on ARM (please specify DYNAREC=ari64 to make)"
 ^

games/libretro-play:

 - fails to build on armv7:

: && /usr/local/libexec/ccache/c++ -fPIC -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing   -std=c++17 -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing   -std=c++17  -DNDEBUG -DNDEBUG  -fstack-protector-strong -shared -Wl,-soname,play_libretro.so -o Source/ui_libretro/play_libretro.so Source/ui_libretro/CMakeFiles/play_libretro.dir/main_libretro.cpp.o Source/ui_libretro/CMakeFiles/play_libretro.dir/GSH_OpenGL_Libretro.cpp.o Source/ui_libretro/CMakeFiles/play_libretro.dir/PH_Libretro_Input.cpp.o Source/ui_libretro/CMakeFiles/play_libretro.dir/SH_LibreAudio.cpp.o  -Wl,-rpath,/usr/local/lib  Source/ui_libretro/gs/GSH_OpenGL/libgsh_opengl.a  Source/ui_libretro/Source/libPlayCore.a  Source/ui_libretro/gs/GSH_OpenGL/FrameworkOpenGl/libFramework_OpenGl.a  Source/ui_libretro/Source/libPlayCore.a  Source/ui_libretro/Source/CodeGen/libCodeGen.a  /usr/lib/libbz2.so  /usr/lib/libz.so  Source/ui_libretro/Source/libchdr/libchdr-static.a  Source/ui_libretro/Source/libchdr/deps/lzma-19.00/liblzma.a  Source/ui_libretro/Source/libchdr/deps/zlib-1.2.11/libzlib.a  -pthread  Source/ui_libretro/Source/Framework/libFramework.a  /usr/local/lib/libicuuc.so  /usr/lib/libz.so  /usr/lib/libssl.so  /usr/lib/libcrypto.so  -lGLESv2 && :
ld: error: unable to find library -lGLESv2
c++: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.

games/libretro-desmume:

 - fails to build on armv7, it seems like it thinks it's building for x86

DHAVE_OPENGL -std=gnu++11 -DHAVE_JIT -O3 -DNDEBUG -D__LIBRETRO__ -fPIC  -I../../libretro-common/include -I../.. -I../../libretro   -fpermissive -c -o../../utils/AsmJit/x86/x86defs.o ../../utils/AsmJit/x86/x86defs.cpp
../../utils/AsmJit/x86/x86cpuinfo.cpp:151:3: error: invalid output constraint '=a' in asm
  __myCpuId(out->eax, out->ebx, out->ecx, out->edx, in);
  ^
../../utils/AsmJit/x86/x86cpuinfo.cpp:143:10: note: expanded from macro '__myCpuId'
       : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
         ^
1 error generated.

games/libretro-melonds:
games/libretro-opera:
games/libretro-mednafen_pcfx:
games/libretro-desmume:
games/libretro-boom3:

 - fail to build on FreeBSD 12.3 (missing include file?)

libretro-common/rthreads/rthreads.c:885:18: error: use of undeclared identifier 'CLOCK_REALTIME'
   clock_gettime(CLOCK_REALTIME, &now);
                 ^

games/libretro-core-info:

 - fails to build on armv7 with plist issues:

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: share/libretro/info/anarch_libretro.info
Error: Orphaned: share/libretro/info/ardens_libretro.info
Error: Orphaned: share/libretro/info/galaksija_libretro.info
Error: Orphaned: share/libretro/info/nes_libretro.info
Error: Orphaned: share/libretro/info/rvvm_libretro.info
Error: Orphaned: share/libretro/info/uw8_libretro.info
Error: Orphaned: share/libretro/info/vice_x64dtv_libretro.info
Error: Orphaned: share/libretro/info/vircon32_libretro.info
Error: Orphaned: share/libretro/info/virtualxt_libretro.info
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.

games/libretro-parallel_n64:

 - fails to build on armv7:

cc -isystem /usr/local/include -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -D
HAVE_RICE -DHAVE_GLN64 -DHAVE_GLIDE64 -DHAVE_THR_AL -MMD -DINLINE="inline" -fcommon -Ofast -DNDEBUG -D__LIBRETRO__ -DM6
4P_PLUGIN_API -DM64P_CORE_PROTOTYPES -D_ENDUSER_RELEASE -DSINC_LOWER_QUALITY -I./glide2gl/src/Glitch64/inc -I./mupen64p
lus-core/src -I./mupen64plus-core/src/api -I./include -I./mupen64plus-core/src/plugin/audio_libretro -I./libretro-commo
n/include -I./libretro  -fPIC   -DENABLE_3POINT -DENABLE_TEXTURE_SAMPLING -DHAVE_OPENGL -DDYNAREC -DNEW_DYNAREC=3 -c mu
pen64plus-core/src/r4300/empty_dynarec.c -o mupen64plus-core/src/r4300/empty_dynarec.o
mupen64plus-core/src/r4300/new_dynarec/new_dynarec.c:103:3: error: unknown type name 'u_int'
  u_int wasconst;
  ^

Will report further failures as they come in.  Note that you don't have to fix all of them, but perhaps you might want to have a look.
Comment 31 Stéphane D'Alu 2023-10-27 20:31:38 UTC
I'll update the libretro-vice in emulators instead of creating a new one in games.
I missed all the libretro-* defines in emulators.

How to choose between games and emulators for main category? 
Should they all be moved in games?
Comment 32 Robert Clausecker freebsd_committer freebsd_triage 2023-10-27 20:38:54 UTC
(In reply to Stéphane D'Alu from comment #31)

Hi Stéphane,

Generally we prefer emulators for emulators of game consoles.  games can be a secondary category.  However, it's not wrong to do it the other way round.  Do as you prefer.
Comment 33 Robert Clausecker freebsd_committer freebsd_triage 2023-10-27 21:52:21 UTC
games/libretro-yabause:
games/libretro-desmume2015:
games/libretro-mednafen-saturn:

 - same CLOCK_REALTIME issue

games/libretro-core-info:

 - same plist issues on other architectures and OS versions

games/libretro-mame2000:

 - builds fine on arm64, you can remove the BROKEN line

games/retroarch:

 - depends on graphics/svgalib, which is only supported on x86 it seems.
   Check if you can remove the dependency on other architectures.

games/libretro-desmume:

 - tries to build the x86 JIT on arm64, which fails

games/libretro-mednafen_bsnes:

 - fails to build on arm64 with a syntax error:

./mednafen/snes/src/lib/libco/aarch64.c:18:2: error: unterminated conditional directive
#ifndef __BSD__
 ^
1 error generated.

games/retroarch:

 - fails to build; maybe <sys/syscall.h> is missing.  Ideally patch
   it to use memfd_create() directly instead of going through syscall()

gfx/common/wayland_common.c:422:22: error: use of undeclared identifier 'SYS_memfd_create'; did you mean 'memfd_create'?
   if ((fd = syscall(SYS_memfd_create, SPLASH_SHM_NAME,
                     ^~~~~~~~~~~~~~~~
                     memfd_create
/usr/include/sys/mman.h:353:5: note: 'memfd_create' declared here
int     memfd_create(const char *, unsigned int);
        ^
1 error generated.

I think that's all the errors.  I test build on amd64, i386, armv7, arm64 FreeBSD 13.2 and on amd64, i386 FreeBSD 12.3.
Comment 34 Stéphane D'Alu 2023-10-28 13:44:32 UTC
Created attachment 245942 [details]
boom3
Comment 35 Stéphane D'Alu 2023-10-28 13:45:16 UTC
Created attachment 245943 [details]
pcsx rearmed
Comment 36 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2023-10-28 13:57:50 UTC
I am not sure why these ports came into my MAINTAINERSHIP because I do not use these at all. And if you are interested in really maintaining please takeover the maintainership too for the ports:
games/libretro-bluemsx: bofh
games/libretro-mame2000: bofh
games/libretro-mame2003_plus: bofh

I think these were done by my script when I was fixing the llvm16 for 14. :'(
Comment 37 Stéphane D'Alu 2023-10-28 13:58:11 UTC
Created attachment 245944 [details]
desmume
Comment 38 Stéphane D'Alu 2023-10-28 20:38:46 UTC
Created attachment 245950 [details]
mame2000
Comment 39 Stéphane D'Alu 2023-10-28 20:54:14 UTC
Created attachment 245951 [details]
mednafen saturn
Comment 40 Stéphane D'Alu 2023-10-28 20:55:24 UTC
Can you tried the individual patch, if it improves build ?
Comment 41 Robert Clausecker freebsd_committer freebsd_triage 2023-10-28 21:07:34 UTC
There are currently some issues with my build box.  Will report back with test result once it's back to working (should take a few days at most).
Comment 42 Henry Hu 2023-10-29 20:13:55 UTC
(In reply to Robert Clausecker from comment #30)
for libretro-melonds:

In general it looks good, thanks.

One thing is the patch to rthreads.c should not be removed. I think this resulted in your compilation error related to CLOCK_REALTIME, and I've confirmed that with poudriere (btw your test environment should be updated to 12.4, 12.3 is EOL). If the patch is restored, it works on 12.4.

The other patch for netinet/in.h seems no longer needed, even for 12.4, and can be removed.
Comment 43 Robert Clausecker freebsd_committer freebsd_triage 2023-10-29 23:12:59 UTC
*** Bug 265172 has been marked as a duplicate of this bug. ***
Comment 44 Robert Clausecker freebsd_committer freebsd_triage 2023-10-29 23:16:31 UTC
games/libretro-scummvm has been marked DEPRECATED in the meanwhile due to being broken for so long.  Please remove the deprecation notice when update the port.
Comment 45 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2023-10-29 23:20:17 UTC
Ah damn. Okiz. Will take care of it If I commit. :)
Comment 46 Stéphane D'Alu 2023-10-30 13:45:30 UTC
Created attachment 245996 [details]
retroach + libretro

should fix some of the build errors, also updated emulators/libretro-flycast
Comment 47 Robert Clausecker freebsd_committer freebsd_triage 2023-10-31 05:44:01 UTC
Thanks.  I apologise for the delay.  Datacenter staff has still not rebooted my crashed build box and I can't do anything until they do.  It's likely that they'll get around to it by tomorrow.
Comment 48 Robert Clausecker freebsd_committer freebsd_triage 2023-11-01 23:30:21 UTC
Conducting some more test builds now...
Comment 49 Robert Clausecker freebsd_committer freebsd_triage 2023-11-02 03:16:38 UTC
General remark again: as per policy, we do not accept new ports without maintainership.  So please at least for the newly added ports, set the MAINTAINER field to your email address.  For the other ports that are currently unmaintained (i.e. MAINTAINER=ports@FreeBSD.org), I invite you to also do so, but it's not a requirement.

Please also make sure to at least build test each port once before you submit a new patch.  Some of the failures (e.g. the plist failures and the patch failures) you should have discovered regardless of what architecture and OS version you tested on.

Here are some more build failures:

games/libretro-pcsx_rearmed:

 - still fails on armv7:

Makefile:151: *** no dynarec support for architecture armv7.  Stop.
gmake[1]: Leaving directory '/wrkdirs/usr/ports/games/libretro-pcsx_rearmed/work/pcsx_rearmed-2636d7c22592b7e926af67144ab2feee18ecd53d'

games/libretro-play:

 - still fails on armv7 (same reason as before)

games/libretro-desmume2015

 - Patch fails to apply.  Also, the patch is not in "make makepatch" format.  
   Please generate patches using "make makepatch" as instructed in the Porter's 
   handbook.

===>  FAILED Applying FreeBSD patch-desmume_src_libretro-common_rthreads_rthreads.c
===> Cleanly applied FreeBSD patch(es)  patch-desmume_src_libretro-common_features_features__cpu.c
===> FAILED to apply cleanly FreeBSD patch(es)  patch-desmume_src_libretro-common_rthreads_rthreads.c

games/libretro-parallel_n64:

 - now fails on armv7 with an all new and exciting cause!

cc -isystem /usr/local/include -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -D
HAVE_RICE -DHAVE_GLN64 -DHAVE_GLIDE64 -DHAVE_THR_AL -MMD -DINLINE="inline" -fcommon -Ofast -DNDEBUG -D__LIBRETRO__ -DM6
4P_PLUGIN_API -DM64P_CORE_PROTOTYPES -D_ENDUSER_RELEASE -DSINC_LOWER_QUALITY -I./glide2gl/src/Glitch64/inc -I./mupen64p
lus-core/src -I./mupen64plus-core/src/api -I./include -I./mupen64plus-core/src/plugin/audio_libretro -I./libretro-commo
n/include -I./libretro  -fPIC   -DENABLE_3POINT -DENABLE_TEXTURE_SAMPLING -DHAVE_OPENGL -DDYNAREC -DNEW_DYNAREC=3 -c mu
pen64plus-core/src/plugin/emulate_game_controller_via_libretro.c -o mupen64plus-core/src/plugin/emulate_game_controller
_via_libretro.o
mupen64plus-core/src/r4300/new_dynarec/new_dynarec.c:103:3: error: unknown type name 'u_int'
  u_int wasconst;
  ^

(and similar for u_char, probably missing an include file).

games/libretro-core-info:

 - still fails to build with plist issues (same as before, on all architectures)
   please update the plist (e.g. with make makeplist)

games/libretro-opera:

 - still fails on FreeBSD 12.3 for the same reason as before

games/libretro-melonds:

 - patch does not apply here either

===>  FAILED Applying FreeBSD patch-src_libretro_libretro-common_rthreads_rthreads.c
===> FAILED to apply cleanly FreeBSD patch(es)  patch-src_libretro_libretro-common_rthreads_rthreads.c

games/libretro-mednafen_pcfx:

 - patch does not apply here either

===>  FAILED Applying FreeBSD patch-libretro-common_rthreads_rthreads.c
===> FAILED to apply cleanly FreeBSD patch(es)  patch-libretro-common_rthreads_rthreads.c

emulators/libretro-flycast:

 - fails to build on armv7 due to use of the identifiers major() and major(), which are macros from <sys/types.h>:

/wrkdirs/usr/ports/emulators/libretro-flycast/work/flycast-8fb3def2d5cdd6adea00171ed720afb390cafd78/core/deps/Vulkan-Headers/include/vulkan/vulkan_structs.hpp:15865:9: error: member initializer '__minor' does not name a non-static data member or base class
      , minor( minor_ )
        ^~~~~~~~~~~~~~~
/usr/include/sys/types.h:395:18: note: expanded from macro 'minor'
#define minor(d)        __minor(d)
                        ^~~~~~~~~~

   This can be worked around by #undef minor and major before including the vulkan headers.

There are additional build failures in some other libretro ports, but your update does not touch them so I did not list them.

A few builds are still pending completion of an llvm12 build and I'll report on them tomorrow.
Comment 50 Robert Clausecker freebsd_committer freebsd_triage 2023-11-02 15:38:15 UTC
All builds completed without additional errors.
Comment 51 Robert Clausecker freebsd_committer freebsd_triage 2023-11-02 18:28:58 UTC
games/libretro-yabause also fails during patch, sorry, forgot to mention.
Comment 52 Stéphane D'Alu 2023-11-06 13:08:17 UTC
Created attachment 246160 [details]
retroach + libretro

Hope this last set of patch is ok, due to a happy family event, it's unlikely I will have time to make further improvements in the foreseeable months

- for now I only took ownership for the 2 new ports introduced.
- for libretro-play, build was likely already broken, as I didn't touch it
- as I don't have arm7 environment to test, build are still broken, 
  except for the rthread related which should be fixed.
Comment 53 Robert Clausecker freebsd_committer freebsd_triage 2023-11-06 16:39:59 UTC
(In reply to Stéphane D'Alu from comment #52)

Hi Stéphane,

Thanks for the updated patch and best of luck for your future!

Unfortunately, the patch immediately fails to build as games/libretro still depends on games/libretro-fbalpha2012, but that port is no longer in your patch set.  I'll work around this by removing it from the dependency list of games/libretro temporarily.

I can offer you to commit those patches that at least don't break the port on any architectures where it isn't already broken, so you can have a look at the others once life gives you more space again.  How about that?
Comment 54 Stéphane D'Alu 2023-11-06 19:16:35 UTC
Created attachment 246168 [details]
missing fbalpha2012 patch
Comment 55 Stéphane D'Alu 2023-11-06 19:34:47 UTC
Yes, please commit what can be committed.

For the failing arm7 build, I don't know what's the policy, perhaps adding:
NOT_FOR_ARCHS=		arm7
NOT_FOR_ARCHS_REASON=	build failed with .... 

Could give an incentive to someone using arm7 to provide a fix
Comment 56 Robert Clausecker freebsd_committer freebsd_triage 2023-11-06 20:26:22 UTC
(In reply to Stéphane D'Alu from comment #55)

Thanks for the missing patch.

I was able to find fixes for most of the remaining issues and will commit the whole lot in the next days.
Comment 57 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:43 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26aa5aa9be0fd8c1fb936e0658fc78eb581aca2c

commit 26aa5aa9be0fd8c1fb936e0658fc78eb581aca2c
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-06 20:07:23 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:29 +0000

    emulators/libretro-flycast: fix build on FreeBSD 12

    Work around the macros major() and minor() being exposed by sys/types.h.

    Approved by:    portmgr (build fix blanket)
    PR:             274647

 ...an-Headers_include_vulkan_vulkan__structs.hpp (new) | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
Comment 58 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02d51487987e6762ea2533e3f11771844590023f

commit 02d51487987e6762ea2533e3f11771844590023f
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-30 14:39:21 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:28 +0000

    emulators/libretro-vice: update to 0.20231006

    PR:             274647

 emulators/libretro-vice/Makefile                            |  4 ++--
 emulators/libretro-vice/distinfo                            |  6 +++---
 .../libretro-vice/files/patch-vice_src_rtc_rtc.h (gone)     | 13 -------------
 3 files changed, 5 insertions(+), 18 deletions(-)
Comment 59 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30a12533e7c488b57fa176d3b0bd53903db28520

commit 30a12533e7c488b57fa176d3b0bd53903db28520
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-06 19:22:04 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:29 +0000

    games/retroarch: fix build on all versions and enable on non-x86

    Do not depend on svgalib where svgalib is not supported.
    Do not enable code using memfd_create() where that is not supported.

    PR:             274647

 games/retroarch/Makefile                             |  9 +++++++--
 .../files/patch-gfx_common_wayland__common.c (new)   | 11 +++++++++++
 .../files/patch-input_input__keymaps.c (new)         | 20 ++++++++++++++++++++
 3 files changed, 38 insertions(+), 2 deletions(-)
Comment 60 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:48 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=841f9af0178eacfcb6952f0d531b3578326f1ac4

commit 841f9af0178eacfcb6952f0d531b3578326f1ac4
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 17:40:22 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:28 +0000

    games/libretro: update to 0.4

    PR:             274647

 games/libretro/Makefile | 288 +++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 235 insertions(+), 53 deletions(-)
Comment 61 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=389619bd88baa32988972c168e961d04b432b3bf

commit 389619bd88baa32988972c168e961d04b432b3bf
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-06 21:40:27 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:30 +0000

    MOVED: adjust dates for libretro renames

    It took a while to get this one committed.

    PR:             274647

 MOVED | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
Comment 62 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d65836429eb54b9d8a13bfe415adbd14480b0fc

commit 0d65836429eb54b9d8a13bfe415adbd14480b0fc
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-11-06 20:33:15 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:25 +0000

    games/libretro-fbalpha: rename to games/libretro-fbalpha2012 + update to 0.20220327

    PR:             274647

 MOVED                                              |  1 +
 games/Makefile                                     |  2 +-
 games/libretro-fbalpha/Makefile (gone)             | 33 --------------------
 games/libretro-fbalpha/distinfo (gone)             |  3 --
 .../files/patch-Makefile.freebsd (gone)            |  5 ----
 ...libretro-common_features_features__cpu.c (gone) | 20 -------------
 games/libretro-fbalpha2012/Makefile (new)          | 35 ++++++++++++++++++++++
 games/libretro-fbalpha2012/distinfo (new)          |  3 ++
 .../pkg-descr                                      |  0
 9 files changed, 40 insertions(+), 62 deletions(-)
Comment 63 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af3936b2832de206d396ac31984bc99d9411e988

commit af3936b2832de206d396ac31984bc99d9411e988
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-30 13:41:00 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:27 +0000

    emulators/libretro-flycast: update to 0.20231025

    PR:             274647

 emulators/libretro-flycast/Makefile                | 64 +++++++---------------
 emulators/libretro-flycast/distinfo                | 26 ++++++++-
 .../libretro-flycast/files/patch-Makefile (gone)   | 33 -----------
 .../files/patch-core_hw_aica_dsp__x64.cpp (gone)   | 11 ----
 .../files/patch-core_hw_bba_rtl8139c.h (gone)      | 18 ------
 ...core_libretro-common_rthreads_rthreads.c (gone) | 14 -----
 .../patch-core_rec-x86_rec__x86__driver.cpp (gone) | 11 ----
 7 files changed, 44 insertions(+), 133 deletions(-)
Comment 64 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ef7a36356abe7f635cc61b668be2e0a145f11e7

commit 0ef7a36356abe7f635cc61b668be2e0a145f11e7
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 16:58:08 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:27 +0000

    games/libretro-scummvm: update to 0.20231021

    PR:             274647

 games/libretro-scummvm/Makefile                    | 23 ++++++++++++----------
 games/libretro-scummvm/distinfo                    |  6 +++---
 .../files/patch-Makefile.freebsd (gone)            |  5 -----
 .../files/patch-audio_alsa__opl.cpp (new)          | 11 +++++++++++
 ...libretro_libretro-common_libco_aarch64.c (gone) | 17 ----------------
 5 files changed, 27 insertions(+), 35 deletions(-)
Comment 65 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00f9d884e9e7599530781500b184517eb9928677

commit 00f9d884e9e7599530781500b184517eb9928677
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:41:23 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:23 +0000

    games/libretro-beetle_supergrafx: rename to games/libretro-mednafen_supergrafx + update to 0.20231006

    PR:             274647

 MOVED                                                          |  1 +
 games/Makefile                                                 |  2 +-
 games/libretro-beetle_supergrafx/distinfo (gone)               |  3 ---
 .../Makefile                                                   | 10 +++++-----
 games/libretro-mednafen_supergrafx/distinfo (new)              |  3 +++
 .../pkg-descr                                                  |  0
 6 files changed, 10 insertions(+), 9 deletions(-)
Comment 66 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f38d4a0b900c59aef422cfd9a480f0e553bfb7bc

commit f38d4a0b900c59aef422cfd9a480f0e553bfb7bc
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 13:36:38 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:26 +0000

    games/libretro-uae: rename to games/libretro-puae + update to 0.20231014

    PR:             274647

 MOVED                                           |  1 +
 games/Makefile                                  |  2 +-
 games/{libretro-uae => libretro-puae}/Makefile  | 14 +++++---------
 games/libretro-puae/distinfo (new)              |  3 +++
 games/{libretro-uae => libretro-puae}/pkg-descr |  0
 games/libretro-uae/distinfo (gone)              |  3 ---
 6 files changed, 10 insertions(+), 13 deletions(-)
Comment 67 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f9b11c6a868e8932917780b920263582c85bf041

commit f9b11c6a868e8932917780b920263582c85bf041
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:43:53 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:24 +0000

    games/libretro-beetle_wswan: rename to games/libretro-mednafen_wswan + update to 0.20230526

    PR:             274647

 MOVED                                                          |  1 +
 games/Makefile                                                 |  2 +-
 games/libretro-beetle_wswan/distinfo (gone)                    |  3 ---
 .../Makefile                                                   | 10 +++++-----
 games/libretro-mednafen_wswan/distinfo (new)                   |  3 +++
 .../pkg-descr                                                  |  0
 6 files changed, 10 insertions(+), 9 deletions(-)
Comment 68 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1bcbefc2da25c0bc3b7fcd292f7fc447ec8a0d0b

commit 1bcbefc2da25c0bc3b7fcd292f7fc447ec8a0d0b
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:40:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:23 +0000

    games/libretro-beetle_saturn: rename to games/libretro-mednafen_saturn + update to 0.20230528

    PR:             274647

 MOVED                                                         |  1 +
 games/Makefile                                                |  2 +-
 games/libretro-beetle_saturn/distinfo (gone)                  |  3 ---
 .../files/patch-libretro-common_rthreads_rthreads.c (gone)    | 11 -----------
 .../Makefile                                                  | 10 +++++-----
 games/libretro-mednafen_saturn/distinfo (new)                 |  3 +++
 .../files/patch-libretro-common_rthreads_rthreads.c (new)     | 11 +++++++++++
 .../pkg-descr                                                 |  0
 8 files changed, 21 insertions(+), 20 deletions(-)
Comment 69 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:22:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fa07c09cffad56afb4a755a1185fd0167639055d

commit fa07c09cffad56afb4a755a1185fd0167639055d
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 13:34:44 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:25 +0000

    games/libretro-paralleln64: rename to games/libretro-parallel_n64 + update to 0.20230906

    PR:             274647

 MOVED                                                         |  1 +
 games/Makefile                                                |  2 +-
 .../{libretro-paralleln64 => libretro-parallel_n64}/Makefile  | 11 +++++------
 games/libretro-parallel_n64/distinfo (new)                    |  3 +++
 .../{libretro-paralleln64 => libretro-parallel_n64}/pkg-descr |  0
 games/libretro-paralleln64/distinfo (gone)                    |  3 ---
 6 files changed, 10 insertions(+), 10 deletions(-)
Comment 70 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd83eee7a74d4e9f1637f7c8d0d01b5eb5042e8b

commit bd83eee7a74d4e9f1637f7c8d0d01b5eb5042e8b
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:26:23 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:19 +0000

    games/libretro-beetle_gba: rename to games/libretro-mednafen_gba

    PR:             274647

 MOVED                                                          |  1 +
 games/Makefile                                                 |  2 +-
 games/libretro-beetle_gba/distinfo (gone)                      |  3 ---
 games/{libretro-beetle_gba => libretro-mednafen_gba}/Makefile  | 10 +++++-----
 games/libretro-mednafen_gba/distinfo (new)                     |  3 +++
 games/{libretro-beetle_gba => libretro-mednafen_gba}/pkg-descr |  0
 6 files changed, 10 insertions(+), 9 deletions(-)
Comment 71 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=60e76a989837d017855e4ffbf08c47bdc81734d1

commit 60e76a989837d017855e4ffbf08c47bdc81734d1
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:07:05 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:18 +0000

    games/libretro-beetle_psx: update to 0.20231020

    PR:             274647

 games/libretro-beetle_psx/Makefile                   |  9 ++++-----
 games/libretro-beetle_psx/distinfo                   |  6 +++---
 .../patch-deps_lightning_lib_jit__arm-swf.c (gone)   | 20 --------------------
 .../files/patch-libretro-common_rthreads_rthreads.c  | 10 +++++-----
 4 files changed, 12 insertions(+), 33 deletions(-)
Comment 72 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=932e76f600f61911d1bb328bbf63cfd1be496068

commit 932e76f600f61911d1bb328bbf63cfd1be496068
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:42:19 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:24 +0000

    games/libretro-beetle_vb: rename to games/libretro-mednafen_vb + update to 0.20230528

    PR:             274647

 MOVED                                                        |  1 +
 games/Makefile                                               |  2 +-
 games/libretro-beetle_vb/distinfo (gone)                     |  3 ---
 games/{libretro-beetle_vb => libretro-mednafen_vb}/Makefile  | 10 +++++-----
 games/libretro-mednafen_vb/distinfo (new)                    |  3 +++
 games/{libretro-beetle_vb => libretro-mednafen_vb}/pkg-descr |  0
 6 files changed, 10 insertions(+), 9 deletions(-)
Comment 73 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6832342a52480ab4ebea176d039d4e48ed1dc76d

commit 6832342a52480ab4ebea176d039d4e48ed1dc76d
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:33:48 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:20 +0000

    games/libretro-beetle_ngp: rename to games/libretro-mednafen_ngp + update to 0.20230220

    PR:             274647

 MOVED                                                          |  1 +
 games/Makefile                                                 |  2 +-
 games/libretro-beetle_ngp/distinfo (gone)                      |  3 ---
 games/{libretro-beetle_ngp => libretro-mednafen_ngp}/Makefile  | 10 +++++-----
 games/libretro-mednafen_ngp/distinfo (new)                     |  3 +++
 games/{libretro-beetle_ngp => libretro-mednafen_ngp}/pkg-descr |  0
 6 files changed, 10 insertions(+), 9 deletions(-)
Comment 74 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de2a5ca3ebfa3f50aeef68e97431425a2be8dd52

commit de2a5ca3ebfa3f50aeef68e97431425a2be8dd52
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:04:32 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:15 +0000

    games/libretro-melonds: update to 0.20230413

    PR:             274647

 games/libretro-melonds/Makefile                          |  8 ++++----
 games/libretro-melonds/distinfo                          |  6 +++---
 ...atch-src_libretro_libretro-common_rthreads_rthreads.c | 16 ++++++++--------
 .../files/patch-src_libretro_platform.cpp (gone)         | 10 ----------
 4 files changed, 15 insertions(+), 25 deletions(-)
Comment 75 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b50e7b05416572d4d0215195469cded40df1edf0

commit b50e7b05416572d4d0215195469cded40df1edf0
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:35:58 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:21 +0000

    games/libretro-beetle_pce_fast: rename to games/libretro-mednafen_pce_fast + update to 0.20231006

    PR:             274647

 MOVED                                                          |  1 +
 games/Makefile                                                 |  2 +-
 games/libretro-beetle_pce_fast/distinfo (gone)                 |  3 ---
 .../Makefile                                                   | 10 +++++-----
 games/libretro-mednafen_pce_fast/distinfo (new)                |  3 +++
 .../pkg-descr                                                  |  0
 6 files changed, 10 insertions(+), 9 deletions(-)
Comment 76 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c1e20458f77fb6a81957dbe7524eed089d5908d2

commit c1e20458f77fb6a81957dbe7524eed089d5908d2
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:35:03 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:21 +0000

    games/libretro-beetle_pce: rename to games/libretro-mednafen_pce + update to 0.20231006

    PR:             274647

 MOVED                                                          | 1 +
 games/Makefile                                                 | 2 +-
 games/libretro-beetle_pce/distinfo (gone)                      | 3 ---
 games/{libretro-beetle_pce => libretro-mednafen_pce}/Makefile  | 6 +++---
 games/libretro-mednafen_pce/distinfo (new)                     | 3 +++
 games/{libretro-beetle_pce => libretro-mednafen_pce}/pkg-descr | 0
 6 files changed, 8 insertions(+), 7 deletions(-)
Comment 77 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0553f6dddb2ae6ca0894d7b7d512318a8b0565cb

commit 0553f6dddb2ae6ca0894d7b7d512318a8b0565cb
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:04:45 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:16 +0000

    games/libretro-tyrquake: update to 0.20230528

    PR:             274647

 games/libretro-tyrquake/Makefile | 9 ++++-----
 games/libretro-tyrquake/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)
Comment 78 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b2e9d774f0674e9795af308305994b970fcde2f

commit 0b2e9d774f0674e9795af308305994b970fcde2f
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:38:24 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:22 +0000

    games/libretro-beetle_pcfx: rename to games/libretro-mednafen_pcfx + update to 0.20230528

    PR:             274647

 MOVED                                                         |  1 +
 games/Makefile                                                |  2 +-
 games/libretro-beetle_pcfx/distinfo (gone)                    |  3 ---
 .../files/patch-libretro-common_rthreads_rthreads.c (gone)    | 11 -----------
 .../{libretro-beetle_pcfx => libretro-mednafen_pcfx}/Makefile | 10 +++++-----
 games/libretro-mednafen_pcfx/distinfo (new)                   |  3 +++
 .../files/patch-libretro-common_rthreads_rthreads.c (new)     | 11 +++++++++++
 .../pkg-descr                                                 |  0
 8 files changed, 21 insertions(+), 20 deletions(-)
Comment 79 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:11 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=485abb2b09a4425e5e5fec868f94c329fadb67b8

commit 485abb2b09a4425e5e5fec868f94c329fadb67b8
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:05:29 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:18 +0000

    games/libretro-vecx: update to 0.20230601

    PR:             274647

 games/libretro-vecx/Makefile | 9 ++++-----
 games/libretro-vecx/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)
Comment 80 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d48fadaeb46da628c6fb9db3020bfca421ad037

commit 2d48fadaeb46da628c6fb9db3020bfca421ad037
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:05:10 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:17 +0000

    games/libretro-mgba: update to 0.20230528

    PR:             274647

 games/libretro-mgba/Makefile | 8 ++++----
 games/libretro-mgba/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 81 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e25fc5100b075c5bb4feb2de9ed4a6632a8ffbd

commit 1e25fc5100b075c5bb4feb2de9ed4a6632a8ffbd
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:28:16 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:20 +0000

    games/libretro-beetle_lynx: rename to games/libretro-mednafen_lynx + update to 0.20230721

    PR:             274647

 MOVED                                                          |  1 +
 games/Makefile                                                 |  2 +-
 games/libretro-beetle_lynx/distinfo (gone)                     |  3 ---
 .../{libretro-beetle_lynx => libretro-mednafen_lynx}/Makefile  | 10 +++++-----
 games/libretro-mednafen_lynx/distinfo (new)                    |  3 +++
 .../{libretro-beetle_lynx => libretro-mednafen_lynx}/pkg-descr |  0
 6 files changed, 10 insertions(+), 9 deletions(-)
Comment 82 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e6c40395fd8d9adb91571b5a527dfe6f1a1f715

commit 9e6c40395fd8d9adb91571b5a527dfe6f1a1f715
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:23:48 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:19 +0000

    games/libretro-beetle_bsnes: rename to games/libretro-mednafen_bsnes

    PR:             274647

 MOVED                                                  |  1 +
 games/Makefile                                         |  2 +-
 .../patch-mednafen_snes_src_lib_libco_aarch64.c (gone) | 18 ------------------
 .../Makefile                                           |  6 +++---
 .../distinfo                                           |  0
 .../pkg-descr                                          |  0
 6 files changed, 5 insertions(+), 22 deletions(-)
Comment 83 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=201beb47b64cd39e6958dd67014828f9452bf1ef

commit 201beb47b64cd39e6958dd67014828f9452bf1ef
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:05:01 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:16 +0000

    games/libretro-tgbdual: update to 0.20220806

    PR:             274647

 games/libretro-tgbdual/Makefile | 8 ++++----
 games/libretro-tgbdual/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 84 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:17 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40fffa657e9e1bc60a2b6fec6bcecc3551108264

commit 40fffa657e9e1bc60a2b6fec6bcecc3551108264
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 13:38:07 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:26 +0000

    games/libretro-vbanext: rename to games/libretro-vba_next + update to 0.20230603

    PR:             274647

 MOVED                                                   |  1 +
 games/Makefile                                          |  2 +-
 games/{libretro-vbanext => libretro-vba_next}/Makefile  | 10 +++++-----
 games/libretro-vba_next/distinfo (new)                  |  3 +++
 games/{libretro-vbanext => libretro-vba_next}/pkg-descr |  0
 games/libretro-vbanext/distinfo (gone)                  |  3 ---
 6 files changed, 10 insertions(+), 9 deletions(-)
Comment 85 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15cb45e594d4f7715e4dda4080c527df910cde26

commit 15cb45e594d4f7715e4dda4080c527df910cde26
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:05:13 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:17 +0000

    games/libretro-mu: update to 0.20230527

    PR:             274647

 games/libretro-mu/Makefile                            | 10 +++++-----
 games/libretro-mu/distinfo                            |  6 +++---
 games/libretro-mu/files/patch-Makefile.freebsd (gone) |  5 -----
 3 files changed, 8 insertions(+), 13 deletions(-)
Comment 86 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe9eb469104839057059a0b72204239492ae8c7e

commit fe9eb469104839057059a0b72204239492ae8c7e
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:03:35 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:13 +0000

    games/libretro-quicknes: update to 0.20230528

    PR:             274647

 games/libretro-quicknes/Makefile | 8 ++++----
 games/libretro-quicknes/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 87 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a2de77956a42a5713dc7c99e73ce2d9a8fa2b681

commit a2de77956a42a5713dc7c99e73ce2d9a8fa2b681
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:03:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:12 +0000

    games/libretro-opera: update to 0.20230730

    PR:             274647

 games/libretro-opera/Makefile                                | 12 +++++-------
 games/libretro-opera/distinfo                                |  6 +++---
 .../files/patch-libretro-common_rthreads_rthreads.c (new)    | 11 +++++++++++
 3 files changed, 19 insertions(+), 10 deletions(-)
Comment 88 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6281cd3c60da7bb1d44424c9c3ae0a6e5bf42341

commit 6281cd3c60da7bb1d44424c9c3ae0a6e5bf42341
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:02:40 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:11 +0000

    games/libretro-stella2014: update to 0.20230220

    PR:             274647

 games/libretro-stella2014/Makefile | 8 ++++----
 games/libretro-stella2014/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 89 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d63c94f0bcbae35321a225e24b7126fa2ac70b91

commit d63c94f0bcbae35321a225e24b7126fa2ac70b91
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:04:02 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:14 +0000

    games/libretro-prosystem: update to 0.20230817

    PR:             274647

 games/libretro-prosystem/Makefile | 8 ++++----
 games/libretro-prosystem/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 90 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:24 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2d8aae54f98d008f12283da090a6ef23a46396a

commit c2d8aae54f98d008f12283da090a6ef23a46396a
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:01:55 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:10 +0000

    games/libretro-mame2000: update to 0.20230425

    PR:             274647

 games/libretro-mame2000/Makefile | 10 ++++------
 games/libretro-mame2000/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)
Comment 91 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d09738a0c971d469ff08b82d9ec68c0373cc15f4

commit d09738a0c971d469ff08b82d9ec68c0373cc15f4
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:02:31 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:10 +0000

    games/libretro-mame2003: update to 0.20231017

    PR:             274647

 games/libretro-mame2003/Makefile | 8 ++++----
 games/libretro-mame2003/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 92 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5320be03f19a513419b9e8e2b456cf1583441dfc

commit 5320be03f19a513419b9e8e2b456cf1583441dfc
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:04:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:14 +0000

    games/libretro-pcsx_rearmed: update to 0.20231025

    PR:             274647

 games/libretro-pcsx_rearmed/Makefile | 12 +++++++-----
 games/libretro-pcsx_rearmed/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)
Comment 93 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6db99cf77c52e49f5b318cc84d6d789ecf57ed98

commit 6db99cf77c52e49f5b318cc84d6d789ecf57ed98
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:02:59 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:12 +0000

    games/libretro-o2em: update to 0.20231019

    PR:             274647

 games/libretro-o2em/Makefile                         |  8 ++++----
 games/libretro-o2em/distinfo                         |  6 +++---
 ...h-libretro-common_features_features__cpu.c (gone) | 20 --------------------
 3 files changed, 7 insertions(+), 27 deletions(-)
Comment 94 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4cb9d39fc07299c39c5b42bf25ec3b750275e4ce

commit 4cb9d39fc07299c39c5b42bf25ec3b750275e4ce
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:04:25 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:15 +0000

    games/libretro-genesis_plus_gx: update to 0.20231020

    PR:             274647

 games/libretro-genesis_plus_gx/Makefile | 8 ++++----
 games/libretro-genesis_plus_gx/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 95 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94274fc9fda0991b2b44a3486f51389d8999d722

commit 94274fc9fda0991b2b44a3486f51389d8999d722
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:03:40 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:13 +0000

    games/libretro-px68k: update to 0.20230114

    PR:             274647

 games/libretro-px68k/Makefile | 5 ++---
 games/libretro-px68k/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)
Comment 96 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da60826cfc7fdf39a7fcc8a4354cb0768e0e7c97

commit da60826cfc7fdf39a7fcc8a4354cb0768e0e7c97
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:01:24 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:08 +0000

    games/libretro-fuse: update to 0.20230623

    PR:             274647

 games/libretro-fuse/Makefile | 8 ++++----
 games/libretro-fuse/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 97 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=156563efe3c8e551a74d99252cfb6d64a5359cd9

commit 156563efe3c8e551a74d99252cfb6d64a5359cd9
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:01:46 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:09 +0000

    games/libretro-gpsp: update to 0.20231006

    PR:             274647

 games/libretro-gpsp/Makefile | 8 ++++----
 games/libretro-gpsp/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 98 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5cf4d09cb6cb6ae912cd9b104414ff9bce69eb9b

commit 5cf4d09cb6cb6ae912cd9b104414ff9bce69eb9b
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:00:58 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:07 +0000

    games/libretro-fceumm: update to 0.20230916

    PR:             274647

 games/libretro-fceumm/Makefile | 8 ++++----
 games/libretro-fceumm/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 99 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d224ffe9fc1c53a163a6fc0189253274443a75dd

commit d224ffe9fc1c53a163a6fc0189253274443a75dd
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:01:28 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:09 +0000

    games/libretro-gambatte: update to 0.20230929

    PR:             274647

 games/libretro-gambatte/Makefile | 8 ++++----
 games/libretro-gambatte/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 100 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69d13ca6fb3fc601228ac2a2965a52287a83486e

commit 69d13ca6fb3fc601228ac2a2965a52287a83486e
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:02:35 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:11 +0000

    games/libretro-mame2003_plus: update to 0.20231023

    PR:             274647

 games/libretro-mame2003_plus/Makefile | 8 ++++----
 games/libretro-mame2003_plus/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 101 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5e61cc8211ac7f80e9dc449e05e69188c160570

commit f5e61cc8211ac7f80e9dc449e05e69188c160570
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:01:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:08 +0000

    games/libretro-freeintv: update to 0.20230417

    PR:             274647

 games/libretro-freeintv/Makefile | 8 ++++----
 games/libretro-freeintv/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 102 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8fa116dc404db1ff89751d3060e0b04a2bd2e849

commit 8fa116dc404db1ff89751d3060e0b04a2bd2e849
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:00:35 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:06 +0000

    games/libretro-cap32: update to 0.20230712

    PR:             274647

 games/libretro-cap32/Makefile | 8 ++++----
 games/libretro-cap32/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 103 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f9be48924ffd46fd64664d15f72b62301d31541c

commit f9be48924ffd46fd64664d15f72b62301d31541c
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:59:53 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:05 +0000

    games/libretro-bluemsx: update to 0.20230417

    PR:             274647

 games/libretro-bluemsx/Makefile | 8 ++++----
 games/libretro-bluemsx/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 104 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cbea0e33e8871ec2d2d4afa433cd10d2e2e0a331

commit cbea0e33e8871ec2d2d4afa433cd10d2e2e0a331
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:59:49 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:04 +0000

    games/libretro-fmsx: update to 0.20230417

    PR:             274647

 games/libretro-fmsx/Makefile | 8 ++++----
 games/libretro-fmsx/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 105 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5e3d3bc6e2e2bd6fd1dbd49a2e18cdadd08636b

commit f5e3d3bc6e2e2bd6fd1dbd49a2e18cdadd08636b
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:00:11 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:05 +0000

    games/libretro-2048: update to 0.20230220

    PR:             274647

 games/libretro-2048/Makefile | 8 ++++----
 games/libretro-2048/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 106 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=74c1875b7b5a7a0622d3663f33c955a5c8eaba7a

commit 74c1875b7b5a7a0622d3663f33c955a5c8eaba7a
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:59:22 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:03 +0000

    games/libretro-hatari: update to 0.20230929

    PR:             274647

 games/libretro-hatari/Makefile | 8 ++++----
 games/libretro-hatari/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 107 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=893c05c57df404bf0b0d6f6c321363ab98ebb5c4

commit 893c05c57df404bf0b0d6f6c321363ab98ebb5c4
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:59:39 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:04 +0000

    games/libretro-emux: update to 0.20191014

    PR:             274647

 games/libretro-emux/Makefile                       | 23 ++++++++++++++--------
 games/libretro-emux/distinfo                       |  6 +++---
 .../files/patch-Makefile.freebsd (gone)            | 10 ----------
 3 files changed, 18 insertions(+), 21 deletions(-)
Comment 108 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a75d1ac6f2fc57bca2fa414b3dd65518ece4895

commit 8a75d1ac6f2fc57bca2fa414b3dd65518ece4895
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:59:30 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:03 +0000

    games/libretro-handy: update to 0.20230819

    PR:             274647

 games/libretro-handy/Makefile | 8 ++++----
 games/libretro-handy/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 109 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f3ba5b6003d83dcf071a5813ae5ca415ed2c166f

commit f3ba5b6003d83dcf071a5813ae5ca415ed2c166f
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:57:33 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:01 +0000

    games/libretro-nestopia: update to 0.20230528

    PR:             274647

 games/libretro-nestopia/Makefile                            | 10 +++++-----
 games/libretro-nestopia/distinfo                            |  6 +++---
 games/libretro-nestopia/files/patch-Makefile.freebsd (gone) |  5 -----
 3 files changed, 8 insertions(+), 13 deletions(-)
Comment 110 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bad1d67815a1ca58cf6639eb779cc53232734f7a

commit bad1d67815a1ca58cf6639eb779cc53232734f7a
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:59:03 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:02 +0000

    games/libretro-virtualjaguar: update to 0.20230601

    PR:             274647

 games/libretro-virtualjaguar/Makefile | 8 ++++----
 games/libretro-virtualjaguar/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 111 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dcbb4672e23f20dc33c0194309d94bbb9f720b5a

commit dcbb4672e23f20dc33c0194309d94bbb9f720b5a
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:00:17 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:06 +0000

    games/libretro-a5200: update to 0.20230817

    PR:             274647

 games/libretro-a5200/Makefile | 8 ++++----
 games/libretro-a5200/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 112 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d9a84a0efabd5b8b9c4bb23df47b22b7d54829c

commit 7d9a84a0efabd5b8b9c4bb23df47b22b7d54829c
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:57:48 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:01 +0000

    games/libretro-gw: update to 0.20230528

    PR:             274647

 games/libretro-gw/Makefile | 8 ++++----
 games/libretro-gw/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 113 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1fff05c61e430d88039652eccac46d5e55049460

commit 1fff05c61e430d88039652eccac46d5e55049460
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:55:15 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:57 +0000

    games/libretro-xrick: update to 0.20230528

    PR:             274647

 games/libretro-xrick/Makefile | 4 ++--
 games/libretro-xrick/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 114 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d837efcb34438fc4a4978bcaefb2623d9158d7a1

commit d837efcb34438fc4a4978bcaefb2623d9158d7a1
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:57:28 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:00 +0000

    games/libretro-nxengine: update to 0.20230221

    PR:             274647

 games/libretro-nxengine/Makefile | 8 ++++----
 games/libretro-nxengine/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 115 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1b5d5dbd2b7f1486cef60bc06d0a506f4b7e30bf

commit 1b5d5dbd2b7f1486cef60bc06d0a506f4b7e30bf
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:57:58 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:02 +0000

    games/libretro-fbneo: update to 0.20231025

    PR:             274647

 games/libretro-fbneo/Makefile                            | 13 ++++++-------
 games/libretro-fbneo/distinfo                            |  6 +++---
 games/libretro-fbneo/files/patch-Makefile.freebsd (gone) |  5 -----
 3 files changed, 9 insertions(+), 15 deletions(-)
Comment 116 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=399d2f9ed5afad1ac6b8f3d99a8d095d58edf3a1

commit 399d2f9ed5afad1ac6b8f3d99a8d095d58edf3a1
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:56:41 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:58 +0000

    games/libretro-snes9x2005: update to 0.20220725

    PR:             274647

 games/libretro-snes9x2005/Makefile                            | 9 +++++----
 games/libretro-snes9x2005/distinfo                            | 6 +++---
 games/libretro-snes9x2005/files/patch-Makefile.freebsd (gone) | 5 -----
 3 files changed, 8 insertions(+), 12 deletions(-)
Comment 117 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7918356e0460867ede88066c59194a572d41ae65

commit 7918356e0460867ede88066c59194a572d41ae65
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:57:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:59 +0000

    games/libretro-prboom: update to 0.20230528

    PR:             274647

 games/libretro-prboom/Makefile | 8 ++++----
 games/libretro-prboom/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 118 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:23:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e12fcaeb059469470a9661bf4dd1246bd36aafac

commit e12fcaeb059469470a9661bf4dd1246bd36aafac
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:57:11 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:00 +0000

    games/libretro-picodrive: update to 0.20230811

    PR:             274647

 games/libretro-picodrive/Makefile | 14 ++++++++++----
 games/libretro-picodrive/distinfo | 16 +++++++++++++---
 2 files changed, 23 insertions(+), 7 deletions(-)
Comment 119 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8569db6f83ca56b2eda980157b4dcb7142dd8861

commit 8569db6f83ca56b2eda980157b4dcb7142dd8861
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:56:35 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:57 +0000

    games/libretro-snes9x: update to 0.20231013

    PR:             274647

 games/libretro-snes9x/Makefile                            | 11 ++++++-----
 games/libretro-snes9x/distinfo                            |  6 +++---
 games/libretro-snes9x/files/patch-Makefile.freebsd (gone) |  5 -----
 3 files changed, 9 insertions(+), 13 deletions(-)
Comment 120 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13490562a684c056511822e668c5799451814823

commit 13490562a684c056511822e668c5799451814823
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-26 22:27:47 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:55 +0000

    games/libretro-boom3: new port

    PR:             274647

 games/Makefile                                     |  1 +
 games/libretro-boom3/Makefile (new)                | 27 ++++++++++++++++++++++
 games/libretro-boom3/distinfo (new)                |  3 +++
 ...h-sys_libretro-common_rthreads_rthreads.c (new) | 11 +++++++++
 games/libretro-boom3/pkg-descr (new)               |  1 +
 5 files changed, 43 insertions(+)
Comment 121 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b335a5b0344a7971fccd4c9954672da42f18232

commit 4b335a5b0344a7971fccd4c9954672da42f18232
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:56:46 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:58 +0000

    games/libretro-snes9x2010: update to 0.20230220

    PR:             274647

 games/libretro-snes9x2010/Makefile                            | 5 ++---
 games/libretro-snes9x2010/distinfo                            | 6 +++---
 games/libretro-snes9x2010/files/patch-Makefile.freebsd (gone) | 5 -----
 3 files changed, 5 insertions(+), 11 deletions(-)
Comment 122 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a2c730183563bc8f15e34cc7e46e7ec8d0837981

commit a2c730183563bc8f15e34cc7e46e7ec8d0837981
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:45:15 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:56 +0000

    games/libretro-dosbox: update to 0.20220718

    PR:             274647

 games/libretro-dosbox/Makefile | 9 ++++-----
 games/libretro-dosbox/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)
Comment 123 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b5ca06d13c32f7a94d6beaf563fc5a4d007e8bf

commit 4b5ca06d13c32f7a94d6beaf563fc5a4d007e8bf
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:50:44 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:56 +0000

    games/libretro-yabause: update to 0.20230103

    PR:             274647

 games/libretro-yabause/Makefile                          | 10 +++++-----
 games/libretro-yabause/distinfo                          |  6 +++---
 .../libretro-yabause/files/patch-Makefile.freebsd (gone) |  5 -----
 ...ause_src_libretro_libretro-common_rthreads_rthreads.c | 16 ++++++++--------
 4 files changed, 16 insertions(+), 21 deletions(-)
Comment 124 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7be63f72759d76bc5bbfdc0fa3dfafb3bc120a9e

commit 7be63f72759d76bc5bbfdc0fa3dfafb3bc120a9e
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-26 19:58:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:52 +0000

    games/retroarch-assets: update to g20231020

    PR:             274647

 games/retroarch-assets/Makefile  |     4 +-
 games/retroarch-assets/distinfo  |     6 +-
 games/retroarch-assets/pkg-plist | 16281 ++++++++++++++++++++++++++++++++++++-
 3 files changed, 16228 insertions(+), 63 deletions(-)
Comment 125 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4bd796daf9b979f8c70b60e2c8dc9885d9326c94

commit 4bd796daf9b979f8c70b60e2c8dc9885d9326c94
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-26 20:03:29 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:53 +0000

    games/libretro-shaders-glsl: update to g20231025

    PR:             274647

 games/libretro-shaders-glsl/Makefile  |   4 +-
 games/libretro-shaders-glsl/distinfo  |   6 +-
 games/libretro-shaders-glsl/pkg-plist | 283 ++++++++++++++++++++++++++++------
 3 files changed, 241 insertions(+), 52 deletions(-)
Comment 126 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=762073ef1e09c923950a79265d30e22880f011cf

commit 762073ef1e09c923950a79265d30e22880f011cf
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:12:13 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:55 +0000

    games/libretro-desmume: new port

    PR:             274647

 games/Makefile                                     |  1 +
 games/libretro-desmume/Makefile (new)              | 39 ++++++++++++++++++++++
 games/libretro-desmume/distinfo (new)              |  3 ++
 ..._libretro-common_features_features__cpu.c (new) | 11 ++++++
 ...e_src_libretro-common_rthreads_rthreads.c (new) | 11 ++++++
 games/libretro-desmume/pkg-descr (new)             |  1 +
 6 files changed, 66 insertions(+)
Comment 127 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f9b4c41e847759359bc76729d48844022c876f4

commit 9f9b4c41e847759359bc76729d48844022c876f4
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-26 20:05:24 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:54 +0000

    games/libretro-core-info: update to 1.16.0

    PR:             274647

 games/libretro-core-info/Makefile  |  2 +-
 games/libretro-core-info/distinfo  |  6 +++---
 games/libretro-core-info/pkg-plist | 29 +++++++++++++++++++----------
 3 files changed, 23 insertions(+), 14 deletions(-)
Comment 128 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:11 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=866b548395e06bfa019b7d7840a6ceec5bb39545

commit 866b548395e06bfa019b7d7840a6ceec5bb39545
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-26 20:04:03 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:54 +0000

    games/libretro-shaders-slang: update to g20231023

    PR:             274647

 games/libretro-shaders-slang/Makefile  |    4 +-
 games/libretro-shaders-slang/distinfo  |    6 +-
 games/libretro-shaders-slang/pkg-plist | 2683 ++++++++++++++++++++++++++------
 3 files changed, 2172 insertions(+), 521 deletions(-)
Comment 129 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f4853b6cb48080bc390903c198a9b646fe1eceb

commit 7f4853b6cb48080bc390903c198a9b646fe1eceb
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-26 19:53:55 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:52 +0000

    games/retroarch: update to 1.16.0.3

    PR:             274647

 games/retroarch/Makefile | 3 +--
 games/retroarch/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 130 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cc1f91bef63b600d4f558428308181962bc4c966

commit cc1f91bef63b600d4f558428308181962bc4c966
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:00:40 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:07 +0000

    games/libretro-desmume2015: update to 0.20220405

    PR:             274647

 games/libretro-desmume2015/Makefile                      | 15 +++++++--------
 games/libretro-desmume2015/distinfo                      |  6 +++---
 .../files/patch-Makefile.freebsd (gone)                  |  5 -----
 ...-desmume_src_libretro-common_features_features__cpu.c |  4 ++--
 ...patch-desmume_src_libretro-common_rthreads_rthreads.c | 16 ++++++++--------
 5 files changed, 20 insertions(+), 26 deletions(-)
Comment 131 Robert Clausecker freebsd_committer freebsd_triage 2023-11-07 00:29:00 UTC
A big thank you for the great work in getting all these ports up to date!