Date: Thu, 6 Mar 2014 20:05:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347311 - head/graphics/pinta Message-ID: <201403062005.s26K5vYT077371@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403062005.s26K5vYT077371>