From owner-svn-ports-head@freebsd.org Sun Jul 17 19:23:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0CCEB9852A; Sun, 17 Jul 2016 19:23:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA66119A7; Sun, 17 Jul 2016 19:23:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6HJNjlb052587; Sun, 17 Jul 2016 19:23:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6HJNjnh052586; Sun, 17 Jul 2016 19:23:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607171923.u6HJNjnh052586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 17 Jul 2016 19:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418676 - head/math/cadabra2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 19:23:47 -0000 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 (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