Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:49:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484044 - head/x11-wm/ede
Message-ID:  <201811041349.wA4DnRVR026269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041349.wA4DnRVR026269>