svn commit: r323558 - head/devel/hyena

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 24 06:11:26 UTC 2013


Author: bapt
Date: Wed Jul 24 06:11:25 2013
New Revision: 323558
URL: http://svnweb.freebsd.org/changeset/ports/323558

Log:
  Mark as broken: does not build with recent mono
  
  ./Hyena.Data.Gui/ListView/ListView_Rendering.cs(111,41): error CS0012: The type `Cairo.Context' is defined in an assembly that is not referenced. Consider adding a reference to assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/hyena/Makefile

Modified: head/devel/hyena/Makefile
==============================================================================
--- head/devel/hyena/Makefile	Wed Jul 24 06:09:47 2013	(r323557)
+++ head/devel/hyena/Makefile	Wed Jul 24 06:11:25 2013	(r323558)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	hyena
-# Date created:		2009-08-19
-# Whom:			Romain Tartiere <romain at blogreen.org>
-#
+# Created by: Romain Tartiere <romain at blogreen.org>
 # $FreeBSD$
-#
 
 PORTNAME=	hyena
 PORTVERSION=	0.5
@@ -16,8 +12,10 @@ COMMENT=	Library of GUI and non-GUI C-sh
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
+BROKEN=		Does not build with recent mono
+
+USES=		gmake
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtksharp20
 
 post-patch:


More information about the svn-ports-all mailing list