diff options
author | marino <marino@FreeBSD.org> | 2013-09-11 04:13:26 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-11 04:13:26 +0800 |
commit | 207ba2675d7dfe7b74b2cf0f1ddf5aad136efe1f (patch) | |
tree | f09c3865f9346501a2e2d681cf8452efc90908eb /graphics | |
parent | 4622a8a41d8fde4dbbf8eac20c632a953f056c43 (diff) | |
download | freebsd-ports-gnome-207ba2675d7dfe7b74b2cf0f1ddf5aad136efe1f.tar.gz freebsd-ports-gnome-207ba2675d7dfe7b74b2cf0f1ddf5aad136efe1f.tar.zst freebsd-ports-gnome-207ba2675d7dfe7b74b2cf0f1ddf5aad136efe1f.zip |
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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/f-spot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index e5229195bba7..430902db08c7 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -12,6 +12,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} 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 |