svn commit: r483946 - head/x11-wm/cde

Chris Rees crees at FreeBSD.org
Sat Nov 3 22:45:56 UTC 2018


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 at 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
 


More information about the svn-ports-all mailing list