From owner-svn-ports-head@freebsd.org Tue Sep 24 17:00:32 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 C489512B363; Tue, 24 Sep 2019 17:00:32 +0000 (UTC) (envelope-from pi@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 46d6rc4thGz3CJR; Tue, 24 Sep 2019 17:00:32 +0000 (UTC) (envelope-from pi@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 8C52924A4; Tue, 24 Sep 2019 17:00:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8OH0WUF090543; Tue, 24 Sep 2019 17:00:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8OH0V5C090540; Tue, 24 Sep 2019 17:00:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201909241700.x8OH0V5C090540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 Sep 2019 17:00:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512723 - in head/deskutils: lumina-calculator lumina-fm lumina-notify lumina-pdf lumina-xdg-entry X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/deskutils: lumina-calculator lumina-fm lumina-notify lumina-pdf lumina-xdg-entry X-SVN-Commit-Revision: 512723 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: Tue, 24 Sep 2019 17:00:32 -0000 Author: pi Date: Tue Sep 24 17:00:31 2019 New Revision: 512723 URL: https://svnweb.freebsd.org/changeset/ports/512723 Log: x11/lumina: fix build on gcc platforms, re-adding USES=compiler:c++11-lang - and deleting the two ports I should have deleted in the previous commit PR: 240749 Submitted by: Piotr Kubaj Deleted: head/deskutils/lumina-notify/ head/deskutils/lumina-xdg-entry/ Modified: head/deskutils/lumina-calculator/Makefile head/deskutils/lumina-fm/Makefile head/deskutils/lumina-pdf/Makefile Modified: head/deskutils/lumina-calculator/Makefile ============================================================================== --- head/deskutils/lumina-calculator/Makefile Tue Sep 24 16:55:23 2019 (r512722) +++ head/deskutils/lumina-calculator/Makefile Tue Sep 24 17:00:31 2019 (r512723) @@ -9,7 +9,7 @@ COMMENT= Scientific calculator from the Lumina Desktop LICENSE= BSD3CLAUSE -USES= gl qmake qt:5 xorg +USES= compiler:c++11-lang gl qmake qt:5 xorg USE_GL= gl USE_XORG= x11 USE_QT= buildtools_build core gui svg widgets Modified: head/deskutils/lumina-fm/Makefile ============================================================================== --- head/deskutils/lumina-fm/Makefile Tue Sep 24 16:55:23 2019 (r512722) +++ head/deskutils/lumina-fm/Makefile Tue Sep 24 17:00:31 2019 (r512723) @@ -10,7 +10,7 @@ COMMENT= Insight file manager from the Lumina Desktop LICENSE= BSD3CLAUSE -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_QT= buildtools_build concurrent core gui imageformats \ multimedia network svg widgets x11extras USE_GITHUB= yes Modified: head/deskutils/lumina-pdf/Makefile ============================================================================== --- head/deskutils/lumina-pdf/Makefile Tue Sep 24 16:55:23 2019 (r512722) +++ head/deskutils/lumina-pdf/Makefile Tue Sep 24 17:00:31 2019 (r512723) @@ -9,7 +9,7 @@ COMMENT= PDF viewer from the Lumina Desktop LICENSE= BSD3CLAUSE -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_QT= buildtools_build concurrent core gui \ multimedia network printsupport \ svg widgets x11extras