diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-03-09 22:31:58 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-03-09 22:31:58 +0800 |
commit | db5e8d30508f19ef916ca99014c5aae3cfbc368a (patch) | |
tree | 71f85e356465e78549a0370f1a746086a28c2c32 | |
parent | a94a47fe8093f5971e8d4bc2c791e3212b8da183 (diff) | |
download | freebsd-ports-gnome-db5e8d30508f19ef916ca99014c5aae3cfbc368a.tar.gz freebsd-ports-gnome-db5e8d30508f19ef916ca99014c5aae3cfbc368a.tar.zst freebsd-ports-gnome-db5e8d30508f19ef916ca99014c5aae3cfbc368a.zip |
www/firefox: bump build dependencies after r463675
-rw-r--r-- | www/firefox/Makefile | 8 | ||||
-rw-r--r-- | www/firefox/files/patch-bug847568 | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 90f6f969b59e..3bb1ac468133 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -14,16 +14,16 @@ DIST_SUBDIR= firefox MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.17:devel/nspr \ - nss>=3.34.1:security/nss \ +BUILD_DEPENDS= nspr>=4.18:devel/nspr \ + nss>=3.35:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=1.7.2:print/harfbuzz \ + harfbuzz>=1.7.4:print/harfbuzz \ graphite2>=1.3.10:graphics/graphite2 \ png>=1.6.34:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.20.1:databases/sqlite3 \ + sqlite3>=3.21.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ diff --git a/www/firefox/files/patch-bug847568 b/www/firefox/files/patch-bug847568 index a88051237d2a..31dbf22a1fc4 100644 --- a/www/firefox/files/patch-bug847568 +++ b/www/firefox/files/patch-bug847568 @@ -249,7 +249,7 @@ index 9297e4d6f501..d8e273887e4b 100644 +option('--with-system-harfbuzz', + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.7.2', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.7.4', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) |