svn commit: r512723 - in head/deskutils: lumina-calculator lumina-fm lumina-notify lumina-pdf lumina-xdg-entry

Kurt Jaeger pi at FreeBSD.org
Tue Sep 24 17:00:32 UTC 2019


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 at 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


More information about the svn-ports-all mailing list