diff options
author | pi <pi@FreeBSD.org> | 2016-07-18 01:40:04 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-07-18 01:40:04 +0800 |
commit | 2ed98e87ee12cd3656a087d39732aedff7bec03f (patch) | |
tree | 03ab95a13b0e345865848c753d89f5d658ebd986 /math | |
parent | 0f694692feba5723305ab430a5a6514017570d91 (diff) | |
download | freebsd-ports-gnome-2ed98e87ee12cd3656a087d39732aedff7bec03f.tar.gz freebsd-ports-gnome-2ed98e87ee12cd3656a087d39732aedff7bec03f.tar.zst freebsd-ports-gnome-2ed98e87ee12cd3656a087d39732aedff7bec03f.zip |
math/cadabra2: mark BROKEN on 10
PR: 210476
Reported by: marino, mat
Diffstat (limited to 'math')
-rw-r--r-- | math/cadabra2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index a581932d0e1d..176516aa1b25 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -3,6 +3,7 @@ PORTNAME= cadabra2 PORTVERSION= 2.0.816 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@rawbw.com @@ -25,6 +26,7 @@ GH_ACCOUNT= kpeeters GH_TAGNAME= 8258bfc BROKEN_FreeBSD_9= does not build: fatal error: 'type_traits' file not found +BROKEN_FreeBSD_10= does not build: needs clang36, but detects system-clang GUI_BROKEN= Builds but has a WebSockets communication problem in the runtime GUI_CONFLICTS_BUILD= websocketpp-* @@ -37,11 +39,6 @@ USE_LDCONFIG= yes OPTIONS_SUB= yes GUI_INSTALLS_ICONS= yes -BUILD_DEPENDS+= clang36:lang/clang36 -RUN_DEPENDS+= clang36:lang/clang36 -CC= clang36 -CXX= clang++36 - CMAKE_ARGS+= -DBOOST_ROOT=${LOCALBASE} CMAKE_ARGS+= -DUSE_PYTHON_3:BOOL=OFF GUI_CMAKE_ON+= -DENABLE_FRONTEND:BOOL=ON |