svn commit: r317771 - head/devel/mico

Martin Wilke miwi at FreeBSD.org
Fri May 10 06:59:46 UTC 2013


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 at freebsd.org>
-#
+# Created by: Marc G. Fournier <scrappy at freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mico
 PORTVERSION=	2.3.12
@@ -17,6 +13,8 @@ PATCHFILES=	mico-2.3.12-secfix1.diff
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list