diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/brise/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/brise/patches/patch-Makefile | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/inputmethod/brise/distinfo b/inputmethod/brise/distinfo index eca6fcd79a4..512ea5a5911 100644 --- a/inputmethod/brise/distinfo +++ b/inputmethod/brise/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1 2014/12/04 12:10:04 obache Exp $ +$NetBSD: distinfo,v 1.2 2015/10/30 12:21:17 tnn Exp $ SHA1 (brise-0.30.tar.gz) = 74e05d49b80fbcb1266bda39d1a2651fe163b438 RMD160 (brise-0.30.tar.gz) = a22e5707631be3d9f737489a1374d5b10f7fe3ba Size (brise-0.30.tar.gz) = 6556594 bytes +SHA1 (patch-Makefile) = 05458093aeb02cd71a53ffb710bbf7c212617852 diff --git a/inputmethod/brise/patches/patch-Makefile b/inputmethod/brise/patches/patch-Makefile new file mode 100644 index 00000000000..cfb81727c57 --- /dev/null +++ b/inputmethod/brise/patches/patch-Makefile @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile,v 1.1 2015/10/30 12:21:17 tnn Exp $ + +Don't litter /tmp with 200MB of debug logs after build. + +--- Makefile.orig 2013-11-10 10:20:19.000000000 +0000 ++++ Makefile +@@ -18,7 +18,7 @@ all: essay + @cp symbols.yaml ${DATA} + @cp preset/*.yaml ${DATA} + @cp supplement/*.yaml ${DATA} +- rime_deployer --build ${DATA} ++ env TMPDIR="$$(pwd)" rime_deployer --build ${DATA} + + essay: + @echo "generating essay.kct." |