pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod Needs pkg-config. Fixes building packages ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d750355ab664
branches: trunk
changeset: 448667:d750355ab664
user: nia <nia%pkgsrc.org@localhost>
date: Fri Mar 12 08:46:58 2021 +0000
description:
Needs pkg-config. Fixes building packages in bulk builds.
diffstat:
inputmethod/fcitx5-anthy/Makefile | 3 ++-
inputmethod/fcitx5-chewing/Makefile | 3 ++-
inputmethod/fcitx5-configtool/Makefile | 3 ++-
inputmethod/fcitx5-hangul/Makefile | 3 ++-
inputmethod/fcitx5-kkc/Makefile | 3 ++-
inputmethod/fcitx5-libthai/Makefile | 3 ++-
inputmethod/fcitx5-m17n/Makefile | 3 ++-
inputmethod/fcitx5-sayura/Makefile | 3 ++-
inputmethod/fcitx5-skk/Makefile | 3 ++-
inputmethod/fcitx5-unikey/Makefile | 3 ++-
inputmethod/fcitx5-zhuyin/Makefile | 3 ++-
11 files changed, 22 insertions(+), 11 deletions(-)
diffs (187 lines):
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-anthy/Makefile
--- a/inputmethod/fcitx5-anthy/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-anthy/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
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"
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-chewing/Makefile
--- a/inputmethod/fcitx5-chewing/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-chewing/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../inputmethod/fcitx5/buildlink3.mk"
.include "../../inputmethod/libchewing/buildlink3.mk"
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-configtool/Makefile
--- a/inputmethod/fcitx5-configtool/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-configtool/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
OBJDIR= ${WRKDIR}/build
CONFIGURE_DIRS= ${OBJDIR}
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-hangul/Makefile
--- a/inputmethod/fcitx5-hangul/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-hangul/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
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"
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-kkc/Makefile
--- a/inputmethod/fcitx5-kkc/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-kkc/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
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"
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-libthai/Makefile
--- a/inputmethod/fcitx5-libthai/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-libthai/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-m17n/Makefile
--- a/inputmethod/fcitx5-m17n/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-m17n/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
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"
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-sayura/Makefile
--- a/inputmethod/fcitx5-sayura/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-sayura/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
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"
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-skk/Makefile
--- a/inputmethod/fcitx5-skk/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-skk/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
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"
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-unikey/Makefile
--- a/inputmethod/fcitx5-unikey/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-unikey/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
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"
diff -r 84c0503526d4 -r d750355ab664 inputmethod/fcitx5-zhuyin/Makefile
--- a/inputmethod/fcitx5-zhuyin/Makefile Fri Mar 12 08:41:27 2021 +0000
+++ b/inputmethod/fcitx5-zhuyin/Makefile Fri Mar 12 08:46:58 2021 +0000
@@ -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 @@
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