aboutsummaryrefslogtreecommitdiff
path: root/math/rocs/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-02-22 19:03:17 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-02-22 19:03:17 +0000
commita4a7daf069cba3ae4b90d832aa9df7624b4626a3 (patch)
tree3aad51132f546ad79059b32784badc3f6a42c8ff /math/rocs/Makefile
parent7ff2d6435675b95623ce40a15abfc2c3f3ef4a74 (diff)
downloadports-a4a7daf069cba3ae4b90d832aa9df7624b4626a3.tar.gz
ports-a4a7daf069cba3ae4b90d832aa9df7624b4626a3.zip
Notes
Diffstat (limited to 'math/rocs/Makefile')
-rw-r--r--math/rocs/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/math/rocs/Makefile b/math/rocs/Makefile
deleted file mode 100644
index 5fdf61051dbd..000000000000
--- a/math/rocs/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= rocs
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 9
-CATEGORIES= math kde kde-kde4
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= KDE Graph theory IDE
-
-LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-
-USES= cmake:outsource grantlee:4 kde:4 tar:xz
-USE_KDE= kdelibs automoc4
-USE_QT4= gui qtestlib script scripttools webkit xml \
- moc_build qmake_build rcc_build uic_build
-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
-
-.include <bsd.port.mk>