svn commit: r557787 - head/devel/py-p4python
Mark Linimon
linimon at FreeBSD.org
Sat Dec 12 04:59:59 UTC 2020
Author: linimon
Date: Sat Dec 12 04:59:58 2020
New Revision: 557787
URL: https://svnweb.freebsd.org/changeset/ports/557787
Log:
Mark as BROKEN on riscv64.
Approved by: portmgr
Obtained from: lonesome.com build testing
Modified:
head/devel/py-p4python/Makefile
Modified: head/devel/py-p4python/Makefile
==============================================================================
--- head/devel/py-p4python/Makefile Sat Dec 12 04:04:11 2020 (r557786)
+++ head/devel/py-p4python/Makefile Sat Dec 12 04:59:58 2020 (r557787)
@@ -13,6 +13,8 @@ COMMENT= Python bindings for the Perforce API
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_riscv64= fails to build: TypeError: can only concatenate str (not "NoneType") to str
+
BUILD_DEPENDS+= ${LOCALBASE}/lib/perforce/libclient.a:devel/p4api
RUN_DEPENDS:= ${BUILD_DEPENDS}
More information about the svn-ports-all
mailing list