git: 0377132cc934 - main - graphics/delaboratory: mark BROKEN on FreeBSD >= 13
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Apr 24 10:49:02 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0377132cc9346f109185065986ac9353885756bb
commit 0377132cc9346f109185065986ac9353885756bb
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-24 10:20:31 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-24 10:46:46 +0000
graphics/delaboratory: mark BROKEN on FreeBSD >= 13
---
graphics/delaboratory/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile
index 9a4d35fd613c..49acd3e294ab 100644
--- a/graphics/delaboratory/Makefile
+++ b/graphics/delaboratory/Makefile
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtiff.so:graphics/tiff
+BROKEN_FreeBSD_13= does not build: error: unknown type name 'sem_t'
+BROKEN_FreeBSD_14= does not build: error: unknown type name 'sem_t'
+
USES= compiler:c++11-lib gmake gnome
MAKE_ARGS= CXX="${CXX}" WXCONFIG="${WX_CONFIG}"
USE_WX= 3.0
More information about the dev-commits-ports-all
mailing list