Received: by mail.netbsd.org (Postfix, from userid 605) id 0C23284EA7; Sat, 14 Mar 2020 06:12:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8692C84EA5 for ; Sat, 14 Mar 2020 06:12:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uNc3kqn8ojpe for ; Sat, 14 Mar 2020 06:12:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D94FB84E96 for ; Sat, 14 Mar 2020 06:12:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D2C21FB27; Sat, 14 Mar 2020 06:12:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584166368105440" MIME-Version: 1.0 Date: Sat, 14 Mar 2020 06:12:48 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20200314061248.D2C21FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584166368105440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Mar 14 06:12:48 UTC 2020 Modified Files: pkgsrc/www/firefox: mozilla-common.mk Log Message: firefox: firefox 74.0 explicitly requires cbindgen>=0.13.0. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 pkgsrc/www/firefox/mozilla-common.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584166368105440 Content-Disposition: inline Content-Length: 832 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/mozilla-common.mk diff -u pkgsrc/www/firefox/mozilla-common.mk:1.154 pkgsrc/www/firefox/mozilla-common.mk:1.155 --- pkgsrc/www/firefox/mozilla-common.mk:1.154 Thu Mar 12 19:34:56 2020 +++ pkgsrc/www/firefox/mozilla-common.mk Sat Mar 14 06:12:48 2020 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.154 2020/03/12 19:34:56 nia Exp $ +# $NetBSD: mozilla-common.mk,v 1.155 2020/03/14 06:12:48 tsutsui Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -23,7 +23,7 @@ USE_TOOLS+= pkg-config perl gmake autoc USE_LANGUAGES+= c99 gnu++14 UNLIMIT_RESOURCES+= datasize -TOOL_DEPENDS+= cbindgen>=0.12.0:../../devel/cbindgen +TOOL_DEPENDS+= cbindgen>=0.13.0:../../devel/cbindgen .if ${MACHINE_ARCH} == "sparc64" CONFIGURE_ARGS+= --disable-nodejs .else --_----------=_1584166368105440--