pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/mozc-renderer
Module Name: pkgsrc
Committed By: tsutsui
Date: Sat Dec 21 01:15:02 UTC 2024
Modified Files:
pkgsrc/inputmethod/mozc-renderer: Makefile
Log Message:
mozc-renderer: 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.78 -r1.79 pkgsrc/inputmethod/mozc-renderer/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/mozc-renderer/Makefile
diff -u pkgsrc/inputmethod/mozc-renderer/Makefile:1.78 pkgsrc/inputmethod/mozc-renderer/Makefile:1.79
--- pkgsrc/inputmethod/mozc-renderer/Makefile:1.78 Thu Nov 14 22:20:25 2024
+++ pkgsrc/inputmethod/mozc-renderer/Makefile Sat Dec 21 01:15:02 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2024/11/14 22:20:25 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2024/12/21 01:15:02 tsutsui Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/}
-PKGREVISION= 5
+PKGREVISION= 6
CONFLICTS+= ibus-mozc<=1.13.1651.102
@@ -17,6 +17,8 @@ do-build:
--client_debug \
build \
renderer/qt:mozc_renderer \
+ --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