Date: Sun, 4 Nov 2018 14:31:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484080 - head/math/qtoctave Message-ID: <201811041431.wA4EVTT7054457@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 14:31:29 2018 New Revision: 484080 URL: https://svnweb.freebsd.org/changeset/ports/484080 Log: Mark BROKEN: fails to build qtoctave/src/generate_menu.cpp:282:64: error: cannot initialize return object of type 'MenuExtCallBack *' with an rvalue of type 'bool' if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) return false; ^~~~~ Reported by: pkg-fallout Modified: head/math/qtoctave/Makefile Modified: head/math/qtoctave/Makefile ============================================================================== --- head/math/qtoctave/Makefile Sun Nov 4 14:29:56 2018 (r484079) +++ head/math/qtoctave/Makefile Sun Nov 4 14:31:29 2018 (r484080) @@ -9,6 +9,8 @@ MASTER_SITES= http://forja.rediris.es/frs/download.php MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 frontend for Octave +BROKEN= fails to build + RUN_DEPENDS= octave:math/octave USE_QT= designer gui network script svg xml \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041431.wA4EVTT7054457>