Index: head/textproc/fcitx5-configtool/Makefile =================================================================== --- head/textproc/fcitx5-configtool/Makefile (revision 568764) +++ head/textproc/fcitx5-configtool/Makefile (revision 568765) @@ -1,38 +1,40 @@ # Created by: Ka Ho Ng # $FreeBSD$ PORTNAME= fcitx5-configtool DISTVERSION= 5.0.2 +PORTREVISION= 1 CATEGORIES= textproc x11 MAINTAINER= khng300@gmail.com COMMENT= Fcitx5 IM framework configuration tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ fcitx5=5.0.4:textproc/fcitx5 \ fcitx5-qt=5.0.2:textproc/fcitx5-qt LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ libFcitx5Core.so:textproc/fcitx5 \ libFcitx5Qt5DBusAddons.so:textproc/fcitx5-qt RUN_DEPENDS= xkeyboard-config>=0:x11/xkeyboard-config \ iso-codes>=0:misc/iso-codes USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig qt:5 xorg PLIST_SUB= VER=${PORTVERSION} USE_GITHUB= yes GH_ACCOUNT= fcitx USE_KDE= ecm coreaddons kdeclarative i18n itemviews kirigami2 package widgetsaddons -USE_QT= concurrent core gui quickcontrols2 widgets x11extras buildtools_build qmake_build +USE_QT= concurrent core dbus declarative gui quickcontrols2 widgets x11extras \ + buildtools_build qmake_build USE_XORG= x11 xkbfile USE_LDCONFIG= yes CMAKE_ON= ENABLE_KCM ENABLE_CONFIG_QT CMAKE_OFF= ENABLE_TEST .include Index: head/textproc/fcitx5-configtool/files/patch-config.h.in =================================================================== --- head/textproc/fcitx5-configtool/files/patch-config.h.in (nonexistent) +++ head/textproc/fcitx5-configtool/files/patch-config.h.in (revision 568765) @@ -0,0 +1,19 @@ +--- config.h.in.orig 2021-03-18 23:30:34 UTC ++++ config.h.in +@@ -6,11 +6,11 @@ + #ifndef _KCM_FCITX5_CONFIG_H_ + #define _KCM_FCITX5_CONFIG_H_ + +-#cmakedefine PROJECT_VERSION "@PROJECT_VERSION@" +-#cmakedefine XKEYBOARDCONFIG_XKBBASE "@XKEYBOARDCONFIG_XKBBASE@" +-#cmakedefine ISOCODES_ISO639_2_JSON "@ISOCODES_ISO639_2_JSON@" +-#cmakedefine ISOCODES_ISO639_3_JSON "@ISOCODES_ISO639_3_JSON@" +-#cmakedefine ISOCODES_ISO639_5_JSON "@ISOCODES_ISO639_5_JSON@" ++#define PROJECT_VERSION "@PROJECT_VERSION@" ++#define XKEYBOARDCONFIG_XKBBASE "@XKEYBOARDCONFIG_XKBBASE@" ++#define ISOCODES_ISO639_2_JSON "@ISOCODES_ISO639_2_JSON@" ++#define ISOCODES_ISO639_3_JSON "@ISOCODES_ISO639_3_JSON@" ++#define ISOCODES_ISO639_5_JSON "@ISOCODES_ISO639_5_JSON@" + + #define FCITX5_QT5_GUI_WRAPPER "@FCITX5_QT5_GUI_WRAPPER@" + Property changes on: head/textproc/fcitx5-configtool/files/patch-config.h.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property