Received: by mail.netbsd.org (Postfix, from userid 605) id 9D1B284E93; Sun, 24 Apr 2022 22:16:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D931284D4A for ; Sun, 24 Apr 2022 22:16:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jSByHmDamre0 for ; Sun, 24 Apr 2022 22:16:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 398DD84CFC for ; Sun, 24 Apr 2022 22:16:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33441FB1A; Sun, 24 Apr 2022 22:16:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650838563187110" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 22:16:03 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/inputmethod/mozc-server To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220424221603.33441FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650838563187110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1650838563187110 Content-Disposition: inline Content-Length: 1102 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1650838563187110--