From owner-svn-ports-all@FreeBSD.ORG Sat Aug 30 17:13:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7499C7EB; Sat, 30 Aug 2014 17:13:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46531104C; Sat, 30 Aug 2014 17:13:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7UHDGJe043434; Sat, 30 Aug 2014 17:13:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7UHDG6p043433; Sat, 30 Aug 2014 17:13:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408301713.s7UHDG6p043433@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 30 Aug 2014 17:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366648 - head/devel/omniNotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 17:13:16 -0000 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