Date: Fri, 29 May 2020 22:44:43 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r537005 - branches/2020Q2/math/octave-forge-ltfat Message-ID: <202005292244.04TMihQs021431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri May 29 22:44:43 2020 New Revision: 537005 URL: https://svnweb.freebsd.org/changeset/ports/537005 Log: MFH: r537004 Mark as BROKEN on powerpc64-12. It seems to build everywhere else. Approved by: portmgr (tier-2 blanket) Modified: branches/2020Q2/math/octave-forge-ltfat/Makefile Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/math/octave-forge-ltfat/Makefile ============================================================================== --- branches/2020Q2/math/octave-forge-ltfat/Makefile Fri May 29 22:41:49 2020 (r537004) +++ branches/2020Q2/math/octave-forge-ltfat/Makefile Fri May 29 22:44:43 2020 (r537005) @@ -13,6 +13,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN_FreeBSD_12_powerpc64= fails to compile: modules/libltfat/src/dgt_multi.c:47:31: 'cexpl' undeclared (first use in this function); did you mean 'cexpf'? + LIB_DEPENDS= libfftw3.so:math/fftw3 \ libportaudio.so:audio/portaudio \ libopenblas.so:math/openblas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005292244.04TMihQs021431>