Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2019 23:12:23 +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: r497224 - head/graphics/pcl-pointclouds
Message-ID:  <201903292312.x2TNCNpt035233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Mar 29 23:12:23 2019
New Revision: 497224
URL: https://svnweb.freebsd.org/changeset/ports/497224

Log:
  Mark as broken on armv*:
  
    common/include/pcl/pcl_macros.h:420:4: error: aligned_malloc not supported on your platform
  
  Oddly, this port builds on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/pcl-pointclouds/Makefile

Modified: head/graphics/pcl-pointclouds/Makefile
==============================================================================
--- head/graphics/pcl-pointclouds/Makefile	Fri Mar 29 23:06:42 2019	(r497223)
+++ head/graphics/pcl-pointclouds/Makefile	Fri Mar 29 23:12:23 2019	(r497224)
@@ -17,6 +17,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_i386=	undefined reference to `__atomic_load'
+NOT_FOR_ARCHS=		armv6 armv6
+NOT_FOR_ARCHS_REASON=	common/include/pcl/pcl_macros.h:420:4: error: aligned_malloc not supported on your platform
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libexpat.so:textproc/expat2 \



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