diff options
| author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-09-12 20:09:24 +0000 |
|---|---|---|
| committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-09-12 20:12:19 +0000 |
| commit | 38daf07c7592c9e17f608b36c45b815fc2d46997 (patch) | |
| tree | e579dc2e968d8375c3769c00d821883f31e11529 | |
| parent | 113c09ff34db465edf7863b88edb90e111280590 (diff) | |
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)
| -rw-r--r-- | Mk/bsd.gecko.mk | 17 |
1 files changed, 1 insertions, 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} |
