svn commit: r566139 - head/math/reduce
Pedro F. Giffuni
pfg at FreeBSD.org
Sat Feb 20 04:10:48 UTC 2021
Author: pfg
Date: Sat Feb 20 04:10:48 2021
New Revision: 566139
URL: https://svnweb.freebsd.org/changeset/ports/566139
Log:
math/reduce: Mark broken on i386
It used to build until a compiler update started causing issues on libffi.
Approved by: thierry (mentor, implict)
Modified:
head/math/reduce/Makefile
Modified: head/math/reduce/Makefile
==============================================================================
--- head/math/reduce/Makefile Sat Feb 20 03:50:30 2021 (r566138)
+++ head/math/reduce/Makefile Sat Feb 20 04:10:48 2021 (r566139)
@@ -13,6 +13,7 @@ COMMENT= Codemist Standard Lisp REDUCE general-purpose
LICENSE= BSD2CLAUSE
BROKEN_armv6= fails to compile: redfront.h:118:12: conflicting types for '__wcwidth'
+BROKEN_i386= fails to compile: sysv.S:832:1: changed section flags for .eh_frame, expected: 0x2
BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type
BUILD_DEPENDS= gnuplot:math/gnuplot
More information about the svn-ports-all
mailing list