svn commit: r463634 - head/lang/v8-devel

Antoine Brodin antoine at FreeBSD.org
Mon Mar 5 09:23:08 UTC 2018


Author: antoine
Date: Mon Mar  5 09:23:08 2018
New Revision: 463634
URL: https://svnweb.freebsd.org/changeset/ports/463634

Log:
  Mark BROKEN: fails to build
  
    CXX(target) /wrkdirs/usr/ports/lang/v8-devel/work/v8-3.27.7/out/native/obj.target/v8_base/src/accessors.o
  In file included from ../src/accessors.cc:5:
  In file included from .././src/v8.h:29:
  .././include/v8.h:5690:54: error: 'CreateHandle' is a protected member of 'v8::HandleScope'
    return Handle<T>(reinterpret_cast<T*>(HandleScope::CreateHandle(
                                          ~~~~~~~~~~~~~^~~~~~~~~~~~
  .././include/v8.h:820:29:
  .././src/ast.h:915:15: error: 'ComputeFeedbackSlotCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
    virtual int ComputeFeedbackSlotCount() { return 1; }
                ^
  
  Reported by:	pkg-fallout

Modified:
  head/lang/v8-devel/Makefile

Modified: head/lang/v8-devel/Makefile
==============================================================================
--- head/lang/v8-devel/Makefile	Mon Mar  5 09:10:37 2018	(r463633)
+++ head/lang/v8-devel/Makefile	Mon Mar  5 09:23:08 2018	(r463634)
@@ -13,6 +13,8 @@ COMMENT=	Open source JavaScript engine by Google
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libicui18n.so:devel/icu
 
 CONFLICTS_INSTALL=	v8-[0-9]*


More information about the svn-ports-head mailing list