diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-31 01:16:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-31 01:16:02 +0800 |
commit | 3ae1a8113805b7dacf07d79318ee5f79fdcb835a (patch) | |
tree | 50ac0975a707ae06928a8eeddb443f6732eafb49 /devel | |
parent | c733d2ae6485982ee05c29b44532ee8d0c15a167 (diff) | |
download | freebsd-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/Makefile | 2 |
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; |