diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-08-28 08:01:14 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-08-28 08:01:14 +0800 |
commit | 59ae37b430bda0bcc62d30bc7dd8c5d84eb1be1a (patch) | |
tree | 9cc218da1e3c147e813939bbaecd6d8cf2c67a00 /Mk | |
parent | 8605dc6fcbcfe9605ab0e29fe15376a5b4c4611c (diff) | |
download | freebsd-ports-gnome-59ae37b430bda0bcc62d30bc7dd8c5d84eb1be1a.tar.gz freebsd-ports-gnome-59ae37b430bda0bcc62d30bc7dd8c5d84eb1be1a.tar.zst freebsd-ports-gnome-59ae37b430bda0bcc62d30bc7dd8c5d84eb1be1a.zip |
www/firefox: update to 62.0
Changes: https://www.mozilla.org/firefox/62.0/releasenotes/
PR: 229168
Security: c96d416a-eae7-4d5d-bc84-40deca9329fb
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D15913
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gecko.mk | 4 | ||||
-rw-r--r-- | Mk/bsd.gecko.mk | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index 808fdaf52e38..91beea55a217 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -22,12 +22,12 @@ _GECKO_VERSION= ${gecko_ARGS:M[0-9][0-9]*} .if ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 60 -_GECKO_VERSIONS= 60 61 +_GECKO_VERSIONS= 60 62 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -61_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +62_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 45a8b84ebc5d..4636a27e60ce 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -263,8 +263,7 @@ MOZ_OPTIONS+= \ --enable-default-toolkit=${MOZ_TOOLKIT} \ --enable-update-channel=${MOZ_CHANNEL} \ --disable-updater \ - --enable-pie \ - --with-pthreads + --enable-pie # others MOZ_OPTIONS+= --with-system-zlib \ --with-system-bz2 |