On Thu Feb 27, 2020 at 08:53:15AM +0100, Rafael Sadowski wrote: > This update fix my build issues with the upcoming Qt 5.13 update. > > Not check shared libs or runtime and will not. Steven do you have time > to take a look? > > Rafael >
Please forget the previous diff. This one fixes our current version without trouble. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/math/octave/Makefile,v retrieving revision 1.114 diff -u -p -u -p -r1.114 Makefile --- Makefile 10 Aug 2019 19:41:08 -0000 1.114 +++ Makefile 27 Feb 2020 12:00:01 -0000 @@ -5,7 +5,7 @@ COMMENT = high-level language for numeri VERSION = 5.1.0 DISTNAME = octave-${VERSION} CATEGORIES = math -REVISION = 2 +REVISION = 3 SHARED_LIBS += octave 12.0 SHARED_LIBS += octgui 6.0 @@ -83,7 +83,8 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE} LRELEASE="${MODQT_LRELEASE}" \ CFLAGS="${CFLAGS} -std=gnu11" \ CXXFLAGS="${CXXFLAGS} -std=gnu++11" \ - QHELPGENERATOR=${LOCALBASE}/lib/qt5/bin/qhelpgenerator + QHELPGENERATOR=${LOCALBASE}/lib/qt5/bin/qhelpgenerator \ + COLLECTIONGENERATOR=${LOCALBASE}/lib/qt5/bin/qcollectiongenerator # needed to build on amd64 GCC_ARCH = ${MACHINE_ARCH}-unknown-openbsd${OSREV}