aboutsummaryrefslogtreecommitdiff
path: root/editors/texmacs
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-02-01 12:55:26 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-02-01 12:55:26 +0000
commit24de033cbdd7e1c48d1f3ddc86850f64122f6229 (patch)
treeff54b8b20193a9701d0eb96fd8ab31b53e7d2149 /editors/texmacs
parent42ba2ab927dca8b0320428ce3e80fc78700b3e9d (diff)
downloadports-24de033cbdd7e1c48d1f3ddc86850f64122f6229.tar.gz
ports-24de033cbdd7e1c48d1f3ddc86850f64122f6229.zip
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
Notes
Notes: svn path=/head/; revision=563576
Diffstat (limited to 'editors/texmacs')
-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