pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/mozc-tool
Module Name: pkgsrc
Committed By: maya
Date: Wed Dec 18 01:27:03 UTC 2024
Modified Files:
pkgsrc/inputmethod/mozc-tool: Makefile
Log Message:
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.92 -r1.93 pkgsrc/inputmethod/mozc-tool/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-tool/Makefile
diff -u pkgsrc/inputmethod/mozc-tool/Makefile:1.92 pkgsrc/inputmethod/mozc-tool/Makefile:1.93
--- pkgsrc/inputmethod/mozc-tool/Makefile:1.92 Thu Nov 14 22:20:26 2024
+++ pkgsrc/inputmethod/mozc-tool/Makefile Wed Dec 18 01:27:03 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2024/11/14 22:20:26 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2024/12/18 01:27:03 maya Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/}
-PKGREVISION= 5
+PKGREVISION= 6
INSTALLATION_DIRS+= libexec
@@ -12,6 +12,8 @@ do-build:
--client_debug \
build \
gui/tool:mozc_tool \
+ --distdir=${WRKSRC}/dist \
+ --jobs=${MAKE_JOBS:U1} \
--subcommands \
--host_action_env=PATH=${PATH} \
--action_env=PATH=${PATH} \
Home |
Main Index |
Thread Index |
Old Index