svn commit: r524241 - head/databases/sqlite3

Jan Beich jbeich at FreeBSD.org
Mon Jan 27 08:53:43 UTC 2020


Mathieu Arnold <mat at FreeBSD.org> writes:

> On Mon, Jan 27, 2020 at 07:40:14AM +0100, Jan Beich wrote:
>
>> "Tobias C. Berner" <tcberner at freebsd.org> writes:
>> > On Mon, 27 Jan 2020 at 07:25, Alexey Dokuchaev <danfe at 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
 


More information about the svn-ports-head mailing list