svn commit: r418673 - head/math/cadabra2

Kurt Jaeger pi at FreeBSD.org
Sun Jul 17 17:40:06 UTC 2016


Author: pi
Date: Sun Jul 17 17:40:04 2016
New Revision: 418673
URL: https://svnweb.freebsd.org/changeset/ports/418673

Log:
  math/cadabra2: mark BROKEN on 10
  
  PR:		210476
  Reported by:	marino, mat

Modified:
  head/math/cadabra2/Makefile

Modified: head/math/cadabra2/Makefile
==============================================================================
--- head/math/cadabra2/Makefile	Sun Jul 17 17:19:33 2016	(r418672)
+++ head/math/cadabra2/Makefile	Sun Jul 17 17:40:04 2016	(r418673)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cadabra2
 PORTVERSION=	2.0.816
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri at 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


More information about the svn-ports-all mailing list