Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4A1011A921F for ; Tue, 17 Nov 2020 17:54:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 883F5850ED; Tue, 17 Nov 2020 17:54:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3FD1850C7 for ; Tue, 17 Nov 2020 17:54:51 +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 pQdyRnTS4EZc for ; Tue, 17 Nov 2020 17:54:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2AEA684D61 for ; Tue, 17 Nov 2020 17:54:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2401AFA9D; Tue, 17 Nov 2020 17:54:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605635691227310" MIME-Version: 1.0 Date: Tue, 17 Nov 2020 17:54:51 +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: <20201117175451.2401AFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605635691227310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Tue Nov 17 17:54:51 UTC 2020 Modified Files: pkgsrc/www/firefox: mozilla-common.mk Log Message: firefox: 83.0 requires cbindgen 0.15.0 or later. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 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. --_----------=_1605635691227310 Content-Disposition: inline Content-Length: 798 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.187 pkgsrc/www/firefox/mozilla-common.mk:1.188 --- pkgsrc/www/firefox/mozilla-common.mk:1.187 Thu Nov 12 10:03:24 2020 +++ pkgsrc/www/firefox/mozilla-common.mk Tue Nov 17 17:54:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.187 2020/11/12 10:03:24 nia Exp $ +# $NetBSD: mozilla-common.mk,v 1.188 2020/11/17 17:54:50 tsutsui Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -17,7 +17,7 @@ UNLIMIT_RESOURCES+= datasize virtualsize USE_LANGUAGES+= c c++ -TOOL_DEPENDS+= cbindgen>=0.14.3:../../devel/cbindgen +TOOL_DEPENDS+= cbindgen>=0.15.0:../../devel/cbindgen .if ${MACHINE_ARCH} == "sparc64" CONFIGURE_ARGS+= --disable-nodejs .else --_----------=_1605635691227310--