aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-30 17:18:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-30 17:18:05 +0000
commitbd41d23903a04953526e8469fa35f36b7a85adf5 (patch)
tree07789376aa40404335f2ebc37bd3bc3512f57346
parent7e284b51e963c1d343324e884ff6fdb515ab2616 (diff)
downloadports-bd41d23903a04953526e8469fa35f36b7a85adf5.tar.gz
ports-bd41d23903a04953526e8469fa35f36b7a85adf5.zip
[direct commit] www/firefox: unbreak after r540842
r532707 is not in 2020Q2 but 2020Q3 ETA in ~1 day, so use bundled ICU. https://hg.mozilla.org/releases/mozilla-release/rev/61970f5454db ===> firefox-78.0_2,1 depends on package: icu>=67.1,1 - not found ===> Installing existing package /packages/All/icu-66.1,1.txz [121amd64-quarterly-job-12] Installing icu-66.1,1... [121amd64-quarterly-job-12] Extracting icu-66.1,1: .......... done ===> firefox-78.0_2,1 depends on package: icu>=67.1,1 - not found *** Error code 1 Reported by: pkg-fallout Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2020Q2/; revision=540908
-rw-r--r--www/firefox/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index aef11328dad0..485441800bff 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -15,7 +15,6 @@ COMMENT= Web browser based on the browser portion of Mozilla
BUILD_DEPENDS= nspr>=4.25:devel/nspr \
nss>=3.53.1:security/nss \
- icu>=67.1,1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=2.6.6:print/harfbuzz \
graphite2>=1.3.14:graphics/graphite2 \
@@ -30,7 +29,7 @@ BUILD_DEPENDS= nspr>=4.25:devel/nspr \
USE_GECKO= gecko
CONFLICTS_INSTALL= firefox-esr
-USE_MOZILLA= -sqlite
+USE_MOZILLA= -icu -sqlite
USES= tar:xz