aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2022-02-04 22:56:24 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2022-02-05 00:39:33 +0000
commita7c4afef1154200f55932a6edbaeb40136a84aa2 (patch)
treef8954517758b6fa212c4d81b1d0ffdbb6c5ded59
parentac91e87f2472e80b34b6055d3a9c891d6e20f82f (diff)
downloadports-a7c4afef1154200f55932a6edbaeb40136a84aa2.tar.gz
ports-a7c4afef1154200f55932a6edbaeb40136a84aa2.zip
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 (cherry picked from commit da0c0814149389ee67b37d6dabd791f65058b84a)
-rw-r--r--Mk/bsd.gecko.mk2
-rw-r--r--www/firefox/Makefile2
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 \