Date: Sun, 11 Nov 2018 11:47:33 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484688 - in head: chinese/fcitx-chewing chinese/fcitx-cloudpinyin chinese/fcitx-rime chinese/fcitx-sunpinyin chinese/fcitx-table-extra korean/fcitx-hangul textproc/fcitx-m17n Message-ID: <201811111147.wABBlX1b028172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sun Nov 11 11:47:33 2018 New Revision: 484688 URL: https://svnweb.freebsd.org/changeset/ports/484688 Log: - Fix build by adding bash as BUILD_DEPENDS PR: 231612 Submitted by: wen@ Approved by: maintainer Modified: head/chinese/fcitx-chewing/Makefile head/chinese/fcitx-cloudpinyin/Makefile head/chinese/fcitx-rime/Makefile head/chinese/fcitx-sunpinyin/Makefile head/chinese/fcitx-table-extra/Makefile head/korean/fcitx-hangul/Makefile head/textproc/fcitx-m17n/Makefile Modified: head/chinese/fcitx-chewing/Makefile ============================================================================== --- head/chinese/fcitx-chewing/Makefile Sun Nov 11 11:47:09 2018 (r484687) +++ head/chinese/fcitx-chewing/Makefile Sun Nov 11 11:47:33 2018 (r484688) @@ -3,6 +3,7 @@ PORTNAME= fcitx-chewing PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= Chewing support for Fcitx LICENSE= GPLv2 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libchewing.so:chinese/libchewing Modified: head/chinese/fcitx-cloudpinyin/Makefile ============================================================================== --- head/chinese/fcitx-cloudpinyin/Makefile Sun Nov 11 11:47:09 2018 (r484687) +++ head/chinese/fcitx-cloudpinyin/Makefile Sun Nov 11 11:47:33 2018 (r484688) @@ -3,6 +3,7 @@ PORTNAME= fcitx-cloudpinyin PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= Cloud-based Pinyin module for Fcitx LICENSE= GPLv2 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libcurl.so:ftp/curl Modified: head/chinese/fcitx-rime/Makefile ============================================================================== --- head/chinese/fcitx-rime/Makefile Sun Nov 11 11:47:09 2018 (r484687) +++ head/chinese/fcitx-rime/Makefile Sun Nov 11 11:47:33 2018 (r484688) @@ -3,6 +3,7 @@ PORTNAME= fcitx-rime PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= RIME support for Fcitx LICENSE= GPLv2 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ librime.so:chinese/librime RUN_DEPENDS= ${LOCALBASE}/share/brise/default.yaml:chinese/brise Modified: head/chinese/fcitx-sunpinyin/Makefile ============================================================================== --- head/chinese/fcitx-sunpinyin/Makefile Sun Nov 11 11:47:09 2018 (r484687) +++ head/chinese/fcitx-sunpinyin/Makefile Sun Nov 11 11:47:33 2018 (r484688) @@ -3,6 +3,7 @@ PORTNAME= fcitx-sunpinyin PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= SunPinyin support for Fcitx LICENSE= GPLv2 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libsunpinyin.so:chinese/sunpinyin Modified: head/chinese/fcitx-table-extra/Makefile ============================================================================== --- head/chinese/fcitx-table-extra/Makefile Sun Nov 11 11:47:09 2018 (r484687) +++ head/chinese/fcitx-table-extra/Makefile Sun Nov 11 11:47:33 2018 (r484688) @@ -3,6 +3,7 @@ PORTNAME= fcitx-table-extra PORTVERSION= 0.3.8 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= Table-based input methods for Fcitx LICENSE= GPLv2 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx USES= tar:xz cmake gettext Modified: head/korean/fcitx-hangul/Makefile ============================================================================== --- head/korean/fcitx-hangul/Makefile Sun Nov 11 11:47:09 2018 (r484687) +++ head/korean/fcitx-hangul/Makefile Sun Nov 11 11:47:33 2018 (r484688) @@ -3,6 +3,7 @@ PORTNAME= fcitx-hangul PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= korean MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= Hangul support for Fcitx LICENSE= GPLv2 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libhangul.so:korean/libhangul Modified: head/textproc/fcitx-m17n/Makefile ============================================================================== --- head/textproc/fcitx-m17n/Makefile Sun Nov 11 11:47:09 2018 (r484687) +++ head/textproc/fcitx-m17n/Makefile Sun Nov 11 11:47:33 2018 (r484688) @@ -3,6 +3,7 @@ PORTNAME= fcitx-m17n PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -12,6 +13,7 @@ COMMENT= Multilingualization support for Fcitx LICENSE= LGPL21 +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libm17n.so:devel/m17n-lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811111147.wABBlX1b028172>