Date: Sat, 30 Aug 2014 17:13:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366648 - head/devel/omniNotify Message-ID: <201408301713.s7UHDG6p043433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Aug 30 17:13:15 2014 New Revision: 366648 URL: http://svnweb.freebsd.org/changeset/ports/366648 QAT: https://qat.redports.org/buildarchive/r366648/ Log: Mark BROKEN: Fails to build with new omniORB .././../lib/RDINotifServer.cc: In constructor 'RDINotifServer::RDINotifServer(RDI_Config*, FilterFactory_i*, AttNotification::_objref_FilterFactory*, EventChannelFactory_i*, AttNotification::_objref_EventChannelFactory*, EventChannel_i*, AttNotification::_objref_EventChannel*, RDI_ServerQoS*)': .././../lib/RDINotifServer.cc:84: error: 'struct omni_time_t' has no member named 'secs' .././../lib/RDINotifServer.cc:84: error: 'struct omni_time_t' has no member named 'nanosecs' .././../lib/RDINotifServer.cc:86: error: 'struct omni_time_t' has no member named 'secs' .././../lib/RDINotifServer.cc:86: error: 'struct omni_time_t' has no member named 'nanosecs' .././../lib/RDINotifServer.cc: In member function 'virtual void RDINotifServer::set_server_props(const AttNotification::ServerProperties&)': .././../lib/RDINotifServer.cc:717: error: 'struct omni_time_t' has no member named 'secs' .././../lib/RDINotifServer.cc:717: error: 'struct omni_time_t' has no member named 'nanosecs' .././../lib/RDINotifServer.cc:722: error: 'struct omni_time_t' has no member named 'secs' .././../lib/RDINotifServer.cc:722: error: 'struct omni_time_t' has no member named 'nanosecs' gmake[1]: *** [static/RDINotifServer.o] Error 1 Reported by: pkg-fallout Modified: head/devel/omniNotify/Makefile Modified: head/devel/omniNotify/Makefile ============================================================================== --- head/devel/omniNotify/Makefile Sat Aug 30 17:10:16 2014 (r366647) +++ head/devel/omniNotify/Makefile Sat Aug 30 17:13:15 2014 (r366648) @@ -13,6 +13,8 @@ COMMENT= CORBA Notification Service (Cos LICENSE= GPLv2 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408301713.s7UHDG6p043433>