svn commit: r565441 - branches/2021Q1/graphics/iccxml
Antoine Brodin
antoine at FreeBSD.org
Tue Feb 16 19:29:41 UTC 2021
Author: antoine
Date: Tue Feb 16 19:29:41 2021
New Revision: 565441
URL: https://svnweb.freebsd.org/changeset/ports/565441
Log:
MFH: r565440
Mark BROKEN on FreeBSD 13 and 14
Reported by: pkg-fallout
Modified:
branches/2021Q1/graphics/iccxml/Makefile
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/graphics/iccxml/Makefile
==============================================================================
--- branches/2021Q1/graphics/iccxml/Makefile Tue Feb 16 19:29:19 2021 (r565440)
+++ branches/2021Q1/graphics/iccxml/Makefile Tue Feb 16 19:29:41 2021 (r565441)
@@ -9,6 +9,9 @@ DISTNAME= IccXML-${PORTVERSION}
MAINTAINER= bsam at 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
More information about the svn-ports-branches
mailing list