svn commit: r563577 - branches/2021Q1/editors/texmacs
Antoine Brodin
antoine at FreeBSD.org
Mon Feb 1 12:55:50 UTC 2021
Author: antoine
Date: Mon Feb 1 12:55:49 2021
New Revision: 563577
URL: https://svnweb.freebsd.org/changeset/ports/563577
Log:
MFH: r563576
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
Modified:
branches/2021Q1/editors/texmacs/Makefile
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/editors/texmacs/Makefile
==============================================================================
--- branches/2021Q1/editors/texmacs/Makefile Mon Feb 1 12:55:26 2021 (r563576)
+++ branches/2021Q1/editors/texmacs/Makefile Mon Feb 1 12:55:49 2021 (r563577)
@@ -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-branches
mailing list