Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2013 06:11:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323558 - head/devel/hyena
Message-ID:  <201307240611.r6O6BQcJ033866@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@blogreen.org>
-#
+# Created by: Romain Tartiere <romain@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:



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