svn commit: r418676 - head/math/cadabra2

Kurt Jaeger pi at FreeBSD.org
Sun Jul 17 19:23:47 UTC 2016


Author: pi
Date: Sun Jul 17 19:23:45 2016
New Revision: 418676
URL: https://svnweb.freebsd.org/changeset/ports/418676

Log:
  math/cadabra2: builds on 10.x with compiler:c++14-lang
  
  PR:		210476
  Approved by:	Yuri Victorovich <yuri at rawbw.com> (maintainer)

Modified:
  head/math/cadabra2/Makefile

Modified: head/math/cadabra2/Makefile
==============================================================================
--- head/math/cadabra2/Makefile	Sun Jul 17 18:53:40 2016	(r418675)
+++ head/math/cadabra2/Makefile	Sun Jul 17 19:23:45 2016	(r418676)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cadabra2
 PORTVERSION=	2.0.816
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	yuri at rawbw.com
@@ -26,13 +26,12 @@ 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-*
 
 OPTIONS_DEFINE=	GUI
 
-USES=		compiler:c++11-lang cmake gettext gmake pkgconfig python:2 sqlite
+USES=		compiler:c++14-lang cmake gettext gmake pkgconfig python:2 sqlite
 GUI_USE=	GNOME=gtkmm30,gdkpixbuf2
 USE_TEX=	base
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list