Index: head/math/qtoctave/Makefile =================================================================== --- head/math/qtoctave/Makefile (revision 484250) +++ head/math/qtoctave/Makefile (revision 484251) @@ -1,27 +1,25 @@ # $FreeBSD$ PORTNAME= qtoctave PORTVERSION= 0.10.1 PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://forja.rediris.es/frs/download.php/2054/ 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 \ qmake_build moc_build rcc_build uic_build \ linguisttools_build USES= cmake qt:4 CMAKE_ARGS+= -DWITH_UseRPMTools:Bool=Off post-patch: ${REINPLACE_CMD} -e '/COMMAND "lrelease"/s,lrelease,$${QT_LRELEASE_EXECUTABLE},' \ ${WRKSRC}/qtoctave/src/CMakeLists.txt ${RM} ${WRKSRC}/qtoctave/src/scripts_octave/qtinfo.m.orig .include Index: head/math/qtoctave/files/patch-qtoctave__src-generate_menu.cpp =================================================================== --- head/math/qtoctave/files/patch-qtoctave__src-generate_menu.cpp (nonexistent) +++ head/math/qtoctave/files/patch-qtoctave__src-generate_menu.cpp (revision 484251) @@ -0,0 +1,11 @@ +--- qtoctave/src/generate_menu.cpp.orig 2018-11-05 13:09:19 UTC ++++ qtoctave/src/generate_menu.cpp +@@ -279,7 +279,7 @@ bool GenerateMenu::process_menu_file(QSt + MenuExtCallBack *GenerateMenu::process_menu_file(QString _file) + { + QFile file(_file); +- if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) return false; ++ if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) return NULL; + + QString label; + MenuExtCallBack *wizard=new MenuExtCallBack(); Property changes on: head/math/qtoctave/files/patch-qtoctave__src-generate_menu.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property