Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 06:59:46 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317771 - head/devel/mico
Message-ID:  <201305100659.r4A6xkXO048697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri May 10 06:59:46 2013
New Revision: 317771
URL: http://svnweb.freebsd.org/changeset/ports/317771

Log:
  - Broken fails to build
  
  [2361423366 - 0x8022041c0] address.cc:555: assertion failed
  gmake[2]: *** [CosNaming.cc] Abort trap: 6 (core dumped)
  gmake[2]: Leaving directory `/work/a/ports/devel/mico/work/mico/coss/naming'
  gmake[1]: *** [idlcompile] Error 1
  gmake[1]: Leaving directory `/work/a/ports/devel/mico/work/mico/coss'
  gmake: *** [system] Error 1
  *** Error code 1
  
  Reported by:	pointyhat

Modified:
  head/devel/mico/Makefile

Modified: head/devel/mico/Makefile
==============================================================================
--- head/devel/mico/Makefile	Fri May 10 06:59:35 2013	(r317770)
+++ head/devel/mico/Makefile	Fri May 10 06:59:46 2013	(r317771)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   mico
-# Date created:        11 July 1998
-# Whom:                Marc G. Fournier <scrappy@freebsd.org>
-#
+# Created by: Marc G. Fournier <scrappy@freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mico
 PORTVERSION=	2.3.12
@@ -17,6 +13,8 @@ PATCHFILES=	mico-2.3.12-secfix1.diff
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Secure, reliable, production-quality, standards-based CORBA middleware
 
+BROKEN=	fails to build
+
 PATCH_DIST_STRIP=	-p1
 WRKSRC=			${WRKDIR}/${PORTNAME}
 USE_LDCONFIG=		yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305100659.r4A6xkXO048697>