pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/ibus-mozc
Module Name: pkgsrc
Committed By: tsutsui
Date: Sat Dec 21 01:16:03 UTC 2024
Modified Files:
pkgsrc/inputmethod/ibus-mozc: Makefile
Log Message:
ibus-mozc: pull the similar fix from mozc_tool.
https://mail-index.netbsd.org/pkgsrc-changes/2024/12/18/msg312749.html
> mozc-tool: respect MAKE_JOBS, don't fetch during build
> pkgrevision++ in case it makes a difference to use local distfiles
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/inputmethod/ibus-mozc/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/ibus-mozc/Makefile
diff -u pkgsrc/inputmethod/ibus-mozc/Makefile:1.97 pkgsrc/inputmethod/ibus-mozc/Makefile:1.98
--- pkgsrc/inputmethod/ibus-mozc/Makefile:1.97 Thu Nov 14 22:20:24 2024
+++ pkgsrc/inputmethod/ibus-mozc/Makefile Sat Dec 21 01:16:03 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2024/11/14 22:20:24 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2024/12/21 01:16:03 tsutsui Exp $
PKGNAME= ibus-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \
share/ibus-mozc
@@ -18,6 +18,8 @@ do-build:
--client_debug \
build \
unix/ibus:ibus_mozc unix/icons \
+ --distdir=${WRKSRC}/dist \
+ --jobs=${MAKE_JOBS:U1} \
--host_action_env=CWRAPPERS_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR} \
--action_env=CWRAPPERS_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR} \
--host_action_env=PATH=${PATH} \
Home |
Main Index |
Thread Index |
Old Index