Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:12:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484064 - branches/2018Q4/x11/metisse
Message-ID:  <201811041412.wA4ECmhv043662@repo.freebsd.org>

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



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