Date: Sat, 24 Apr 2021 10:49:01 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0377132cc934 - main - graphics/delaboratory: mark BROKEN on FreeBSD >= 13 Message-ID: <202104241049.13OAn166088610@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=0377132cc9346f109185065986ac9353885756bb commit 0377132cc9346f109185065986ac9353885756bb Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-24 10:20:31 +0000 Commit: Dmitry Marakasov <amdmi3@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104241049.13OAn166088610>