Date: Mon, 27 Jan 2020 09:53:44 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: "Tobias C. Berner" <tcberner@freebsd.org>, Alexey Dokuchaev <danfe@freebsd.org>, ports-committers <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>, svn-ports-head <svn-ports-head@freebsd.org>, gecko@freebsd.org Subject: Re: svn commit: r524241 - head/databases/sqlite3 Message-ID: <r1zl-i8kn-wny@FreeBSD.org> In-Reply-To: <20200127082605.dxxswmxm7tdlsmfb@atuin.in.mat.cc> (Mathieu Arnold's message of "Mon, 27 Jan 2020 09:26:05 %2B0100") References: <202001270533.00R5XDkT049821@repo.freebsd.org> <y2tt-mo7t-wny@FreeBSD.org> <CAOshKteQ%2B_qQRk3mZ8mGmAipnQFuN-LOMEWB42etN-LeJygi_Q@mail.gmail.com> <20200127062504.GA47080@FreeBSD.org> <CAOshKtf=EPFFhXqJRkaA%2BfhRgZL4M6YJZXWWSA-8Xnj_hJVKhg@mail.gmail.com> <blqp-mmgh-wny@FreeBSD.org> <20200127082605.dxxswmxm7tdlsmfb@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
Mathieu Arnold <mat@FreeBSD.org> writes: > On Mon, Jan 27, 2020 at 07:40:14AM +0100, Jan Beich wrote: > >> "Tobias C. Berner" <tcberner@freebsd.org> writes: >> > On Mon, 27 Jan 2020 at 07:25, Alexey Dokuchaev <danfe@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?r1zl-i8kn-wny>