aboutsummaryrefslogtreecommitdiff
path: root/devel/gjstest
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-04-17 15:37:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-04-17 15:37:49 +0000
commit753abeed0a6cb0a621fcb019c21c85c69020ddf3 (patch)
treec47262eb092d7dab02539cb84122ef5919bb7692 /devel/gjstest
parente3c569eadca499fae383d17581969f3de40a8c6c (diff)
downloadports-753abeed0a6cb0a621fcb019c21c85c69020ddf3.tar.gz
ports-753abeed0a6cb0a621fcb019c21c85c69020ddf3.zip
- 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
Notes
Notes: svn path=/head/; revision=315976
Diffstat (limited to 'devel/gjstest')
-rw-r--r--devel/gjstest/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gjstest/Makefile b/devel/gjstest/Makefile
index b470c49ab8cc..6efe5fcbd5fb 100644
--- a/devel/gjstest/Makefile
+++ b/devel/gjstest/Makefile
@@ -26,6 +26,8 @@ CXXFLAGS+= -L${LOCALBASE}/lib
USE_BZIP2= yes
USE_GMAKE= yes
+BROKEN= fails to build
+
PROJECTHOST= google-js-test
post-patch: