Date: Tue, 24 Sep 2019 17:00:31 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> 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 Message-ID: <201909241700.x8OH0V5C090540@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <pkubaj@anongoth.pl> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909241700.x8OH0V5C090540>