Date: Sat, 15 Feb 2014 09:04:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344333 - head/multimedia/banshee Message-ID: <201402150904.s1F94Gsb016157@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Feb 15 09:04:16 2014 New Revision: 344333 URL: http://svnweb.freebsd.org/changeset/ports/344333 QAT: https://qat.redports.org/buildarchive/r344333/ Log: Mark broken: Does not compile error CS1705: Assembly `gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' references `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' which has a higher version number than imported assembly `Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' ./Hyena.Data.Gui/ListView/ListView_Rendering.cs(53,53): 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' /usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll (Location of the symbol related to previous error) Reported by: pkg-fallout since august 2013 Modified: head/multimedia/banshee/Makefile Modified: head/multimedia/banshee/Makefile ============================================================================== --- head/multimedia/banshee/Makefile Sat Feb 15 09:00:50 2014 (r344332) +++ head/multimedia/banshee/Makefile Sat Feb 15 09:04:16 2014 (r344333) @@ -10,6 +10,8 @@ MASTER_SITES= GNOME MAINTAINER= mono@FreeBSD.org COMMENT= Music management and playback for gnome +BROKEN= Does not compile + # Could do without bash, but it's brought in by gnome anyway. BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ bash:${PORTSDIR}/shells/bash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402150904.s1F94Gsb016157>