diff --git a/chinese/ibus-table-chinese/Makefile b/chinese/ibus-table-chinese/Makefile index c15c595adb2c..fc75f644bd5f 100644 --- a/chinese/ibus-table-chinese/Makefile +++ b/chinese/ibus-table-chinese/Makefile @@ -1,32 +1,34 @@ PORTNAME= ibus-table-chinese PORTVERSION= 1.8.3 CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org COMMENT= Chinese input tables for IBus WWW= https://github.com/definite/ibus-table-chinese LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= does not build: TypeError: cannot use a string pattern on a bytes-like object +DEPRECATED= Broken since 2021 +EXPIRATION_DATE= 2023-03-21 BUILD_DEPENDS= ${LOCALBASE}/share/cmake/Modules/ManageEnvironment.cmake:devel/cmake-fedora \ ibus-daemon:textproc/ibus \ ${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table RUN_DEPENDS= ibus-daemon:textproc/ibus \ ${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table USES= cmake:insource,noninja pkgconfig USE_GITHUB= yes GH_ACCOUNT= definite INSTALL_TARGET= install DATADIR= ${PREFIX}/share/ibus-table CMAKE_ARGS+= -DDATA_DIR:PATH="${PREFIX}/share" \ -DPRJ_DOC_DIR:PATH="${DOCSDIR}" \ -DCMAKE_FEDORA_TMP_DIR:PATH="${WRKSRC}" MAKE_ENV+= PYTHONDONTWRITEBYTECODE=1 .include