git: a7c4afef1154 - 2022Q1 - www/firefox: depends on libXtst for the new libwebrtc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Feb 2022 00:39:43 UTC
The branch 2022Q1 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7c4afef1154200f55932a6edbaeb40136a84aa2 commit a7c4afef1154200f55932a6edbaeb40136a84aa2 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:39:33 +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 (cherry picked from commit da0c0814149389ee67b37d6dabd791f65058b84a) --- 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 \