From owner-svn-ports-all@FreeBSD.ORG Thu Mar 6 20:05:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 576D2F0B; Thu, 6 Mar 2014 20:05:57 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4453A387; Thu, 6 Mar 2014 20:05:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s26K5v0P077372; Thu, 6 Mar 2014 20:05:57 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s26K5vYT077371; Thu, 6 Mar 2014 20:05:57 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403062005.s26K5vYT077371@svn.freebsd.org> From: Antoine Brodin Date: Thu, 6 Mar 2014 20:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347311 - head/graphics/pinta X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 06 Mar 2014 20:05:57 -0000 Author: antoine Date: Thu Mar 6 20:05:56 2014 New Revision: 347311 URL: http://svnweb.freebsd.org/changeset/ports/347311 QAT: https://qat.redports.org/buildarchive/r347311/ Log: Mark BROKEN: Does not build /wrkdirs/usr/ports/graphics/pinta/work/pinta-1.4/Pinta.Core/Pinta.Core.csproj (default targets) -> /usr/local/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) -> Classes/IExtension.cs(5,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Effects/BaseEffect.cs(30,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Managers/SystemManager.cs(33,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Classes/BaseTool.cs(32,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Classes/BasePaintBrush.cs(28,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Reported by: pkg-fallout Modified: head/graphics/pinta/Makefile Modified: head/graphics/pinta/Makefile ============================================================================== --- head/graphics/pinta/Makefile Thu Mar 6 20:00:36 2014 (r347310) +++ head/graphics/pinta/Makefile Thu Mar 6 20:05:56 2014 (r347311) @@ -14,6 +14,7 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= Does not build GNU_CONFIGURE= yes USE_GNOME= gnomehack gtksharp20 desktopfileutils INSTALLS_ICONS= yes