Date: Sun, 3 Nov 2019 15:52:21 +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: r516435 - in head: Mk mail/thunderbird www/firefox www/firefox-esr Message-ID: <201911031552.xA3FqL5j070719@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Nov 3 15:52:21 2019 New Revision: 516435 URL: https://svnweb.freebsd.org/changeset/ports/516435 Log: gecko: drop unused system hunspell after r509969 Modified: head/Mk/bsd.gecko.mk (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Sun Nov 3 15:38:15 2019 (r516434) +++ head/Mk/bsd.gecko.mk Sun Nov 3 15:52:21 2019 (r516435) @@ -111,7 +111,7 @@ RUSTFLAGS+= ${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/ .endif # Standard depends -_ALL_DEPENDS= av1 event ffi graphite harfbuzz hunspell icu jpeg nspr nss png pixman sqlite vpx webp +_ALL_DEPENDS= av1 event ffi graphite harfbuzz icu jpeg nspr nss png pixman sqlite vpx webp .if exists(${FILESDIR}/patch-bug1559213) av1_LIB_DEPENDS= libaom.so:multimedia/aom libdav1d.so:multimedia/dav1d @@ -131,9 +131,6 @@ graphite_MOZ_OPTIONS= --with-system-graphite2 harfbuzz_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz harfbuzz_MOZ_OPTIONS= --with-system-harfbuzz .endif - -hunspell_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell -hunspell_MOZ_OPTIONS= --enable-system-hunspell icu_LIB_DEPENDS= libicui18n.so:devel/icu icu_MOZ_OPTIONS= --with-system-icu --with-intl-api Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sun Nov 3 15:38:15 2019 (r516434) +++ head/mail/thunderbird/Makefile Sun Nov 3 15:52:21 2019 (r516435) @@ -29,7 +29,7 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \ SSP_UNSAFE= yes USE_GECKO= gecko -USE_MOZILLA= -hunspell -vpx +USE_MOZILLA= -vpx USES= tar:xz Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sun Nov 3 15:38:15 2019 (r516434) +++ head/www/firefox-esr/Makefile Sun Nov 3 15:52:21 2019 (r516435) @@ -32,7 +32,7 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \ USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= firefox -USE_MOZILLA= -hunspell -vpx +USE_MOZILLA= -vpx USES= tar:xz Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun Nov 3 15:38:15 2019 (r516434) +++ head/www/firefox/Makefile Sun Nov 3 15:52:21 2019 (r516435) @@ -30,7 +30,7 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \ USE_GECKO= gecko CONFLICTS_INSTALL= firefox-esr -USE_MOZILLA= -hunspell -vpx +USE_MOZILLA= -vpx USES= tar:xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031552.xA3FqL5j070719>