From owner-svn-ports-head@freebsd.org Sun Nov 3 15:52:22 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C675178A25; Sun, 3 Nov 2019 15:52:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 475gRV3dhnz4HMG; Sun, 3 Nov 2019 15:52:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47703E1FA; Sun, 3 Nov 2019 15:52:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA3FqMrl071020; Sun, 3 Nov 2019 15:52:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA3FqL5j070719; Sun, 3 Nov 2019 15:52:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201911031552.xA3FqL5j070719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 3 Nov 2019 15:52:21 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk mail/thunderbird www/firefox www/firefox-esr X-SVN-Commit-Revision: 516435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2019 15:52:22 -0000 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