svn commit: r484080 - head/math/qtoctave

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:31:30 UTC 2018


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 at 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 \


More information about the svn-ports-all mailing list