svn commit: r498886 - head/math/rocs

Adriaan de Groot adridg at FreeBSD.org
Sun Apr 14 11:14:03 UTC 2019


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>


More information about the svn-ports-all mailing list