svn commit: r564990 - head/x11/screengrab

Mark Linimon linimon at FreeBSD.org
Fri Feb 12 03:01:24 UTC 2021


Author: linimon
Date: Fri Feb 12 03:01:23 2021
New Revision: 564990
URL: https://svnweb.freebsd.org/changeset/ports/564990

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    CMake Error in CMakeLists.txt:
    The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
  
  While here, sort USES; add one blank line to be in accordance with
  common usage.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/screengrab/Makefile

Modified: head/x11/screengrab/Makefile
==============================================================================
--- head/x11/screengrab/Makefile	Fri Feb 12 01:01:20 2021	(r564989)
+++ head/x11/screengrab/Makefile	Fri Feb 12 03:01:23 2021	(r564990)
@@ -10,10 +10,11 @@ COMMENT=	Screen dump utility
 
 LICENSE=	LGPL21+
 
-USES=		lxqt tar:xz cmake xorg qt:5 gnome kde:5
+USES=		cmake compiler:c++11-lang gnome kde:5 lxqt qt:5 tar:xz xorg
 USE_LXQT=	qtxdg
 USE_XORG=	x11 xcb sm ice xext
 USE_KDE=	windowsystem
 USE_QT=		buildtools qmake core dbus xml svg widgets gui x11extras network
 USE_GNOME=	glib20
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list