svn commit: r517360 - head/graphics/photoflow

Antoine Brodin antoine at FreeBSD.org
Wed Nov 13 06:36:04 UTC 2019


Author: antoine
Date: Wed Nov 13 06:36:03 2019
New Revision: 517360
URL: https://svnweb.freebsd.org/changeset/ports/517360

Log:
  Mark BROKEN
  
  /wrkdirs/usr/ports/graphics/photoflow/work/PhotoFlow-da84a071/src/base/iccstore.cc:1046:7: error: no matching function for call to 'vips_image_get_blob'
    if( vips_image_get_blob( img, "pf-icc-profile",
        ^~~~~~~~~~~~~~~~~~~
  /usr/local/include/vips/header.h:203:5: note: candidate function not viable: no known conversion from 'void **' to 'const void **' for 3rd argument
  int vips_image_get_blob( const VipsImage *image,
      ^
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/photoflow/Makefile

Modified: head/graphics/photoflow/Makefile
==============================================================================
--- head/graphics/photoflow/Makefile	Wed Nov 13 06:35:25 2019	(r517359)
+++ head/graphics/photoflow/Makefile	Wed Nov 13 06:36:03 2019	(r517360)
@@ -11,6 +11,7 @@ COMMENT=	Non-destructive photo retouching program
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		no matching function for call to 'vips_image_get_blob'
 BROKEN_i386=	see https://github.com/aferrero2707/PhotoFlow/issues/192
 
 LIB_DEPENDS=	libexiv2.so:graphics/exiv2 \


More information about the svn-ports-all mailing list