aboutsummaryrefslogtreecommitdiff
path: root/devel/leatherman
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-20 16:58:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-20 16:58:10 +0000
commit74fa808d34ee655874151e5c38668b44f18bf58e (patch)
tree90ebb8bfb4c745a5dab712147ae21ed72a316bdb /devel/leatherman
parent7d974a64029f97d59fdfd74c399477c951bb6e15 (diff)
downloadports-74fa808d34ee655874151e5c38668b44f18bf58e.tar.gz
ports-74fa808d34ee655874151e5c38668b44f18bf58e.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441320
Diffstat (limited to 'devel/leatherman')
-rw-r--r--devel/leatherman/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile
index 4d75fa61d8c4..c5945722c003 100644
--- a/devel/leatherman/Makefile
+++ b/devel/leatherman/Makefile
@@ -13,6 +13,9 @@ 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
GH_ACCOUNT= puppetlabs