svn commit: r484045 - branches/2018Q4/x11-wm/ede

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


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

Log:
  MFH: r484044
  
  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:
  branches/2018Q4/x11-wm/ede/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/x11-wm/ede/Makefile
==============================================================================
--- branches/2018Q4/x11-wm/ede/Makefile	Sun Nov  4 13:49:27 2018	(r484044)
+++ branches/2018Q4/x11-wm/ede/Makefile	Sun Nov  4 13:49:45 2018	(r484045)
@@ -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-branches mailing list