Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2018 22:45:55 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483946 - head/x11-wm/cde
Message-ID:  <201811032245.wA3MjtbQ057593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Nov  3 22:45:54 2018
New Revision: 483946
URL: https://svnweb.freebsd.org/changeset/ports/483946

Log:
  Mark BROKEN for now.
  
  Many issues in legacy code (type mismatches and collisions with builtin C++11
  classes such as tuple).
  
  Fix in the works.

Modified:
  head/x11-wm/cde/Makefile

Modified: head/x11-wm/cde/Makefile
==============================================================================
--- head/x11-wm/cde/Makefile	Sat Nov  3 22:44:36 2018	(r483945)
+++ head/x11-wm/cde/Makefile	Sat Nov  3 22:45:54 2018	(r483946)
@@ -10,6 +10,7 @@ DISTNAME=	${PORTNAME}-src-${DISTVERSION}
 MAINTAINER=	crees@FreeBSD.org
 COMMENT=	Common Desktop Environment
 
+BROKEN=		fails to build following clang update with several legacy issues.
 BROKEN_mips64=		fails to build: ./config/imake/imake: No such file or directory
 BROKEN_powerpc64=	fails to build: ./config/imake/imake: No such file or directory
 



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