Date: Mon, 29 Oct 2018 22:32:17 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> 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 Message-ID: <201810292232.w9TMWHDU091682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810292232.w9TMWHDU091682>