svn commit: r484064 - branches/2018Q4/x11/metisse

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


Author: antoine
Date: Sun Nov  4 14:12:47 2018
New Revision: 484064
URL: https://svnweb.freebsd.org/changeset/ports/484064

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

Modified: branches/2018Q4/x11/metisse/Makefile
==============================================================================
--- branches/2018Q4/x11/metisse/Makefile	Sun Nov  4 14:12:29 2018	(r484063)
+++ branches/2018Q4/x11/metisse/Makefile	Sun Nov  4 14:12:47 2018	(r484064)
@@ -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-branches mailing list