pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/mozc-server



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 22:16:03 UTC 2022

Modified Files:
        pkgsrc/inputmethod/mozc-server: Makefile.common

Log Message:
mozc-server: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/inputmethod/mozc-server/Makefile.common

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-server/Makefile.common
diff -u pkgsrc/inputmethod/mozc-server/Makefile.common:1.34 pkgsrc/inputmethod/mozc-server/Makefile.common:1.35
--- pkgsrc/inputmethod/mozc-server/Makefile.common:1.34 Sat Feb 27 04:19:46 2021
+++ pkgsrc/inputmethod/mozc-server/Makefile.common      Sun Apr 24 22:16:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2021/02/27 04:19:46 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.35 2022/04/24 22:16:03 tnn Exp $
 # used by inputmethod/ibus-mozc/Makefile
 # used by inputmethod/mozc-elisp/Makefile
 # used by inputmethod/mozc-server/Makefile
@@ -35,10 +35,11 @@ BUILD_DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]
 BUILD_DEPENDS+=        ninja-build-[0-9]*:../../devel/ninja-build
 
 USE_LANGUAGES= c c++
-
 USE_TOOLS+=    gmake pkg-config
 GCC_REQD+=     4.7     # for c++11
 
+CHECK_PORTABILITY_SKIP+=       third_party/protobuf/src/google/protobuf/compiler/zip_output_unittest.sh
+
 OPENSSL_CFLAGS=                -I${BUILDLINK_PREFIX.openssl}/include
 OPENSSL_INC=           -I${BUILDLINK_PREFIX.openssl}/include
 OPENSSL_LDFLAGS=       -L${BUILDLINK_PREFIX.openssl}/lib -lssl -lcrypto



Home | Main Index | Thread Index | Old Index