svn commit: r517308 - head/devel/electron4

Antoine Brodin antoine at FreeBSD.org
Tue Nov 12 06:52:15 UTC 2019


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 \


More information about the svn-ports-head mailing list