svn commit: r537005 - branches/2020Q2/math/octave-forge-ltfat

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


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


More information about the svn-ports-all mailing list