Received: by mail.netbsd.org (Postfix, from userid 605) id 63EE484D80; Wed, 2 Nov 2022 20:33:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9511C84D43 for ; Wed, 2 Nov 2022 20:33:08 +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 skIJmcxPlYjW for ; Wed, 2 Nov 2022 20:33:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E64E684C13 for ; Wed, 2 Nov 2022 20:33:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0274FA90; Wed, 2 Nov 2022 20:33:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667421187181780" MIME-Version: 1.0 Date: Wed, 2 Nov 2022 20:33:07 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/www/firefox91 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221102203307.E0274FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667421187181780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Nov 2 20:33:07 UTC 2022 Modified Files: pkgsrc/www/firefox91: mozilla-common.mk Log Message: firefox91: reflect new minimum dependency of cbindgen >= 0.24 We're carrying a patch that will only build with recent cbindgen. Issue noted by Todd Gruhn on pkgsrc-users@. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/firefox91/mozilla-common.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667421187181780 Content-Disposition: inline Content-Length: 888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox91/mozilla-common.mk diff -u pkgsrc/www/firefox91/mozilla-common.mk:1.5 pkgsrc/www/firefox91/mozilla-common.mk:1.6 --- pkgsrc/www/firefox91/mozilla-common.mk:1.5 Thu Jan 13 01:25:23 2022 +++ pkgsrc/www/firefox91/mozilla-common.mk Wed Nov 2 20:33:07 2022 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.5 2022/01/13 01:25:23 gutteridge Exp $ +# $NetBSD: mozilla-common.mk,v 1.6 2022/11/02 20:33:07 gutteridge Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -20,7 +20,7 @@ USE_LANGUAGES+= c c++ # ERROR: Only GCC 7.1 or newer is supported (found version 5.5.0). GCC_REQD+= 7 -TOOL_DEPENDS+= cbindgen>=0.19.0:../../devel/cbindgen +TOOL_DEPENDS+= cbindgen>=0.24.0:../../devel/cbindgen .if defined(FIREFOX_MAINTAINER) && !defined(MAINTAINER_INTERNAL) TOOL_DEPENDS+= nodejs-[0-9]*:../../lang/nodejs --_----------=_1667421187181780--