aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-06-19 08:37:43 +0800
committerJan Beich <jbeich@FreeBSD.org>2018-06-19 08:37:43 +0800
commita07c15747d5038844291fa7c5ac960bde4b77c33 (patch)
tree4f741d267ec65b2514ca1298d4dc5b8dd2e6aaee /Mk
parent32813b878b81a543f4ca1f8bbe7f83b87fb57d1d (diff)
downloadfreebsd-ports-gnome-a07c15747d5038844291fa7c5ac960bde4b77c33.tar.gz
freebsd-ports-gnome-a07c15747d5038844291fa7c5ac960bde4b77c33.tar.zst
freebsd-ports-gnome-a07c15747d5038844291fa7c5ac960bde4b77c33.zip
www/firefox: update to 61.0
- Drop DTRACE option, as it no longer builds https://bugzilla.mozilla.org/show_bug.cgi?id=1448659 https://bugzilla.mozilla.org/show_bug.cgi?id=702179#c33 - Stop using system hunspell per https://bugzilla.mozilla.org/show_bug.cgi?id=1460600 Changes: https://www.mozilla.org/firefox/61.0/releasenotes/ PR: 227850 Security: cd81806c-26e7-4d4a-8425-02724a2f48af MFH: 2018Q2 Differential Revision: https://reviews.freebsd.org/D15227
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/gecko.mk4
-rw-r--r--Mk/bsd.gecko.mk5
2 files changed, 7 insertions, 2 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk
index 72805889a19f..00f418c7a7d8 100644
--- a/Mk/Uses/gecko.mk
+++ b/Mk/Uses/gecko.mk
@@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul
.elif ${gecko_ARGS:Mfirefox}
_GECKO_DEFAULT_VERSION= 52
-_GECKO_VERSIONS= 52 60
+_GECKO_VERSIONS= 52 61
_GECKO_TYPE= firefox
# Dependence lines for different Firefox versions
52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr
-60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox
+61_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox
.if exists(${LOCALBASE}/bin/firefox)
_GECKO_INSTALLED_VER!= ${PKG_QUERY} %v firefox firefox-esr
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 5216cb3d81e3..77c15842f3e6 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -111,6 +111,11 @@ BUILD_DEPENDS+= llvm${MESA_LLVM_VER}>0:devel/llvm${MESA_LLVM_VER}
MOZ_EXPORT+= LLVM_CONFIG=llvm-config${MESA_LLVM_VER}
.endif
+.if ${MOZILLA_VER:R:R} >= 61
+BUILD_DEPENDS+= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g}
+MOZ_EXPORT+= PYTHON3="${LOCALBASE}/bin/python${PYTHON3_DEFAULT}"
+.endif
+
.if ${OPSYS} == FreeBSD && ${OSREL} == 11.1
LLD_UNSAFE= yes
.endif