Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:12:29 +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: r484063 - head/x11/metisse
Message-ID:  <201811041412.wA4ECTf2043527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:12:29 2018
New Revision: 484063
URL: https://svnweb.freebsd.org/changeset/ports/484063

Log:
  Mark BROKEN: fails to build
  
  MetisseDesktop.cxx:1111:2: error: no matching constructor for initialization of 'MetisseDesktop'
          MetisseDesktop(rfburi, "foldable", false, false);
          ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/x11/metisse/Makefile

Modified: head/x11/metisse/Makefile
==============================================================================
--- head/x11/metisse/Makefile	Sun Nov  4 14:10:23 2018	(r484062)
+++ head/x11/metisse/Makefile	Sun Nov  4 14:12:29 2018	(r484063)
@@ -13,6 +13,8 @@ COMMENT=	Innovative X-based window system
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libNucleo.so:x11-toolkits/nucleo \
 		libpng.so:graphics/png
 RUN_DEPENDS=	xorg-fonts>0:x11-fonts/xorg-fonts



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