1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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
This commit is contained in:
Antoine Brodin 2014-08-03 00:05:14 +00:00
parent fc3616b82f
commit fcb92ab1ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363844

View File

@ -9,6 +9,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-2
MAINTAINER= mono@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