svn commit: r540851 - head/math/maxima

Mark Linimon linimon at FreeBSD.org
Tue Jun 30 01:15:00 UTC 2020


Author: linimon
Date: Tue Jun 30 01:14:59 2020
New Revision: 540851
URL: https://svnweb.freebsd.org/changeset/ports/540851

Log:
  Mark BROKEN on powerpc64 due to the most recent commit looping on the
  same error over and over, creating an immense errorlog in the process.

Modified:
  head/math/maxima/Makefile

Modified: head/math/maxima/Makefile
==============================================================================
--- head/math/maxima/Makefile	Tue Jun 30 01:05:51 2020	(r540850)
+++ head/math/maxima/Makefile	Tue Jun 30 01:14:59 2020	(r540851)
@@ -16,6 +16,8 @@ LICENSE_NAME_MAXIMAEXTRACLAUSE=		Maxima extra clause
 LICENSE_FILE_MAXIMAEXTRACLAUSE=		${FILESDIR}/license-extra-clause.txt
 LICENSE_PERMS_MAXIMAEXTRACLAUSE=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_FreeBSD_13_powerpc64=	fails to build: unhandled lisp initialization error
+
 RUN_DEPENDS=	gnuplot:math/gnuplot \
 		rlwrap:devel/rlwrap
 


More information about the svn-ports-head mailing list