Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2020 01:14:59 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540851 - head/math/maxima
Message-ID:  <202006300114.05U1Ex41072248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006300114.05U1Ex41072248>