Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 08:52:50 +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: r455181 - head/devel/leatherman
Message-ID:  <201711300852.vAU8qoqh097398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Nov 30 08:52:50 2017
New Revision: 455181
URL: https://svnweb.freebsd.org/changeset/ports/455181

Log:
  Mark unbroken on armv6.  (Known to work on armv7 as well.)
  
  PR:		223480
  Submitted by:	mikael.urankar at gmail.com

Modified:
  head/devel/leatherman/Makefile

Modified: head/devel/leatherman/Makefile
==============================================================================
--- head/devel/leatherman/Makefile	Thu Nov 30 08:42:47 2017	(r455180)
+++ head/devel/leatherman/Makefile	Thu Nov 30 08:52:50 2017	(r455181)
@@ -13,7 +13,6 @@ LICENSE=	APACHE20
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libcurl.so:ftp/curl
 
-BROKEN_armv6=		fails to configure: CMake: execution of make failed
 BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711300852.vAU8qoqh097398>