pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Mar 2 13:24:54 UTC 2021
Modified Files:
pkgsrc/inputmethod/fcitx5-anthy: Makefile
pkgsrc/inputmethod/fcitx5-chewing: Makefile
pkgsrc/inputmethod/fcitx5-chinese-addons: Makefile
pkgsrc/inputmethod/fcitx5-gtk: Makefile
pkgsrc/inputmethod/fcitx5-hangul: Makefile
pkgsrc/inputmethod/fcitx5-libthai: Makefile
pkgsrc/inputmethod/fcitx5-lua: Makefile
pkgsrc/inputmethod/fcitx5-m17n: Makefile
pkgsrc/inputmethod/fcitx5-qt: Makefile
pkgsrc/inputmethod/fcitx5-rime: Makefile
pkgsrc/inputmethod/fcitx5-sayura: Makefile
pkgsrc/inputmethod/fcitx5-skk: Makefile
pkgsrc/inputmethod/fcitx5-table-extra: Makefile
pkgsrc/inputmethod/fcitx5-table-other: Makefile
pkgsrc/inputmethod/fcitx5-unikey: Makefile
pkgsrc/inputmethod/fcitx5-zhuyin: Makefile
Log Message:
fcitx5: Set build time dependency to extra-cmake-modules
* Replace DEPENDS with BUILD_DEPENDS. And remove trailing slash.
* Add new BUILD_DEPENDS to some packages. CMake dectects ECM.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-anthy/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-chewing/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-gtk/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-hangul/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-libthai/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-lua/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-m17n/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-qt/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-rime/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-sayura/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-skk/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-table-extra/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-table-other/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-unikey/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-zhuyin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/fcitx5-anthy/Makefile
diff -u pkgsrc/inputmethod/fcitx5-anthy/Makefile:1.3 pkgsrc/inputmethod/fcitx5-anthy/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-anthy/Makefile:1.3 Tue Mar 2 03:04:22 2021
+++ pkgsrc/inputmethod/fcitx5-anthy/Makefile Tue Mar 2 13:24:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:22 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-anthy-5.0.3
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= Anthy Japanese inputmethod for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
Index: pkgsrc/inputmethod/fcitx5-chewing/Makefile
diff -u pkgsrc/inputmethod/fcitx5-chewing/Makefile:1.3 pkgsrc/inputmethod/fcitx5-chewing/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-chewing/Makefile:1.3 Tue Mar 2 03:04:23 2021
+++ pkgsrc/inputmethod/fcitx5-chewing/Makefile Tue Mar 2 13:24:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-chewing-5.0.4
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= Chewing engine for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
Index: pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile
diff -u pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile:1.2 pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile:1.2 Sat Feb 27 20:08:01 2021
+++ pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile Tue Mar 2 13:24:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 20:08:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-chinese-addons-5.0.4
CATEGORIES= inputmethod
@@ -21,6 +21,8 @@ SITES.${f}= https://download.fcitx-im.or
.endfor
EXTRACT_ONLY= ${DEFAULT_DISTFILES}
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
Index: pkgsrc/inputmethod/fcitx5-gtk/Makefile
diff -u pkgsrc/inputmethod/fcitx5-gtk/Makefile:1.3 pkgsrc/inputmethod/fcitx5-gtk/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-gtk/Makefile:1.3 Sat Feb 27 19:34:11 2021
+++ pkgsrc/inputmethod/fcitx5-gtk/Makefile Tue Mar 2 13:24:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/27 19:34:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-gtk-5.0.4
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= GTK input method module for fcitx5
LICENSE= gnu-lgpl-v2.1
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
Index: pkgsrc/inputmethod/fcitx5-hangul/Makefile
diff -u pkgsrc/inputmethod/fcitx5-hangul/Makefile:1.2 pkgsrc/inputmethod/fcitx5-hangul/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-hangul/Makefile:1.2 Tue Mar 2 03:04:23 2021
+++ pkgsrc/inputmethod/fcitx5-hangul/Makefile Tue Mar 2 13:24:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-hangul-5.0.2
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= Hangul Wrapper for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
Index: pkgsrc/inputmethod/fcitx5-libthai/Makefile
diff -u pkgsrc/inputmethod/fcitx5-libthai/Makefile:1.2 pkgsrc/inputmethod/fcitx5-libthai/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-libthai/Makefile:1.2 Tue Mar 2 03:04:23 2021
+++ pkgsrc/inputmethod/fcitx5-libthai/Makefile Tue Mar 2 13:24:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-libthai-5.0.2
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= Thai language input method for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
Index: pkgsrc/inputmethod/fcitx5-lua/Makefile
diff -u pkgsrc/inputmethod/fcitx5-lua/Makefile:1.3 pkgsrc/inputmethod/fcitx5-lua/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-lua/Makefile:1.3 Tue Mar 2 03:04:23 2021
+++ pkgsrc/inputmethod/fcitx5-lua/Makefile Tue Mar 2 13:24:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-lua-5.0.3
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= Lua support for fcitx5
LICENSE= gnu-lgpl-v2.1
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
Index: pkgsrc/inputmethod/fcitx5-m17n/Makefile
diff -u pkgsrc/inputmethod/fcitx5-m17n/Makefile:1.2 pkgsrc/inputmethod/fcitx5-m17n/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-m17n/Makefile:1.2 Tue Mar 2 03:04:23 2021
+++ pkgsrc/inputmethod/fcitx5-m17n/Makefile Tue Mar 2 13:24:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-m17n-5.0.3
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= Wrapper library of m17n for Fcitx5
LICENSE= gnu-lgpl-v2.1
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
Index: pkgsrc/inputmethod/fcitx5-qt/Makefile
diff -u pkgsrc/inputmethod/fcitx5-qt/Makefile:1.3 pkgsrc/inputmethod/fcitx5-qt/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-qt/Makefile:1.3 Tue Mar 2 03:04:23 2021
+++ pkgsrc/inputmethod/fcitx5-qt/Makefile Tue Mar 2 13:24:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-qt-5.0.3
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://download.fcitx-im.org/
COMMENT= Qt5 library and IM module for fcitx5
LICENSE= gnu-lgpl-v2.1
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
Index: pkgsrc/inputmethod/fcitx5-rime/Makefile
diff -u pkgsrc/inputmethod/fcitx5-rime/Makefile:1.2 pkgsrc/inputmethod/fcitx5-rime/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-rime/Makefile:1.2 Tue Mar 2 03:04:23 2021
+++ pkgsrc/inputmethod/fcitx5-rime/Makefile Tue Mar 2 13:24:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-rime-5.0.4
CATEGORIES= inputmethod
@@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= RIME traditional Chinese input method for Fcitx5
LICENSE= gnu-lgpl-v2.1
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
DEPENDS+= rime-luna-pinyin-[0-9]*:../../inputmethod/rime-luna-pinyin
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
Index: pkgsrc/inputmethod/fcitx5-sayura/Makefile
diff -u pkgsrc/inputmethod/fcitx5-sayura/Makefile:1.2 pkgsrc/inputmethod/fcitx5-sayura/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-sayura/Makefile:1.2 Tue Mar 2 03:04:23 2021
+++ pkgsrc/inputmethod/fcitx5-sayura/Makefile Tue Mar 2 13:24:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-sayura-5.0.2
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= Sinhala input method for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
Index: pkgsrc/inputmethod/fcitx5-skk/Makefile
diff -u pkgsrc/inputmethod/fcitx5-skk/Makefile:1.2 pkgsrc/inputmethod/fcitx5-skk/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-skk/Makefile:1.2 Sat Feb 27 20:10:32 2021
+++ pkgsrc/inputmethod/fcitx5-skk/Makefile Tue Mar 2 13:24:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 20:10:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-skk-5.0.4
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= SKK Kana-Kanji inputmethod for fcitx5
LICENSE= gnu-gpl-v3
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
Index: pkgsrc/inputmethod/fcitx5-table-extra/Makefile
diff -u pkgsrc/inputmethod/fcitx5-table-extra/Makefile:1.1 pkgsrc/inputmethod/fcitx5-table-extra/Makefile:1.2
--- pkgsrc/inputmethod/fcitx5-table-extra/Makefile:1.1 Sat Feb 20 21:45:07 2021
+++ pkgsrc/inputmethod/fcitx5-table-extra/Makefile Tue Mar 2 13:24:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:45:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-table-extra-5.0.2
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://download.fcitx-im.org/
COMMENT= Extra Chinese table for Fcitx5
LICENSE= gnu-gpl-v2
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5
DEPENDS+= libime-[0-9]*:../../inputmethod/libime
Index: pkgsrc/inputmethod/fcitx5-table-other/Makefile
diff -u pkgsrc/inputmethod/fcitx5-table-other/Makefile:1.1 pkgsrc/inputmethod/fcitx5-table-other/Makefile:1.2
--- pkgsrc/inputmethod/fcitx5-table-other/Makefile:1.1 Sat Feb 20 21:47:19 2021
+++ pkgsrc/inputmethod/fcitx5-table-other/Makefile Tue Mar 2 13:24:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:47:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-table-other-5.0.3
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://download.fcitx-im.org/
COMMENT= Non-Chinese tables for Fcitx5
LICENSE= gnu-gpl-v3
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5
DEPENDS+= libime-[0-9]*:../../inputmethod/libime
Index: pkgsrc/inputmethod/fcitx5-unikey/Makefile
diff -u pkgsrc/inputmethod/fcitx5-unikey/Makefile:1.1 pkgsrc/inputmethod/fcitx5-unikey/Makefile:1.2
--- pkgsrc/inputmethod/fcitx5-unikey/Makefile:1.1 Sat Feb 20 21:49:56 2021
+++ pkgsrc/inputmethod/fcitx5-unikey/Makefile Tue Mar 2 13:24:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:49:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-unikey-5.0.3
CATEGORIES= inputmethod
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= Unikey Vietnamese input method engine for Fcitx5
LICENSE= gnu-gpl-v3
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
Index: pkgsrc/inputmethod/fcitx5-zhuyin/Makefile
diff -u pkgsrc/inputmethod/fcitx5-zhuyin/Makefile:1.2 pkgsrc/inputmethod/fcitx5-zhuyin/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-zhuyin/Makefile:1.2 Tue Mar 2 03:04:23 2021
+++ pkgsrc/inputmethod/fcitx5-zhuyin/Makefile Tue Mar 2 13:24:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
DISTNAME= fcitx5-zhuyin-5.0.3
CATEGORIES= inputmethod
@@ -10,8 +10,6 @@ HOMEPAGE= https://github.com/fcitx/fcitx
COMMENT= Libzhuyin Wrapper for Fcitx5
LICENSE= gnu-gpl-v2
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
-
DISTFILES+= ${DEFAULT_DISTFILES}
MOREDISTFILES+= model.text.20161206.tar.gz
.for f in ${MOREDISTFILES}
@@ -20,6 +18,8 @@ SITES.${f}= https://download.fcitx-im.or
.endfor
EXTRACT_ONLY= ${DEFAULT_DISTFILES}
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
Home |
Main Index |
Thread Index |
Old Index