Bug 181403 - graphics/f-spot needs to be marked broken
Summary: graphics/f-spot needs to be marked broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-mono (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-19 16:40 UTC by John Marino
Modified: 2013-09-10 21:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-08-19 16:40:00 UTC
Another mono port is failing to build on all platforms: f-spot

Here is a link to 4x fail on Redports (8.4/9.1/amd64/i386):
https://redports.org/buildarchive/20130819111916-32367/

It's also failing on DragonFly.

Fix: 

Mark it BROKEN or IGNORE.
How-To-Repeat: Try to build it and it's dependencies on head.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-19 16:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mono

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-10 21:13:39 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 John Marino freebsd_committer freebsd_triage 2013-09-10 21:21:18 UTC
State Changed
From-To: open->closed

Marked BROKEN