svn commit: r441821 - head/lang/phantomjs

Mark Linimon linimon at FreeBSD.org
Sat May 27 00:25:53 UTC 2017


Author: linimon
Date: Sat May 27 00:25:52 2017
New Revision: 441821
URL: https://svnweb.freebsd.org/changeset/ports/441821

Log:
  Mark not-for-archs for armv6.

Modified:
  head/lang/phantomjs/Makefile

Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile	Sat May 27 00:22:23 2017	(r441820)
+++ head/lang/phantomjs/Makefile	Sat May 27 00:25:52 2017	(r441821)
@@ -19,6 +19,8 @@ LIB_DEPENDS=	libfreetype.so:print/freety
 
 BROKEN_powerpc64=	fails to build: g++48: not found
 BROKEN_sparc64=		does not link on sparc64
+NOT_FOR_ARCHS=		armv6
+NOT_FOR_ARCHS_REASON=	Platform.h: Not supported ARM architecture
 
 USES=		bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build ssl sqlite
 USE_GNOME+=	libxml2


More information about the svn-ports-all mailing list