Date: Fri, 9 Mar 2018 14:31:58 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463962 - in head/www/firefox: . files Message-ID: <201803091431.w29EVw4D013327@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Mar 9 14:31:58 2018 New Revision: 463962 URL: https://svnweb.freebsd.org/changeset/ports/463962 Log: www/firefox: bump build dependencies after r463675 Modified: head/www/firefox/Makefile (contents, props changed) head/www/firefox/files/patch-bug847568 (contents, props changed) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Fri Mar 9 14:16:45 2018 (r463961) +++ head/www/firefox/Makefile Fri Mar 9 14:31:58 2018 (r463962) @@ -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 \ Modified: head/www/firefox/files/patch-bug847568 ============================================================================== --- head/www/firefox/files/patch-bug847568 Fri Mar 9 14:16:45 2018 (r463961) +++ head/www/firefox/files/patch-bug847568 Fri Mar 9 14:31:58 2018 (r463962) @@ -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))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803091431.w29EVw4D013327>