On 2023/11/03 17:21, SASANO Takayoshi wrote:
> Hello,
>
> I am trying to create ports for dosbox-x-v2023.10.06.
>
> There is no problem for building and updating patches from dosbox-0.74-3,
> with directly fetched source tarball from GitHub.
>
> But with ports' Makefile, "make makesum" does not fetch tarball.
>
> framboise# make makesum
> ===> Checking files for dosbox-x-2023.10.06
> >> Fetch https://github.com/joncampbell123/dosbox-x/archive/refs/tags/dosbox-x-v2023.10.06/dosbox-x-v2023.10.06
> ftp: Error retrieving https://github.com/joncampbell123/dosbox-x/archive/refs/tags/dosbox-x-v2023.10.06/dosbox-x-v2023.10.06: 404 Not Found
>
> In Makefile,
>
> VERSION= 2023.10.06
> DISTNAME= dosbox-x-v${VERSION}
> PKGNAME= dosbox-x-${VERSION}
> CATEGORIES= games x11 emulators
>
> GH_ACCOUNT= joncampbell123
> GH_PROJECT= dosbox-x
> GH_TAGNAME= dosbox-x-v${VERSION}
> #GH_COMMIT= f719635d57dc43099ba01129c188c8e0a7c89d78
>
> I think I wrote required parameters, the result says something is wrong.
> What should I do?
Works for me with those variables, but you must have something else
affecting the Makefile because you have no .tar.gz suffix.
Is there an empty "EXTRACT_SUFX" setting?
(There is no need to set DISTNAME if you use GH_TAGNAME though).
No comments:
Post a Comment