git: da0c08141493 - main - www/firefox: depends on libXtst for the new libwebrtc

From: Christoph Moench-Tegeder <cmt_at_FreeBSD.org>
Date: Sat, 05 Feb 2022 00:36:42 UTC
The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da0c0814149389ee67b37d6dabd791f65058b84a

commit da0c0814149389ee67b37d6dabd791f65058b84a
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2022-02-04 22:56:24 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2022-02-05 00:36:10 +0000

    www/firefox: depends on libXtst for the new libwebrtc
    
    the current libwebrtc needs libXtst - even as firefox' docs only
    "recommend" libXtst, it's actually a hard requirement.
    this goes into bsd.gecko.mk, as it will affect all gecko ports in
    due time, even if currently only www/firefox has the new libwebrtc.
    
    PR:             261710
    Reported by:    Benjamin Takacs
---
 Mk/bsd.gecko.mk      | 2 +-
 www/firefox/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 488cf1eb7b30..52107a1c0c4c 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -68,7 +68,7 @@ USE_GNOME=	cairo gdkpixbuf2 gtk30
 USE_PERL5=	build
 USE_XORG=	x11 xcb xcomposite xdamage xext xfixes xrender xt
 .if ${MOZILLA_VER:R:R} >= 96
-USE_XORG+=	xrandr
+USE_XORG+=	xrandr xtst
 .endif
 HAS_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 093f0741a506..e408f190acd5 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	97.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \