From owner-svn-ports-head@FreeBSD.ORG Sun Aug 3 00:05:15 2014 Return-Path: Delivered-To: svn-ports-head@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 8DF93806; Sun, 3 Aug 2014 00:05:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6140F2FE3; Sun, 3 Aug 2014 00:05:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7305FeZ062648; Sun, 3 Aug 2014 00:05:15 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7305Fhb062647; Sun, 3 Aug 2014 00:05:15 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201408030005.s7305Fhb062647@svn.freebsd.org> From: Antoine Brodin Date: Sun, 3 Aug 2014 00:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363844 - head/devel/monodevelop-database X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 00:05:15 -0000 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@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