Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Aug 2017 20:20:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 219963] www/firefox: update to 55.0
Message-ID:  <bug-219963-21738-0Whzjognf8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219963-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219963-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219963

Jung-uk Kim <jkim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jkim@FreeBSD.org

--- Comment #18 from Jung-uk Kim <jkim@FreeBSD.org> ---
FYI, the following patch fixed build for me.

Index: www/firefox/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- www/firefox/Makefile        (revision 447560)
+++ www/firefox/Makefile        (working copy)
@@ -62,6 +62,8 @@ post-extract:
                <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.deskt=
op

 post-patch:
+       @${REINPLACE_CMD} -e 's|SQLITE_ENABLE_FTS3|SQLITE_ENABLE_FTS4|g' \
+               ${WRKSRC}/old-configure.in
        @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
                ${WRKSRC}/browser/app/nsBrowserApp.cpp

The same patch also works for www/firefox-esr.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219963-21738-0Whzjognf8>