pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/mozc-elisp
Module Name: pkgsrc
Committed By: tsutsui
Date: Sat Dec 21 01:15:31 UTC 2024
Modified Files:
pkgsrc/inputmethod/mozc-elisp: Makefile
Log Message:
mozc-elisp: 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.87 -r1.88 pkgsrc/inputmethod/mozc-elisp/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-elisp/Makefile
diff -u pkgsrc/inputmethod/mozc-elisp/Makefile:1.87 pkgsrc/inputmethod/mozc-elisp/Makefile:1.88
--- pkgsrc/inputmethod/mozc-elisp/Makefile:1.87 Thu Nov 14 22:20:25 2024
+++ pkgsrc/inputmethod/mozc-elisp/Makefile Sat Dec 21 01:15:31 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2024/11/14 22:20:25 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2024/12/21 01:15:31 tsutsui Exp $
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= inputmethod editors
EMACS_MODULES= base leim
@@ -17,6 +17,8 @@ do-build:
--client_debug \
build \
unix/emacs:mozc_emacs_helper \
+ --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