Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 19:29:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r565441 - branches/2021Q1/graphics/iccxml
Message-ID:  <202102161929.11GJTfFW054268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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.11GJTfFW054268>