pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/ibus-table-others Has race conditions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b057d9d08606
branches:  trunk
changeset: 649081:b057d9d08606
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Mar 31 15:41:41 2015 +0000

description:
Has race conditions.

diffstat:

 inputmethod/ibus-table-others/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1d9492efc1ac -r b057d9d08606 inputmethod/ibus-table-others/Makefile
--- a/inputmethod/ibus-table-others/Makefile    Tue Mar 31 15:41:13 2015 +0000
+++ b/inputmethod/ibus-table-others/Makefile    Tue Mar 31 15:41:41 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/03/15 17:56:15 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.12 2015/03/31 15:41:41 joerg Exp $
 #
 
 DISTNAME=      ibus-table-others-1.3.7
@@ -10,6 +10,9 @@
 COMMENT=       All non-Chinese tables for IBus-Table
 LICENSE=       gnu-gpl-v3
 
+#FileExistsError: [Errno 17] File exists: '.../work/.home/.local/share/ibus-table'
+MAKE_JOBS_SAFE=        no
+
 GNU_CONFIGURE= yes
 USE_LANGUAGES= # none
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index