svn commit: r563576 - head/editors/texmacs

Antoine Brodin antoine at FreeBSD.org
Mon Feb 1 12:55:26 UTC 2021


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


More information about the svn-ports-all mailing list