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:36:10 +0000
commitda0c0814149389ee67b37d6dabd791f65058b84a (patch)
tree9ab90479a80ce9632502ee91261e7c861e06fa2e
parent6ab112d4ace4d3e32c424fb5f37b91a39c37bc91 (diff)
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
-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 \