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

Jan Beich jbeich at FreeBSD.org
Sat Mar 30 16:51:32 UTC 2019


Mark Linimon <linimon at FreeBSD.org> writes:

> 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

Did you mean armv7 instead of another armv6?


More information about the svn-ports-all mailing list