Date: Tue, 16 Feb 2021 19:29:19 +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: r565440 - head/graphics/iccxml Message-ID: <202102161929.11GJTJHS054153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Feb 16 19:29:19 2021 New Revision: 565440 URL: https://svnweb.freebsd.org/changeset/ports/565440 Log: Mark BROKEN on FreeBSD 13 and 14 Reported by: pkg-fallout MFH: 2021Q1 Modified: head/graphics/iccxml/Makefile Modified: head/graphics/iccxml/Makefile ============================================================================== --- head/graphics/iccxml/Makefile Tue Feb 16 18:45:52 2021 (r565439) +++ head/graphics/iccxml/Makefile Tue Feb 16 19:29:19 2021 (r565440) @@ -9,6 +9,9 @@ DISTNAME= IccXML-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org COMMENT= Tools for reading and writing the ICC profile contents as XML files +BROKEN_FreeBSD_13= IccProfileXml.cpp:512:12: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' +BROKEN_FreeBSD_14= IccProfileXml.cpp:512:12: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' + LIB_DEPENDS= libSampleICC.so:graphics/sampleicc USES= gmake gnome libtool pathfix pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102161929.11GJTJHS054153>