git: 38daf07c7592 - main - Mk/bsd.gecko.mk: remove references to older gecko releases
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Sep 2022 20:12:27 UTC
The branch main has been updated by cmt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=38daf07c7592c9e17f608b36c45b815fc2d46997
commit 38daf07c7592c9e17f608b36c45b815fc2d46997
Author: Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2022-09-12 20:09:24 +0000
Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2022-09-12 20:12:19 +0000
Mk/bsd.gecko.mk: remove references to older gecko releases
we now have
firefox 105.0 (27b5e1775e)
firefox-esr 102.3 (a69cb9420e)
thunderbird 102.2 (4185660c39)
---
Mk/bsd.gecko.mk | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 047310846c15..5581ae2494cd 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -66,10 +66,7 @@ CPE_VENDOR?=mozilla
USE_GL= gl
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 xtst
-. endif
+USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrandr xrender xt xtst
HAS_CONFIGURE= yes
CONFIGURE_OUTSOURCE= yes
LDFLAGS+= -Wl,--as-needed
@@ -164,10 +161,7 @@ pixman_LIB_DEPENDS= libpixman-1.so:x11/pixman
pixman_MOZ_OPTIONS= --enable-system-pixman
png_LIB_DEPENDS= libpng.so:graphics/png
-png_MOZ_OPTIONS= --with-system-png=${LOCALBASE}
-. if ${MOZILLA_VER:R:R} >= 97
png_MOZ_OPTIONS= --with-system-png
-. endif
sqlite_LIB_DEPENDS= libsqlite3.so:databases/sqlite3
sqlite_MOZ_OPTIONS= --enable-system-sqlite
@@ -271,18 +265,9 @@ MOZ_OPTIONS+= --disable-pulseaudio
. if ${PORT_OPTIONS:MSNDIO}
BUILD_DEPENDS+= ${LOCALBASE}/include/sndio.h:audio/sndio
-. if ${MOZILLA_VER:R:R} < 100
-post-patch-SNDIO-on:
- @${REINPLACE_CMD} -e 's|OpenBSD|${OPSYS}|g' \
- -e '/DISABLE_LIBSNDIO_DLOPEN/d' \
- ${MOZSRC}/media/libcubeb/src/moz.build
-. else
MOZ_OPTIONS+= --enable-sndio
-. endif
. else
-. if ${MOZILLA_VER:R:R} >= 100
MOZ_OPTIONS+= --disable-sndio
-. endif
. endif
. if ${PORT_OPTIONS:MDEBUG}