freebsd-ports/devel/monodevelop-database/Makefile
Antoine Brodin fcb92ab1ad 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
2014-08-03 00:05:14 +00:00

32 lines
901 B
Makefile

# $FreeBSD$
PORTNAME= monodevelop-database
PORTVERSION= 4.2.2
CATEGORIES= devel
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
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
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USES= gettext gmake pathfix pkgconfig tar:bzip2
USE_GNOME= gtksharp20
MAKE_JOBS_UNSAFE=yes
post-patch:
@${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
# Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limitw:1,even
.include <bsd.port.mk>