svn commit: r535703 - head/science/afni

Mark Linimon linimon at FreeBSD.org
Mon May 18 01:29:42 UTC 2020


Author: linimon
Date: Mon May 18 01:29:41 2020
New Revision: 535703
URL: https://svnweb.freebsd.org/changeset/ports/535703

Log:
  Mark as BROKEN on powerpc64:
  
    ./predicates_init.c:46: error: implicit declaration of function 'fpsetprec'
  
  While here, remove OBE sparc64 stanza.

Modified:
  head/science/afni/Makefile

Modified: head/science/afni/Makefile
==============================================================================
--- head/science/afni/Makefile	Mon May 18 01:24:03 2020	(r535702)
+++ head/science/afni/Makefile	Mon May 18 01:29:41 2020	(r535703)
@@ -10,7 +10,7 @@ COMMENT=	Advanced Functional Neuro Imaging
 
 LICENSE=	GPLv2
 
-BROKEN_sparc64=	Does not compile: "undefined reference to '_mcount'"
+BROKEN_powerpc64=	fails to compile: ./predicates_init.c:46: error: implicit declaration of function 'fpsetprec'
 
 CRAN_DEPENDS=	R-cran-lme4>0:math/R-cran-lme4 \
 		R-cran-snow>0:science/R-cran-snow \


More information about the svn-ports-head mailing list