Date: Mon, 19 Feb 2018 06:09:45 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462279 - head/lang/phantomjs Message-ID: <201802190609.w1J69jak055577@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802190609.w1J69jak055577>