Received: by mail.netbsd.org (Postfix, from userid 605) id 58A4784D58; Wed, 3 Jun 2020 09:04:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2BE084CDC for ; Wed, 3 Jun 2020 09:04:37 +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 RoxLt-TndesL for ; Wed, 3 Jun 2020 09:04:37 +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 29EDE84CDB for ; Wed, 3 Jun 2020 09:04:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 182FDFB27; Wed, 3 Jun 2020 09:04:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591175077105950" MIME-Version: 1.0 Date: Wed, 3 Jun 2020 09:04:37 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200603090437.182FDFB27@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. --_----------=_1591175077105950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Jun 3 09:04:37 UTC 2020 Modified Files: pkgsrc/www/firefox: mozilla-common.mk Log Message: firefox: Update nss and cbindgen requirements To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 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. --_----------=_1591175077105950 Content-Disposition: inline Content-Length: 1214 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.168 pkgsrc/www/firefox/mozilla-common.mk:1.169 --- pkgsrc/www/firefox/mozilla-common.mk:1.168 Sun May 17 11:20:57 2020 +++ pkgsrc/www/firefox/mozilla-common.mk Wed Jun 3 09:04:36 2020 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.168 2020/05/17 11:20:57 tnn Exp $ +# $NetBSD: mozilla-common.mk,v 1.169 2020/06/03 09:04:36 ryoon Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -37,7 +37,7 @@ UNLIMIT_RESOURCES+= datasize virtualsize # selection framework. USE_LANGUAGES+= c99 c++ -TOOL_DEPENDS+= cbindgen>=0.13.1:../../devel/cbindgen +TOOL_DEPENDS+= cbindgen>=0.14.2:../../devel/cbindgen .if ${MACHINE_ARCH} == "sparc64" CONFIGURE_ARGS+= --disable-nodejs .else @@ -231,7 +231,7 @@ BUILDLINK_API_DEPENDS.libevent+= libeven BUILDLINK_API_DEPENDS.nspr+= nspr>=4.25 .include "../../devel/nspr/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" -BUILDLINK_API_DEPENDS.nss+= nss>=3.52 +BUILDLINK_API_DEPENDS.nss+= nss>=3.53 .include "../../devel/nss/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" #.include "../../mk/jpeg.buildlink3.mk" --_----------=_1591175077105950--