Date: Wed, 14 Mar 2018 19:41:25 +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: r464528 - in head: audio/mous devel/cheritrace-devel math/hfst Message-ID: <201803141941.w2EJfPUB035933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Mar 14 19:41:24 2018 New Revision: 464528 URL: https://svnweb.freebsd.org/changeset/ports/464528 Log: Give these BROKEN ports more descriptive error messages. Pet portlint. Note: the error messages are not tier-2 specific, but I discovered them during an aarch64 test run. Thus, using the tier-2 blanket is a stretch, but this change is believed harmless. Approved by: portmgr (tier-2 blanket) Modified: head/audio/mous/Makefile head/devel/cheritrace-devel/Makefile head/math/hfst/Makefile Modified: head/audio/mous/Makefile ============================================================================== --- head/audio/mous/Makefile Wed Mar 14 19:20:29 2018 (r464527) +++ head/audio/mous/Makefile Wed Mar 14 19:41:24 2018 (r464528) @@ -13,7 +13,7 @@ COMMENT= Simple yet powerful audio player LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -BROKEN= fails to build +BROKEN= fails to build: sdk/scx/Socket.hpp:188:5: invalid operands to binary expression USES= cmake USE_LDCONFIG= yes Modified: head/devel/cheritrace-devel/Makefile ============================================================================== --- head/devel/cheritrace-devel/Makefile Wed Mar 14 19:20:29 2018 (r464527) +++ head/devel/cheritrace-devel/Makefile Wed Mar 14 19:41:24 2018 (r464528) @@ -9,11 +9,11 @@ CATEGORIES= devel security MAINTAINER= theraven@FreeBSD.org COMMENT= Library and tool for interacting with CHERI streamtraces +BROKEN= fails to build: cheritrace-0.0.1_2 depends on shared library: libLLVMCore.so - not found +BROKEN_powerpc64= fails to compile: addressmap.cc: 'stoll' is not a member of 'std' + BUILD_DEPENDS= llvm-config-cheri:devel/llvm-cheri LIB_DEPENDS= libLLVMCore.so:devel/llvm-cheri - -BROKEN= fails to build -BROKEN_powerpc64= fails to compile: addressmap.cc: 'stoll' is not a member of 'std' USES= cmake compiler:c++11-lib USE_GITHUB= yes Modified: head/math/hfst/Makefile ============================================================================== --- head/math/hfst/Makefile Wed Mar 14 19:20:29 2018 (r464527) +++ head/math/hfst/Makefile Wed Mar 14 19:41:24 2018 (r464528) @@ -9,7 +9,7 @@ CATEGORIES= math MAINTAINER= demon@FreeBSD.org COMMENT= Toolkit for for processing natural language morphologies -BROKEN= fails to build +BROKEN= fails to build: /usr/bin/byacc: e - line 75 of "/wrkdirs/usr/ports/math/hfst/work/hfst-c187d5a/libhfst/src/parsers/xre_parse.yy", syntax error USE_GITHUB= yes GH_TAGNAME= c187d5a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803141941.w2EJfPUB035933>