From owner-svn-ports-head@freebsd.org Sun Nov 3 13:54:29 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 324D61B5B78; Sun, 3 Nov 2019 13:54:29 +0000 (UTC) (envelope-from tcberner@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 475cqT0fzjz49Kb; Sun, 3 Nov 2019 13:54:29 +0000 (UTC) (envelope-from tcberner@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 E9B3DCCA9; Sun, 3 Nov 2019 13:54:28 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA3DsSKu098356; Sun, 3 Nov 2019 13:54:28 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA3DsSGw098354; Sun, 3 Nov 2019 13:54:28 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201911031354.xA3DsSGw098354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 3 Nov 2019 13:54:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516422 - in head/x11: kf5-kwayland kf5-plasma-framework X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/x11: kf5-kwayland kf5-plasma-framework X-SVN-Commit-Revision: 516422 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 13:54:29 -0000 Author: tcberner Date: Sun Nov 3 13:54:28 2019 New Revision: 516422 URL: https://svnweb.freebsd.org/changeset/ports/516422 Log: Add missing USES=gl to kde-frameworks ports. Modified: head/x11/kf5-kwayland/Makefile head/x11/kf5-plasma-framework/Makefile Modified: head/x11/kf5-kwayland/Makefile ============================================================================== --- head/x11/kf5-kwayland/Makefile Sun Nov 3 13:51:55 2019 (r516421) +++ head/x11/kf5-kwayland/Makefile Sun Nov 3 13:54:28 2019 (r516422) @@ -15,7 +15,7 @@ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig \ qt:5 tar:xz USE_GL= egl USE_KDE= ecm Modified: head/x11/kf5-plasma-framework/Makefile ============================================================================== --- head/x11/kf5-plasma-framework/Makefile Sun Nov 3 13:51:55 2019 (r516421) +++ head/x11/kf5-plasma-framework/Makefile Sun Nov 3 13:54:28 2019 (r516422) @@ -7,7 +7,7 @@ CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin based UI runtime used to write user interfaces -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 tar:xz xorg USE_GL= egl gl USE_KDE= activities archive auth codecs completion config \ configwidgets coreaddons dbusaddons doctools globalaccel \