svn commit: r347311 - head/graphics/pinta
Antoine Brodin
antoine at FreeBSD.org
Thu Mar 6 20:05:57 UTC 2014
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
More information about the svn-ports-all
mailing list