From owner-svn-ports-branches@freebsd.org Mon Mar 9 17:58:23 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1000826900B; Mon, 9 Mar 2020 17:58:23 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48bmDG5h3jz4DQh; Mon, 9 Mar 2020 17:58:22 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f172.google.com (mail-qt1-f172.google.com [209.85.160.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 87C42DB9E; Mon, 9 Mar 2020 17:58:22 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f172.google.com with SMTP id l20so6032504qtp.4; Mon, 09 Mar 2020 10:58:22 -0700 (PDT) X-Gm-Message-State: ANhLgQ3wSmfPae9/QAVXQ6ejtrZ1+XZ0W+VXIVyeMVOsxoZ6Yv5hCIsc z26bZPhXX5cEGhgJtww4wOMvsZYocjlm+Fv+NNw= X-Google-Smtp-Source: ADFU+vvIEmcnKLYLVTfWfMQmc0PDwrZyTK76crbtKJZPdtgzxgugFwq79+8xiO50Zdhw+FnGLnm6xfsdbflf2lJt0To= X-Received: by 2002:ac8:564e:: with SMTP id 14mr2094227qtt.53.1583776701941; Mon, 09 Mar 2020 10:58:21 -0700 (PDT) MIME-Version: 1.0 References: <202003071906.027J6c4u063317@repo.freebsd.org> In-Reply-To: <202003071906.027J6c4u063317@repo.freebsd.org> From: Kyle Evans Date: Mon, 9 Mar 2020 12:58:10 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r527969 - in branches/2020Q1: Mk www/firefox www/firefox/files To: Jan Beich Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2020 17:58:23 -0000 On Sat, Mar 7, 2020 at 1:06 PM Jan Beich wrote: > > Author: jbeich > Date: Sat Mar 7 19:06:38 2020 > New Revision: 527969 > URL: https://svnweb.freebsd.org/changeset/ports/527969 > > Log: > MFH: r527804 > > www/firefox: update to 74.0 > > Changes: https://www.mozilla.org/firefox/74.0/releasenotes/ > PR: 244310 > Security: 9f900456-0bfa-4da4-ad59-14b2933259a2 > Approved by: ports-secteam blanket > Differential Revision: https://reviews.freebsd.org/D23646 > > Deleted: > branches/2020Q1/www/firefox/files/patch-cubeb-sndio > Modified: > branches/2020Q1/Mk/bsd.gecko.mk > branches/2020Q1/www/firefox/Makefile > branches/2020Q1/www/firefox/distinfo > branches/2020Q1/www/firefox/files/patch-bug1288587 > Directory Properties: > branches/2020Q1/ (props changed) > > Modified: branches/2020Q1/Mk/bsd.gecko.mk > ============================================================================== > --- branches/2020Q1/Mk/bsd.gecko.mk Sat Mar 7 19:05:28 2020 (r527968) > +++ branches/2020Q1/Mk/bsd.gecko.mk Sat Mar 7 19:06:38 2020 (r527969) > @@ -76,7 +76,7 @@ LDFLAGS+= -Wl,--as-needed > BUNDLE_LIBS= yes > > BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ > - rust-cbindgen>=0.12.0:devel/rust-cbindgen \ > + rust-cbindgen>=0.13.0:devel/rust-cbindgen \ > ${RUST_DEFAULT}>=1.39:lang/${RUST_DEFAULT} \ > ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \ > node:www/node > > Modified: branches/2020Q1/www/firefox/Makefile > ============================================================================== > --- branches/2020Q1/www/firefox/Makefile Sat Mar 7 19:05:28 2020 (r527968) > +++ branches/2020Q1/www/firefox/Makefile Sat Mar 7 19:06:38 2020 (r527969) > @@ -2,26 +2,24 @@ > # $FreeBSD$ > > PORTNAME= firefox > -DISTVERSION= 73.0.1 > -PORTREVISION= 1 > +DISTVERSION= 74.0 > PORTEPOCH= 1 > CATEGORIES= www > MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ > - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source > + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source > DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} > > MAINTAINER= gecko@FreeBSD.org > COMMENT= Web browser based on the browser portion of Mozilla > > -BUILD_DEPENDS= nspr>=4.24:devel/nspr \ > - nss>=3.49.2:security/nss \ > +BUILD_DEPENDS= nspr>=4.25:devel/nspr \ > + nss>=3.50:security/nss \ > icu>=64.1,1:devel/icu \ > libevent>=2.1.8:devel/libevent \ > harfbuzz>=2.6.4:print/harfbuzz \ > graphite2>=1.3.13:graphics/graphite2 \ > png>=1.6.35:graphics/png \ > libvpx>=1.5.0:multimedia/libvpx \ > - sqlite3>=3.30.1:databases/sqlite3 \ > ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ > v4l_compat>0:multimedia/v4l_compat \ > autoconf-2.13:devel/autoconf213 \ Hi, This bumped the requirement of nspr to 4.25, which happened in r524792 -- this hasn't been MFH'd yet, so the build in quarterly is now broken. e.g. http://beefy2.nyi.freebsd.org/data/121amd64-quarterly/527970/logs/errors/firefox-74.0_1,1.log Thanks, Kyle Evans