Re: git: e09a7da253df - main - emulators/libretro-bsnes: Update to v115.a.20231101
Date: Thu, 14 Dec 2023 21:41:21 UTC
I am sorry, I messed up the commit. I had added the USE_GCC=13 line to the Makefile only temporarily for testing purposes: it should not have appeared in the final commit. Fixed in https://cgit.freebsd.org/ports/commit/?id=f60288f8df26391a6d107ddbc11b6590dfa0ee00 . Thanks Gerald. Cheers, Lorenzo Salvadore Sent from Proton Mail mobile -------- Messaggio originale -------- Il 14 Dic 2023, 21:24, Gerald Pfeifer ha scritto: > On Sun, 10 Dec 2023, Lorenzo Salvadore wrote: > emulators/libretro-bsnes: Update to v115.a.20231101 > > Also remove dependency on GCC ports: this makes it easier to update > GCC_DEFAULT. Moreover, the port now builds with lang/gcc13. > -USE_GCC= yes : > +USE_GCC= 13 Are you thinking to depend on specific versions of GCC more often instead of using USE_GCC=yes since updating GCC_DEFAULT is proving excessively painful these days? (It still is a dependency on a GCC port, so I was confused at first. ;-) Gerald