Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 20:13:27 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326928 - head/graphics/f-spot
Message-ID:  <201309102013.r8AKDR2n074821@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Sep 10 20:13:26 2013
New Revision: 326928
URL: http://svnweb.freebsd.org/changeset/ports/326928

Log:
  graphics/f-spot: Mark BROKEN (does not build)
  
  build log:
  ./Hyena.Data.Gui/ListView/ListView_Rendering.cs(128,41): error CS0012: The
   type `Cairo.Context' is defined in an assembly that is not referenced.
   Consider adding a reference to assembly `Mono.Cairo, Version=4.0.0.0,
   Culture=neutral, PublicKeyToken=0738eb9f132ed756'
  (cut warnings)
  Compilation failed: 2 error(s), 77 warnings
  gmake[5]: *** [../../../bin/Hyena.Gui.dll] Error 1
  gmake[5]: Leaving directory `/wrkdirs/usr/ports/graphics/f-spot/work/
   f-spot-0.8.2/lib/Hyena/Hyena.Gui'
  
  PR: ports/181403 (timed out)

Modified:
  head/graphics/f-spot/Makefile

Modified: head/graphics/f-spot/Makefile
==============================================================================
--- head/graphics/f-spot/Makefile	Tue Sep 10 20:01:27 2013	(r326927)
+++ head/graphics/f-spot/Makefile	Tue Sep 10 20:13:26 2013	(r326928)
@@ -12,6 +12,7 @@ MASTER_SITE_SUBDIR=	sources/${PORTNAME}/
 MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Personal photo management to the GNOME desktop
 
+BROKEN=		Does not build with latest Mono
 LIB_DEPENDS=	lcms.1:${PORTSDIR}/graphics/lcms \
 		exif.12:${PORTSDIR}/graphics/libexif \
 		gphoto2.2:${PORTSDIR}/graphics/libgphoto2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309102013.r8AKDR2n074821>