aboutsummaryrefslogtreecommitdiff
path: root/graphics/iccxml
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-02-16 19:29:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-02-16 19:29:19 +0000
commit177bb89f5500183cfc435e3bebdd4142c1ff0059 (patch)
tree655923a94ec1eb58d22e21e8a161dffdbbb0cb3a /graphics/iccxml
parent5e7cfb8ff9acdcf8bee04c8cdac837b6ebff65b5 (diff)
downloadports-177bb89f5500183cfc435e3bebdd4142c1ff0059.tar.gz
ports-177bb89f5500183cfc435e3bebdd4142c1ff0059.zip
Mark BROKEN on FreeBSD 13 and 14
Reported by: pkg-fallout MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=565440
Diffstat (limited to 'graphics/iccxml')
-rw-r--r--graphics/iccxml/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile
index f5d25c9d242b..6dbbf545c86e 100644
--- a/graphics/iccxml/Makefile
+++ b/graphics/iccxml/Makefile
@@ -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