Date: Wed, 13 Nov 2019 06:36:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517360 - head/graphics/photoflow Message-ID: <201911130636.xAD6a3gY029633@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911130636.xAD6a3gY029633>