From 81d559e229a6e0ba412844e131343f0dfc078e39 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 19 Dec 2017 14:41:29 +0000 Subject: Mark more recently failing ports broken on aarch64. While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket) --- science/afni/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'science') diff --git a/science/afni/Makefile b/science/afni/Makefile index c6c681843bae..296114462daa 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -33,6 +33,9 @@ RUN_DEPENDS= endian:sysutils/endian \ ppmtogif:graphics/netpbm \ qhull:math/qhull5 +BROKEN_aarch64= fails to compile: suma_utils.c:3043:10: statement requires expression of scalar type +BROKEN_sparc64= fails to compile: undefined reference to '_mcount' + CONFLICTS= im-[0-9]* \ nifticlib-[0-9]* \ open-usp-tukubai-[0-9]* @@ -48,8 +51,6 @@ USE_GNOME= glib20 .include -BROKEN_sparc64= Does not compile: "undefined reference to '_mcount'" - USE_GL= gl glu glw USE_XORG= x11 xext xi xmu xp xt MAKE_ENV= CC="${CC}" R_SHARE_DIR=${LOCALBASE}/lib/R/share -- cgit