svn commit: r537004 - head/math/octave-forge-ltfat

Mark Linimon linimon at FreeBSD.org
Fri May 29 22:41:50 UTC 2020


Author: linimon
Date: Fri May 29 22:41:49 2020
New Revision: 537004
URL: https://svnweb.freebsd.org/changeset/ports/537004

Log:
  Mark as BROKEN on powerpc64-12.  It seems to build everywhere else.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/octave-forge-ltfat/Makefile

Modified: head/math/octave-forge-ltfat/Makefile
==============================================================================
--- head/math/octave-forge-ltfat/Makefile	Fri May 29 22:32:34 2020	(r537003)
+++ head/math/octave-forge-ltfat/Makefile	Fri May 29 22:41:49 2020	(r537004)
@@ -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


More information about the svn-ports-head mailing list