aecd9018f0
Fix the following error when building on CURRENT as well: /wrkdirs/usr/ports/textproc/fcitx5-qt/work/fcitx5-qt-5.0.7/qt5/platforminputcontext/qfcitxplatforminputcontext.cpp:973:31: error: implicit instantiation of undefined template 'std::array<char, 256>' std::array<char, 256> buffer; Sponsored by: The FreeBSD Foundation Approved by: ygy
35 lines
864 B
Makefile
35 lines
864 B
Makefile
# Created by: Ka Ho Ng <khng300@gmail.com>
|
|
|
|
PORTNAME= fcitx5-qt
|
|
DISTVERSION= 5.0.8
|
|
CATEGORIES= textproc
|
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
PATCHFILES= f7f983e1e709.patch:-p1
|
|
|
|
MAINTAINER= khng@FreeBSD.org
|
|
COMMENT= Fcitx support for Qt5
|
|
|
|
LICENSE= LGPL21+ BSD3CLAUSE
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
|
|
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSES/BSD-3-Clause.txt
|
|
|
|
LIB_DEPENDS= libFcitx5Utils.so:textproc/fcitx5 \
|
|
libxkbcommon.so:x11/libxkbcommon
|
|
|
|
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
|
|
USE_QT= concurrent core dbus widgets buildtools_build qmake_build
|
|
USE_XORG= x11 xcb
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= ENABLE_QT5
|
|
CMAKE_OFF= ENABLE_QT4 ENABLE_QT6
|
|
|
|
.include <bsd.port.mk>
|