Date: Tue, 12 Nov 2019 06:52:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517308 - head/devel/electron4 Message-ID: <201911120652.xAC6qFoX089143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Nov 12 06:52:14 2019 New Revision: 517308 URL: https://svnweb.freebsd.org/changeset/ports/517308 Log: Mark BROKEN ERROR at //third_party/protobuf/proto_library.gni:348:15: Only source, header, and object files belong in the sources of a static_library. //out/Release/pyproto/google_apis/gcm/protocol/mcs_pb2.py is not one of the valid types. sources = get_target_outputs(":$action_name") ^--------------------------------- See //google_apis/gcm/BUILD.gn:77:1: whence it was called. proto_library("proto") { ^----------------------- See //BUILD.gn:80:7: which caused the file to be included. "//google_apis/gcm:gcm_unit_tests", ^--------------------------------- Modified: head/devel/electron4/Makefile Modified: head/devel/electron4/Makefile ============================================================================== --- head/devel/electron4/Makefile Tue Nov 12 05:37:25 2019 (r517307) +++ head/devel/electron4/Makefile Tue Nov 12 06:52:14 2019 (r517308) @@ -19,6 +19,8 @@ COMMENT= Build cross-platform desktop apps with JavaSc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/electron/LICENSE +BROKEN= fails to build + FETCH_DEPENDS= npm:www/npm-node10 PATCH_DEPENDS= git:devel/git BUILD_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911120652.xAC6qFoX089143>