svn commit: r462279 - head/lang/phantomjs

Mark Linimon linimon at FreeBSD.org
Mon Feb 19 06:09:45 UTC 2018


Author: linimon
Date: Mon Feb 19 06:09:45 2018
New Revision: 462279
URL: https://svnweb.freebsd.org/changeset/ports/462279

Log:
  Mark broken on armv7 the same way as armv6, after local testing.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/phantomjs/Makefile

Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile	Mon Feb 19 06:08:06 2018	(r462278)
+++ head/lang/phantomjs/Makefile	Mon Feb 19 06:09:45 2018	(r462279)
@@ -10,17 +10,17 @@ COMMENT=	Minimalistic, headless, WebKit-based, JavaScr
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_powerpc64=	fails to build: g++48: not found
+BROKEN_sparc64=		does not link on sparc64
+NOT_FOR_ARCHS=		armv6 armv7
+NOT_FOR_ARCHS_REASON=	Platform.h: Not supported ARM architecture
+
 BUILD_DEPENDS=	bash:shells/bash \
 		python:lang/python
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libicui18n.so:devel/icu \
 		libpng.so:graphics/png
-
-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-head mailing list