Date: Sun, 17 Jul 2016 19:23:45 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418676 - head/math/cadabra2 Message-ID: <201607171923.u6HJNjnh052586@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607171923.u6HJNjnh052586>