Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:31:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484081 - branches/2018Q4/math/qtoctave
Message-ID:  <201811041431.wA4EVo5N055291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:31:50 2018
New Revision: 484081
URL: https://svnweb.freebsd.org/changeset/ports/484081

Log:
  MFH: r484080
  
  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:
  branches/2018Q4/math/qtoctave/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/math/qtoctave/Makefile
==============================================================================
--- branches/2018Q4/math/qtoctave/Makefile	Sun Nov  4 14:31:29 2018	(r484080)
+++ branches/2018Q4/math/qtoctave/Makefile	Sun Nov  4 14:31:50 2018	(r484081)
@@ -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.wA4EVo5N055291>