Index | Thread | Search

From:
Landry Breuil <landry@openbsd.org>
Subject:
Re: UPDATE: Dolphin 20230722
To:
Brad Smith <brad@comstyle.com>
Cc:
ports@openbsd.org
Date:
Thu, 4 Apr 2024 12:39:02 +0200

Download raw body.

Thread
Le Thu, Apr 04, 2024 at 06:12:30AM -0400, Brad Smith a écrit :
> On 2024-04-04 5:58 a.m., Rafael Sadowski wrote:
> > 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?
> 
> That was the last tag they have made with the full proper repo including a
> whole
> bunch of git modules that are required. They haven't bothered with anything
> since. The normal way of using the Github bits doesn't do a full checkout.

cant you use the DIST_TUPLE feature then ?