svn commit: r344333 - head/multimedia/banshee
Antoine Brodin
antoine at FreeBSD.org
Sat Feb 15 09:04:17 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list