svn commit: r315976 - head/devel/gjstest

Martin Wilke miwi at FreeBSD.org
Wed Apr 17 15:37:49 UTC 2013


Author: miwi
Date: Wed Apr 17 15:37:49 2013
New Revision: 315976
URL: http://svnweb.freebsd.org/changeset/ports/315976

Log:
  - Broken fails to build
  
  gjstest/internal/cpp/typed_arrays.cc: In static member function 'static v8::Persistent<v8::FunctionTemplate><unnamed>::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 8u, v8::ExternalArrayType TEAType = kExternalDoubleArray]':
  gjstest/internal/cpp/typed_arrays.cc:854:   instantiated from here
  gjstest/internal/cpp/typed_arrays.cc:180: warning: 'New' is deprecated (declared at /usr/local/include/v8.h:4435)
  gmake: *** [gjstest/internal/cpp/typed_arrays.o] Error 1
  *** Error code 1
  
  Feature safe:	yes

Modified:
  head/devel/gjstest/Makefile

Modified: head/devel/gjstest/Makefile
==============================================================================
--- head/devel/gjstest/Makefile	Wed Apr 17 15:35:27 2013	(r315975)
+++ head/devel/gjstest/Makefile	Wed Apr 17 15:37:49 2013	(r315976)
@@ -26,6 +26,8 @@ CXXFLAGS+=	-L${LOCALBASE}/lib
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 
+BROKEN=		fails to build
+
 PROJECTHOST=	google-js-test
 
 post-patch:


More information about the svn-ports-all mailing list