svn commit: r565440 - head/graphics/iccxml

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 19:29:20 UTC 2021


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 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-all mailing list