svn commit: r363844 - head/devel/monodevelop-database
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 3 00:05:15 UTC 2014
Author: antoine
Date: Sun Aug 3 00:05:14 2014
New Revision: 363844
URL: http://svnweb.freebsd.org/changeset/ports/363844
QAT: https://qat.redports.org/buildarchive/r363844/
Log:
Mark broken: Fails to build with monodevelop-5.0.1
./Widgets/DataGrid/Views/ImageVisualizerView.cs(88,32): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
./Widgets/ProjectDirectoryComboBox.cs(94,29): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
./Widgets/ProjectDirectoryComboBox.cs(96,29): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
./Widgets/ProjectDirectoryComboBox.cs(126,38): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
./Widgets/SelectSchemaWidget.cs(172,42): error CS0117: `MonoDevelop.Ide.ImageService' does not contain a definition for `GetPixbuf'
/usr/local/libdata/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll (Location of the symbol related to previous error)
Compilation failed: 5 error(s), 1 warnings
Reported by: pkg-fallout
Modified:
head/devel/monodevelop-database/Makefile
Modified: head/devel/monodevelop-database/Makefile
==============================================================================
--- head/devel/monodevelop-database/Makefile Sat Aug 2 23:59:34 2014 (r363843)
+++ head/devel/monodevelop-database/Makefile Sun Aug 3 00:05:14 2014 (r363844)
@@ -9,6 +9,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-2
MAINTAINER= mono at FreeBSD.org
COMMENT= MonoDevelop database support
+BROKEN= Fails to build with monodevelop-5.0.1
+
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop
More information about the svn-ports-all
mailing list