Date: Thu, 30 Apr 2026 15:19:57 +0000 From: Kenneth Raplee <kenrap@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Awe Morris <awe@noctvm.io> Subject: git: 6faa5137dd49 - main - games/suika3: Update to 26.05.0 Message-ID: <69f3731d.19579.4193c09@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kenrap: URL: https://cgit.FreeBSD.org/ports/commit/?id=6faa5137dd49b66b20331e16d90428657243fac9 commit 6faa5137dd49b66b20331e16d90428657243fac9 Author: Awe Morris <awe@noctvm.io> AuthorDate: 2026-04-30 06:10:13 +0000 Commit: Kenneth Raplee <kenrap@FreeBSD.org> CommitDate: 2026-04-30 15:19:09 +0000 games/suika3: Update to 26.05.0 PR: 294699 Co-authored-by: Kenneth Raplee <kenrap@FreeBSD.org> Reviewed by: makc (mentor) Approved by: arrowd (co-mentor) --- games/suika3/Makefile | 27 +++++++++++++++------------ games/suika3/distinfo | 6 +++--- games/suika3/pkg-plist | 5 +++++ 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/games/suika3/Makefile b/games/suika3/Makefile index 05d2fa06d80f..c061387bfe35 100644 --- a/games/suika3/Makefile +++ b/games/suika3/Makefile @@ -1,5 +1,5 @@ PORTNAME= suika3 -DISTVERSION= 26.04.9 +DISTVERSION= 26.05.0 CATEGORIES= games MAINTAINER= awe@noctvm.io @@ -19,18 +19,23 @@ LIB_DEPENDS= libbrotlicommon.so:archivers/brotli \ libwebp.so:graphics/webp RUN_DEPENDS= ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf:x11-fonts/noto-sans -USES= cmake gl pkgconfig xorg +USES= cmake desktop-file-utils gl pkgconfig shared-mime-info xorg USE_GITHUB= yes GH_ACCOUNT= awemorris USE_GL= gl USE_XORG= x11 xext xpm CMAKE_ON= SUIKA_ENABLE_DIST \ + SUIKA_TARGET_FREEBSD \ + SUIKA_ENABLE_FREEDESKTOP \ SUIKA_ENABLE_INSTALL \ SUIKA_ENABLE_JIT \ - SUIKA_ENABLE_ + SUIKA_ENABLE_UNSAFE + CMAKE_ARGS= -DSUIKA_DIR_DOCS="share/doc/suika3" \ - -DSUIKA_DIR_GAME="share/examples/suika3" + -DSUIKA_DIR_SAMPLE="share/examples/suika3" \ + -DSUIKA_DIR_LAUNCHER="share/examples/suika3" \ + -DSUIKA_DIR_ELISP="share/examples/suika3" PORTDOCS= * PORTEXAMPLES= * @@ -52,14 +57,12 @@ GST_CMAKE_BOOL= SUIKA_ENABLE_GST JIT_CMAKE_BOOL= SUIKA_ENABLE_JIT NLS_CMAKE_BOOL= SUIKA_ENABLE_I18N -# Remove the bundled font and use a packaged system font instead. -# The bundled font has a separate license (not ZLIB), and FreeBSD Ports -# should not install bundled fonts when system-packaged ones are available. -# Create a symlink to NotoSans to satisfy the engine's expected file name -# without modifying upstream sample data. +# Create symlinks to NotoSans because -DSUIKA_ENABLE_DIST=ON removes +# the bundled fonts due to license issues. post-build: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/suika3/game/system/font - ${LN} -s ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf \ - ${STAGEDIR}${PREFIX}/share/examples/suika3/game/system/font/rounded-l-mplus-1c-bold.ttf + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/game/system/font + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/launcher/system/font + ${LN} -s ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf ${STAGEDIR}${EXAMPLESDIR}/game/system/font/NotoSansCJK-Medium.ttc + ${LN} -s ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf ${STAGEDIR}${EXAMPLESDIR}/launcher/system/font/NotoSans-Medium.ttf .include <bsd.port.mk> diff --git a/games/suika3/distinfo b/games/suika3/distinfo index 336ff36e36f9..d8e93b328f1b 100644 --- a/games/suika3/distinfo +++ b/games/suika3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1776151437 -SHA256 (awemorris-suika3-26.04.9_GH0.tar.gz) = 2c76f8fb15c26d483a8eb23f2d56ade1e8eb5362d0e84c394a153d7c4c558ee9 -SIZE (awemorris-suika3-26.04.9_GH0.tar.gz) = 62235499 +TIMESTAMP = 1777549307 +SHA256 (awemorris-suika3-26.05.0_GH0.tar.gz) = e05479b4d1813abeef265224e471d17f6b3697bd5622ff4c81915e5d804eed59 +SIZE (awemorris-suika3-26.05.0_GH0.tar.gz) = 75653665 diff --git a/games/suika3/pkg-plist b/games/suika3/pkg-plist index c3385ebb87b0..ac05a55f89ac 100644 --- a/games/suika3/pkg-plist +++ b/games/suika3/pkg-plist @@ -1,8 +1,13 @@ bin/suika3 bin/suika3-aotc bin/suika3-bcc +bin/suika3-launcher bin/suika3-pack +share/applications/vn.suika3.engine.desktop +share/icons/hicolor/512x512/apps/vn.suika3.engine.png share/man/man1/suika3-aotc.1.gz share/man/man1/suika3-bcc.1.gz +share/man/man1/suika3-launcher.1.gz share/man/man1/suika3-pack.1.gz share/man/man1/suika3.1.gz +share/mime/packages/vn.suika3.engine.mime.xmlhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f3731d.19579.4193c09>
