svn commit: r455130 - head/devel/rapidjson

Mark Linimon linimon at FreeBSD.org
Wed Nov 29 17:26:53 UTC 2017


Author: linimon
Date: Wed Nov 29 17:26:52 2017
New Revision: 455130
URL: https://svnweb.freebsd.org/changeset/ports/455130

Log:
  Mark as failing on armv7.
  
  Note: r441826 most likely removed the documented failure on armv6, but this
  has not yet been confirmed.
  
  Reported by:	danfe

Modified:
  head/devel/rapidjson/Makefile

Modified: head/devel/rapidjson/Makefile
==============================================================================
--- head/devel/rapidjson/Makefile	Wed Nov 29 17:24:01 2017	(r455129)
+++ head/devel/rapidjson/Makefile	Wed Nov 29 17:26:52 2017	(r455130)
@@ -17,6 +17,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 
 BROKEN_aarch64=		does not build: c++: error: the clang compiler does not support -march=native
 BROKEN_armv6=		does not build: c++: error: the clang compiler does not support -march=native
+BROKEN_armv7=		does not build: include/rapidjson/internal/../allocators.h:128:36: error: zero as null pointer constant
 BROKEN_sparc64=		does not build: c++: error: the clang compiler does not support -march=native
 BROKEN_powerpc64=	does not build: c++: error: the clang compiler does not support -march=native
 


More information about the svn-ports-all mailing list