From owner-svn-ports-all@FreeBSD.ORG Wed Aug 6 12:12:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9174A7D6 for ; Wed, 6 Aug 2014 12:12:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 620FC2086 for ; Wed, 6 Aug 2014 12:12:08 +0000 (UTC) Received: from antoine (uid 1152) (envelope-from antoine@FreeBSD.org) id 5179 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 12:12:08 +0000 From: Antoine Brodin Date: Wed, 6 Aug 2014 12:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r364165 - branches/2014Q3/devel/monodevelop-database X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e21b98.5179.4f03cef5@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 12:12:08 -0000 Author: antoine Date: Wed Aug 6 12:12:07 2014 New Revision: 364165 URL: http://svnweb.freebsd.org/changeset/ports/364165 QAT: https://qat.redports.org/buildarchive/r364165/ Log: MFH: r363844 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: branches/2014Q3/devel/monodevelop-database/Makefile Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/devel/monodevelop-database/Makefile ============================================================================== --- branches/2014Q3/devel/monodevelop-database/Makefile Wed Aug 6 12:05:53 2014 (r364164) +++ branches/2014Q3/devel/monodevelop-database/Makefile Wed Aug 6 12:12:07 2014 (r364165) @@ -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