diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-05-30 21:50:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-05-30 21:50:46 +0000 |
commit | e2d9fbece60243ad438d1166bcbbd17f990b6b23 (patch) | |
tree | 7c6fcf7395923fb5730e1f9c05ce5d177799ef9f | |
parent | Document new vulnerabilities in www/chromium < 67.0.3396.62 (diff) |
Mark BROKEN: fails to build
cc -DNDEBUG -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c lib/ext/python_libstorj_wrap.cxx -o build/temp.freebsd-11.1-RELEASE-p10-amd64-2.7/lib/ext/python_libstorj_wrap.o
lib/ext/python_libstorj_wrap.cxx:9048:13: error: no member named 'reporter_id' in 'storj_exchange_report_t'
if (arg1->reporter_id) delete[] arg1->reporter_id;
~~~~ ^
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=471179
-rw-r--r-- | net/py-libstorj/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-libstorj/Makefile b/net/py-libstorj/Makefile index 835ac40eee85..41531aae25ce 100644 --- a/net/py-libstorj/Makefile +++ b/net/py-libstorj/Makefile @@ -11,6 +11,8 @@ COMMENT= Python bindings for libstorj LICENSE= LGPL21+ +BROKEN= fails to build + BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libstorj.so:net/libstorj |