Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 11:14:02 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498886 - head/math/rocs
Message-ID:  <201904141114.x3EBE2j1009707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Sun Apr 14 11:14:01 2019
New Revision: 498886
URL: https://svnweb.freebsd.org/changeset/ports/498886

Log:
  Remove workaround from KDE4-era in math/rocs
  
  The file referenced as justification for using C++98 no longer exists.
  
  Not bumping PORTREVISION, since there's no meaningful change to the
  port; it'll get picked up with the next KDE Applications update.

Modified:
  head/math/rocs/Makefile

Modified: head/math/rocs/Makefile
==============================================================================
--- head/math/rocs/Makefile	Sun Apr 14 10:59:12 2019	(r498885)
+++ head/math/rocs/Makefile	Sun Apr 14 11:14:01 2019	(r498886)
@@ -22,11 +22,6 @@ USE_QT=		core dbus declarative gui network script scri
 
 USE_LDCONFIG=	yes
 
-# clang 6.0 defaults to -std=gnu++14, which breaks the build:
-# /wrkdirs/usr/ports/math/rocs/work/rocs-4.14.3/VisualEditor/Actions/SelectMoveHandAction.cpp:86:52: error: no viable conversion from 'int' to 'QPainter::RenderHints' (aka 'QFlags<QPainter::RenderHint>')
-#         _graphScene->views().at(0)->setRenderHints(QPainter::Antialiasing
-USE_CXXSTD=	gnu++98
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904141114.x3EBE2j1009707>