From owner-svn-ports-all@freebsd.org Mon Jan 27 08:53:43 2020 Return-Path: Delivered-To: svn-ports-all@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 B4151237998; Mon, 27 Jan 2020 08:53:43 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 485k7C4KGhz485R; Mon, 27 Jan 2020 08:53:43 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 702771CEF8; Mon, 27 Jan 2020 08:53:43 +0000 (UTC) From: Jan Beich To: Mathieu Arnold Cc: "Tobias C. Berner" , Alexey Dokuchaev , ports-committers , svn-ports-all , svn-ports-head , gecko@freebsd.org Subject: Re: svn commit: r524241 - head/databases/sqlite3 References: <202001270533.00R5XDkT049821@repo.freebsd.org> <20200127062504.GA47080@FreeBSD.org> <20200127082605.dxxswmxm7tdlsmfb@atuin.in.mat.cc> Date: Mon, 27 Jan 2020 09:53:44 +0100 In-Reply-To: <20200127082605.dxxswmxm7tdlsmfb@atuin.in.mat.cc> (Mathieu Arnold's message of "Mon, 27 Jan 2020 09:26:05 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2020 08:53:43 -0000 Mathieu Arnold writes: > On Mon, Jan 27, 2020 at 07:40:14AM +0100, Jan Beich wrote: > >> "Tobias C. Berner" writes: >> > On Mon, 27 Jan 2020 at 07:25, Alexey Dokuchaev wrote: >> >> It would be nice if this matter was sorted out *before* bumping of the >> >> port epoch. :-( >> > We had a broken firefox, this required fixing. Adding epoch was the fastest way. >> >> For 1 day on /head branch. Even /latest binary packages weren't affected yet. > > In a world where the ports tree is private and nobody else uses it to > build packages from it, maybe. 1 day is not enough for gecko@ to react. On 26 (yesterday) only 1 person reported the issue, and the cause wasn't clear. Now that PORTEPOCH is bumped I'm no longer interested in testing the following and would rather watch Mozilla bug 1607902. Index: mail/thunderbird/Makefile =================================================================== --- mail/thunderbird/Makefile (revision 523159) +++ mail/thunderbird/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 68.4.1 +PORTREVISION= 1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -28,7 +29,7 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \ SSP_UNSAFE= yes USE_GECKO= gecko -USE_MOZILLA= -vpx +USE_MOZILLA= -sqlite -vpx USES= tar:xz Index: www/firefox/Makefile =================================================================== --- www/firefox/Makefile (revision 524247) +++ www/firefox/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 72.0.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -30,7 +30,7 @@ BUILD_DEPENDS= nspr>=4.24:devel/nspr \ USE_GECKO= gecko CONFLICTS_INSTALL= firefox-esr -USE_MOZILLA= -vpx +USE_MOZILLA= -sqlite -vpx USES= tar:xz Index: www/firefox-esr/Makefile =================================================================== --- www/firefox-esr/Makefile (revision 523813) +++ www/firefox-esr/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.4.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ @@ -31,7 +32,7 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \ USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= firefox -USE_MOZILLA= -vpx +USE_MOZILLA= -sqlite -vpx USES= tar:xz