svn commit: r456703 - head/net-p2p/retroshare

Mark Linimon linimon at FreeBSD.org
Tue Dec 19 03:53:03 UTC 2017


Author: linimon
Date: Tue Dec 19 03:53:02 2017
New Revision: 456703
URL: https://svnweb.freebsd.org/changeset/ports/456703

Log:
  Mark broken on arm due to regression in clang 4.0.
  
  PR:		216637
  Submitted by:	jbeich
  Approved by:	portmgr (tier-2 blanket), maintainer timeout (peter at netkey.at, several months)

Modified:
  head/net-p2p/retroshare/Makefile

Modified: head/net-p2p/retroshare/Makefile
==============================================================================
--- head/net-p2p/retroshare/Makefile	Tue Dec 19 02:29:04 2017	(r456702)
+++ head/net-p2p/retroshare/Makefile	Tue Dec 19 03:53:02 2017	(r456703)
@@ -24,6 +24,10 @@ LIB_DEPENDS=	libsqlcipher.so:databases/sqlcipher \
 		libcurl.so:ftp/curl \
 		libmicrohttpd.so:www/libmicrohttpd
 
+BROKEN_aarch64=		fails to compile due to clang 4.0 regression: util/bdthreads.cc:132:10: ordered comparison between pointer and zero
+BROKEN_armv6=		fails to compile due to clang 4.0 regression: util/bdthreads.cc:132:10: ordered comparison between pointer and zero
+BROKEN_armv7=		fails to compile due to clang 4.0 regression: util/bdthreads.cc:132:10: ordered comparison between pointer and zero
+
 USES=		compiler:features desktop-file-utils dos2unix pkgconfig qmake ssl
 USE_GNOME=	glib20 libxml2 libxslt
 USE_GL=		gl


More information about the svn-ports-head mailing list