svn commit: r497224 - head/graphics/pcl-pointclouds

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 23:12:24 UTC 2019


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 \


More information about the svn-ports-all mailing list