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: nia
Date: Fri Mar 12 08:46:59 UTC 2021
Modified Files:
pkgsrc/inputmethod/fcitx5-anthy: Makefile
pkgsrc/inputmethod/fcitx5-chewing: Makefile
pkgsrc/inputmethod/fcitx5-configtool: Makefile
pkgsrc/inputmethod/fcitx5-hangul: Makefile
pkgsrc/inputmethod/fcitx5-kkc: Makefile
pkgsrc/inputmethod/fcitx5-libthai: Makefile
pkgsrc/inputmethod/fcitx5-m17n: Makefile
pkgsrc/inputmethod/fcitx5-sayura: Makefile
pkgsrc/inputmethod/fcitx5-skk: Makefile
pkgsrc/inputmethod/fcitx5-unikey: Makefile
pkgsrc/inputmethod/fcitx5-zhuyin: Makefile
Log Message:
Needs pkg-config. Fixes building packages in bulk builds.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/fcitx5-anthy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/fcitx5-chewing/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-configtool/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-hangul/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-kkc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-libthai/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-m17n/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-sayura/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-skk/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-unikey/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/inputmethod/fcitx5-anthy/Makefile:1.5
--- pkgsrc/inputmethod/fcitx5-anthy/Makefile:1.4 Tue Mar 2 13:24:53 2021
+++ pkgsrc/inputmethod/fcitx5-anthy/Makefile Fri Mar 12 08:46:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-anthy-5.0.3
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../inputmethod/anthy/buildlink3.mk"
Index: pkgsrc/inputmethod/fcitx5-chewing/Makefile
diff -u pkgsrc/inputmethod/fcitx5-chewing/Makefile:1.4 pkgsrc/inputmethod/fcitx5-chewing/Makefile:1.5
--- pkgsrc/inputmethod/fcitx5-chewing/Makefile:1.4 Tue Mar 2 13:24:53 2021
+++ pkgsrc/inputmethod/fcitx5-chewing/Makefile Fri Mar 12 08:46:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-chewing-5.0.4
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../inputmethod/fcitx5/buildlink3.mk"
.include "../../inputmethod/libchewing/buildlink3.mk"
Index: pkgsrc/inputmethod/fcitx5-configtool/Makefile
diff -u pkgsrc/inputmethod/fcitx5-configtool/Makefile:1.2 pkgsrc/inputmethod/fcitx5-configtool/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-configtool/Makefile:1.2 Sat Feb 27 19:43:17 2021
+++ pkgsrc/inputmethod/fcitx5-configtool/Makefile Fri Mar 12 08:46:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 19:43:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-configtool-5.0.3
CATEGORIES= inputmethod
@@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
OBJDIR= ${WRKDIR}/build
CONFIGURE_DIRS= ${OBJDIR}
Index: pkgsrc/inputmethod/fcitx5-hangul/Makefile
diff -u pkgsrc/inputmethod/fcitx5-hangul/Makefile:1.3 pkgsrc/inputmethod/fcitx5-hangul/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-hangul/Makefile:1.3 Tue Mar 2 13:24:53 2021
+++ pkgsrc/inputmethod/fcitx5-hangul/Makefile Fri Mar 12 08:46:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-hangul-5.0.2
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../inputmethod/fcitx5/buildlink3.mk"
Index: pkgsrc/inputmethod/fcitx5-kkc/Makefile
diff -u pkgsrc/inputmethod/fcitx5-kkc/Makefile:1.1 pkgsrc/inputmethod/fcitx5-kkc/Makefile:1.2
--- pkgsrc/inputmethod/fcitx5-kkc/Makefile:1.1 Sat Mar 6 04:26:23 2021
+++ pkgsrc/inputmethod/fcitx5-kkc/Makefile Fri Mar 12 08:46:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/03/06 04:26:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-kkc-5.0.4
CATEGORIES= inputmethod
@@ -18,6 +18,7 @@ DEPENDS+= libkkc-data-[0-9]*:../../misc/
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../converters/libkkc/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Index: pkgsrc/inputmethod/fcitx5-libthai/Makefile
diff -u pkgsrc/inputmethod/fcitx5-libthai/Makefile:1.3 pkgsrc/inputmethod/fcitx5-libthai/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-libthai/Makefile:1.3 Tue Mar 2 13:24:53 2021
+++ pkgsrc/inputmethod/fcitx5-libthai/Makefile Fri Mar 12 08:46:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-libthai-5.0.2
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/inputmethod/fcitx5-m17n/Makefile
diff -u pkgsrc/inputmethod/fcitx5-m17n/Makefile:1.3 pkgsrc/inputmethod/fcitx5-m17n/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-m17n/Makefile:1.3 Tue Mar 2 13:24:53 2021
+++ pkgsrc/inputmethod/fcitx5-m17n/Makefile Fri Mar 12 08:46:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-m17n-5.0.3
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../devel/m17n-lib/buildlink3.mk"
.include "../../inputmethod/fcitx5/buildlink3.mk"
Index: pkgsrc/inputmethod/fcitx5-sayura/Makefile
diff -u pkgsrc/inputmethod/fcitx5-sayura/Makefile:1.3 pkgsrc/inputmethod/fcitx5-sayura/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-sayura/Makefile:1.3 Tue Mar 2 13:24:54 2021
+++ pkgsrc/inputmethod/fcitx5-sayura/Makefile Fri Mar 12 08:46:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-sayura-5.0.2
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../inputmethod/fcitx5/buildlink3.mk"
Index: pkgsrc/inputmethod/fcitx5-skk/Makefile
diff -u pkgsrc/inputmethod/fcitx5-skk/Makefile:1.3 pkgsrc/inputmethod/fcitx5-skk/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-skk/Makefile:1.3 Tue Mar 2 13:24:54 2021
+++ pkgsrc/inputmethod/fcitx5-skk/Makefile Fri Mar 12 08:46:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:59 nia Exp $
DISTNAME= fcitx5-skk-5.0.4
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Index: pkgsrc/inputmethod/fcitx5-unikey/Makefile
diff -u pkgsrc/inputmethod/fcitx5-unikey/Makefile:1.2 pkgsrc/inputmethod/fcitx5-unikey/Makefile:1.3
--- pkgsrc/inputmethod/fcitx5-unikey/Makefile:1.2 Tue Mar 2 13:24:54 2021
+++ pkgsrc/inputmethod/fcitx5-unikey/Makefile Fri Mar 12 08:46:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/12 08:46:59 nia Exp $
DISTNAME= fcitx5-unikey-5.0.3
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../inputmethod/fcitx5-qt/buildlink3.mk"
Index: pkgsrc/inputmethod/fcitx5-zhuyin/Makefile
diff -u pkgsrc/inputmethod/fcitx5-zhuyin/Makefile:1.3 pkgsrc/inputmethod/fcitx5-zhuyin/Makefile:1.4
--- pkgsrc/inputmethod/fcitx5-zhuyin/Makefile:1.3 Tue Mar 2 13:24:54 2021
+++ pkgsrc/inputmethod/fcitx5-zhuyin/Makefile Fri Mar 12 08:46:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:59 nia Exp $
DISTNAME= fcitx5-zhuyin-5.0.3
CATEGORIES= inputmethod
@@ -23,6 +23,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
post-extract:
.for f in ${MOREDISTFILES}
Home |
Main Index |
Thread Index |
Old Index