Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2024 19:37:03 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 569576dab1f8 - main - emulators/yuzu: silence order warning after 0f5a12706051
Message-ID:  <202403111937.42BJb3Fm040538@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 569576dab1f86c039c275c5962f33a80d6d95643
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-03-11 19:36:06 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-03-11 19:36:53 +0000

    emulators/yuzu: silence order warning after 0f5a12706051
    
    $ portlint
    [...]
    WARN: Makefile: "DEPRECATED" has to appear earlier.
    WARN: Makefile: "LIB_DEPENDS" has to appear earlier.
    WARN: Makefile: "BUILD_DEPENDS" has to appear earlier.
    WARN: Makefile: "TEST_DEPENDS" has to appear earlier.
    WARN: Makefile: "FLAVORS" has to appear earlier.
---
 emulators/yuzu/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index e53cd5033a16..ab74cf1c3291 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -23,7 +23,6 @@ LICENSE_FILE_MIT=	${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE
 
 ONLY_FOR_ARCHS=	aarch64 amd64
 ONLY_FOR_ARCHS_REASON=	requires int128 and dynarmic backend
-
 # XXX Need Ryujinx or a Yuzu fork that regularly improves game compatibility
 DEPRECATED=	Project discontinued
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403111937.42BJb3Fm040538>