svn commit: r484044 - head/x11-wm/ede

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:49:28 UTC 2018


Author: antoine
Date: Sun Nov  4 13:49:27 2018
New Revision: 484044
URL: https://svnweb.freebsd.org/changeset/ports/484044

Log:
  Mark BROKEN: fails to build
  
  evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
          file += "/ede/"SETTINGS_FILENAME".conf";
                         ^
  
  Reported by:	pkg-fallout

Modified:
  head/x11-wm/ede/Makefile

Modified: head/x11-wm/ede/Makefile
==============================================================================
--- head/x11-wm/ede/Makefile	Sun Nov  4 13:47:16 2018	(r484043)
+++ head/x11-wm/ede/Makefile	Sun Nov  4 13:49:27 2018	(r484044)
@@ -16,6 +16,8 @@ COMMENT=	Equinox Desktop Environment
 LICENSE=	GPLv2 LGPL20
 LICENSE_COMB=	multi
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	doxygen:devel/doxygen \
 		jam:devel/jam
 LIB_DEPENDS=	libdbus-1.so:devel/dbus \


More information about the svn-ports-all mailing list