aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-02-01 12:55:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-02-01 12:55:49 +0000
commit54dfe62ddeb7ecc0a6da4cdcc1597db14f64b42c (patch)
tree1fe64666bb63afcfbf4276c247934333d16b3f5a /editors
parent62f15aaf9788accf90ff5e60641a47a1f677f80a (diff)
downloadports-54dfe62ddeb7ecc0a6da4cdcc1597db14f64b42c.tar.gz
ports-54dfe62ddeb7ecc0a6da4cdcc1597db14f64b42c.zip
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
Notes
Notes: svn path=/branches/2021Q1/; revision=563577
Diffstat (limited to 'editors')
-rw-r--r--editors/texmacs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile
index fad2eec7e194..732858f34abc 100644
--- a/editors/texmacs/Makefile
+++ b/editors/texmacs/Makefile
@@ -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