Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Apr 2026 18:37:48 +0000
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9f9d29d7761b - main - devel/sdl{20,3}: fix fcitx dependency
Message-ID:  <69d008fc.24ca2.5f9ab2b7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f9d29d7761b20c5bbf78bc11389ce4f870e1171

commit 9f9d29d7761b20c5bbf78bc11389ce4f870e1171
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2026-04-03 17:29:39 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2026-04-03 18:33:55 +0000

    devel/sdl{20,3}: fix fcitx dependency
    
    - Switch from lib to run-dependency, as only dbus service from fcitx is in fact used by sdl
    - Update from deprecated chinese/fcitx to textproc/fcitx5
    
    PR:             293861
    Reported by:    jcfyecrayz@liamekaens.com
---
 devel/sdl20/Makefile | 3 ++-
 devel/sdl3/Makefile  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index b38fc5696e4a..d74b023c04d8 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sdl2
 DISTVERSION=	2.32.10
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libsdl-org/SDL/releases/download/release-${DISTVERSION}/ \
 		https://www.libsdl.org/release/
@@ -65,7 +66,7 @@ CSD_IMPLIES=		WAYLAND
 DBUS_LIB_DEPENDS=	libdbus-1.so:devel/dbus
 DBUS_CMAKE_BOOL=	SDL_DBUS
 
-FCITX_LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx
+FCITX_RUN_DEPENDS=	fcitx5>=0:textproc/fcitx5
 FCITX_IMPLIES=		DBUS
 
 HIDAPI_CMAKE_BOOL=	SDL_HIDAPI
diff --git a/devel/sdl3/Makefile b/devel/sdl3/Makefile
index ce4d908da4bb..6a1c51712405 100644
--- a/devel/sdl3/Makefile
+++ b/devel/sdl3/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	sdl3
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	3.4.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -64,7 +65,7 @@ CSD_IMPLIES=		WAYLAND
 DBUS_LIB_DEPENDS=	libdbus-1.so:devel/dbus
 DBUS_CMAKE_BOOL=	SDL_DBUS
 
-FCITX_LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx
+FCITX_RUN_DEPENDS=	fcitx5>=0:textproc/fcitx5
 FCITX_IMPLIES=		DBUS
 
 FRIBIDI_CMAKE_BOOL=	SDL_FRIBIDI


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d008fc.24ca2.5f9ab2b7>