Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 12:55:26 +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: r563576 - head/editors/texmacs
Message-ID:  <202102011255.111CtQdf071663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Feb  1 12:55:26 2021
New Revision: 563576
URL: https://svnweb.freebsd.org/changeset/ports/563576

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  ./Plugins/Pdf/PDFWriter/PDFDocumentHandler.cpp:1332:24: error: assigning to 'bool' from incompatible type 'nullptr_t'
          mParserOwned = NULL;
                         ^~~~
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/editors/texmacs/Makefile

Modified: head/editors/texmacs/Makefile
==============================================================================
--- head/editors/texmacs/Makefile	Mon Feb  1 12:53:18 2021	(r563575)
+++ head/editors/texmacs/Makefile	Mon Feb  1 12:55:26 2021	(r563576)
@@ -14,6 +14,9 @@ COMMENT=	WYSIWYG scientific text editor
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	assigning to 'bool' from incompatible type 'nullptr_t'
+BROKEN_FreeBSD_14=	assigning to 'bool' from incompatible type 'nullptr_t'
+
 LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libguile.so:lang/guile \
 		libgmp.so:math/gmp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102011255.111CtQdf071663>