aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-31 01:16:02 +0800
committerantoine <antoine@FreeBSD.org>2014-08-31 01:16:02 +0800
commit3ae1a8113805b7dacf07d79318ee5f79fdcb835a (patch)
tree50ac0975a707ae06928a8eeddb443f6732eafb49 /devel
parentc733d2ae6485982ee05c29b44532ee8d0c15a167 (diff)
downloadfreebsd-ports-gnome-3ae1a8113805b7dacf07d79318ee5f79fdcb835a.tar.gz
freebsd-ports-gnome-3ae1a8113805b7dacf07d79318ee5f79fdcb835a.tar.zst
freebsd-ports-gnome-3ae1a8113805b7dacf07d79318ee5f79fdcb835a.zip
Mark BROKEN: Fails to build with new omniORB
/usr/local/include/omniORB4/internal/giopStream.h: In static member function 'static CORBA::Object* omniPy::UnMarshalObjRef(const char*, cdrStream&)': /usr/local/include/omniORB4/internal/giopStream.h:336: error: 'omni::giopStream::operator omni::giopStrand&()' is private .././../modules/pyObjectRef.cc:663: error: within this context .././../modules/pyObjectRef.cc:664: error: 'class omni::giopStrand' has no member named 'biDir' gmake[1]: *** [pyObjectRef.o] Error 1 Reported by: pkg-fallout
Diffstat (limited to 'devel')
-rw-r--r--devel/py-omniorb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-omniorb/Makefile b/devel/py-omniorb/Makefile
index fe7d2524e8d8..317803d4211f 100644
--- a/devel/py-omniorb/Makefile
+++ b/devel/py-omniorb/Makefile
@@ -13,6 +13,8 @@ COMMENT= Python bindings for omniORB4, a CORBA 2.6 ORB
LICENSE= LGPL21
+BROKEN= Fails to build with new omniORB
+
LIB_DEPENDS= libomniORB4.so:${PORTSDIR}/devel/omniORB
RUN_DEPENDS= omniidl:${PORTSDIR}/devel/omniORB
# parts of omniORB4 source tree is required to build omniORBpy;