Download raw body.
UPDATE: Dolphin 20230722
On Thu Apr 04, 2024 at 05:54:52AM -0400, Brad Smith wrote:
> Here is an update to Dolphin 20230722 snapshot.
>
> I thought I had sent this out.
>
> This fixes the Minizip and mGBA build issues Klemens had pointed out.
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/emulators/dolphin/Makefile,v
> retrieving revision 1.19
> diff -u -p -u -p -r1.19 Makefile
> --- Makefile 24 Apr 2023 11:40:38 -0000 1.19
> +++ Makefile 4 Apr 2024 09:47:00 -0000
> @@ -1,69 +1,68 @@
> USE_WXNEEDED = Yes
> -ONLY_FOR_ARCHS = amd64
> +ONLY_FOR_ARCHS = aarch64 amd64
>
> COMMENT-main = Nintendo GameCube and Wii emulator with GUI
> COMMENT-nogui = Nintendo GameCube and Wii emulator
>
> -V = 5.0.0.20190621
> -DISTNAME = dolphin-emu-${V}
> -PKGNAME = dolphin-${V}
> -REVISION-main = 4
> -REVISION-nogui = 4
> +V = 5.0.0.20230722
> +DISTNAME = dolphin-${V}
> +CATEGORIES = emulators
> +MASTER_SITES = https://comstyle.com/source/
You move to your self-hosed tarball. What is the reason for this?
UPDATE: Dolphin 20230722