svn commit: r484063 - head/x11/metisse

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:12:30 UTC 2018


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


More information about the svn-ports-all mailing list