From owner-svn-ports-head@freebsd.org Mon Oct 29 22:32:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4E3310EC4BF; Mon, 29 Oct 2018 22:32:18 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 891D188D52; Mon, 29 Oct 2018 22:32:18 +0000 (UTC) (envelope-from cmt@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 6A8C7148F1; Mon, 29 Oct 2018 22:32:18 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9TMWIeZ091685; Mon, 29 Oct 2018 22:32:18 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9TMWHDU091682; Mon, 29 Oct 2018 22:32:17 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201810292232.w9TMWHDU091682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Mon, 29 Oct 2018 22:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483435 - in head: Mk mail/thunderbird www/firefox www/firefox-esr X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head: Mk mail/thunderbird www/firefox www/firefox-esr X-SVN-Commit-Revision: 483435 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: Mon, 29 Oct 2018 22:32:19 -0000 Author: cmt Date: Mon Oct 29 22:32:17 2018 New Revision: 483435 URL: https://svnweb.freebsd.org/changeset/ports/483435 Log: gecko: silence USES warnings PR: 231867 Approved by: gecko (jbeich did not veto) Modified: head/Mk/bsd.gecko.mk head/mail/thunderbird/Makefile head/www/firefox-esr/Makefile head/www/firefox/Makefile Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Mon Oct 29 22:17:34 2018 (r483434) +++ head/Mk/bsd.gecko.mk Mon Oct 29 22:32:17 2018 (r483435) @@ -81,9 +81,10 @@ MOZILLA_VER?= ${PORTVERSION} MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} -USES+= cpe gmake iconv localbase perl5 pkgconfig \ +USES+= cpe gl gmake iconv localbase perl5 pkgconfig \ python:2.7,build desktop-file-utils CPE_VENDOR?=mozilla +USE_GL= gl USE_PERL5= build USE_XORG= x11 xcomposite xdamage xext xfixes xrender xt HAS_CONFIGURE= yes @@ -289,6 +290,7 @@ MOZ_TOOLKIT= cairo-gtk2 MOZ_TOOLKIT= cairo-gtk3-wayland .endif +USES+= gnome .if ${MOZ_TOOLKIT:Mcairo-gtk3*} BUILD_DEPENDS+= gtk3>=3.14.6:x11-toolkits/gtk30 USE_GNOME+= gdkpixbuf2 gtk20 gtk30 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Mon Oct 29 22:17:34 2018 (r483434) +++ head/mail/thunderbird/Makefile Mon Oct 29 22:32:17 2018 (r483435) @@ -33,7 +33,6 @@ SSP_UNSAFE= yes USE_GECKO= gecko USE_MOZILLA= -cairo -soundtouch -USE_GL= gl USES= tar:xz MOZ_OPTIONS= --enable-application=comm/mail --enable-official-branding Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Mon Oct 29 22:17:34 2018 (r483434) +++ head/www/firefox-esr/Makefile Mon Oct 29 22:32:17 2018 (r483435) @@ -37,7 +37,6 @@ CONFLICTS_INSTALL= firefox MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -cairo -soundtouch -USE_GL= gl USES= tar:xz FIREFOX_ICON= ${MOZILLA}.png Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Mon Oct 29 22:17:34 2018 (r483434) +++ head/www/firefox/Makefile Mon Oct 29 22:32:17 2018 (r483435) @@ -35,7 +35,6 @@ CONFLICTS_INSTALL= firefox-esr MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -cairo -hunspell -soundtouch -USE_GL= gl USES= tar:xz FIREFOX_ICON= ${MOZILLA}.png