diff options
author | crees <crees@FreeBSD.org> | 2018-11-04 06:45:54 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2018-11-04 06:45:54 +0800 |
commit | adb62b482f8b493d3a3f5596b8ef18c823d6283a (patch) | |
tree | bb83175da8ba23a614dcf0e467a87b48455ebc5f /x11-wm | |
parent | 17d026b77f024e29184e2fc84122439fd7df6f2a (diff) | |
download | freebsd-ports-gnome-adb62b482f8b493d3a3f5596b8ef18c823d6283a.tar.gz freebsd-ports-gnome-adb62b482f8b493d3a3f5596b8ef18c823d6283a.tar.zst freebsd-ports-gnome-adb62b482f8b493d3a3f5596b8ef18c823d6283a.zip |
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.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/cde/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/cde/Makefile b/x11-wm/cde/Makefile index 766efd21d97f..1b860652b6e2 100644 --- a/x11-wm/cde/Makefile +++ b/x11-wm/cde/Makefile @@ -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 |