Date: Fri, 21 May 2021 11:22:26 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: 5a859efe21b8 - main - multimedia/{opentoonz, zart}: unbreak (fixed by opencv) Message-ID: <202105211122.14LBMQsk030039@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=5a859efe21b8388f709ae1e0606c73319ca0faa8 commit 5a859efe21b8388f709ae1e0606c73319ca0faa8 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-05-21 11:18:28 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-05-21 11:19:45 +0000 multimedia/{opentoonz,zart}: unbreak (fixed by opencv) --- multimedia/opentoonz/Makefile | 2 -- multimedia/zart/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/multimedia/opentoonz/Makefile b/multimedia/opentoonz/Makefile index 0563e60a8672..aa844b8553db 100644 --- a/multimedia/opentoonz/Makefile +++ b/multimedia/opentoonz/Makefile @@ -8,8 +8,6 @@ COMMENT= 2D animation software LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN= does not link: undefined reference to google::LogMessage::stream() - BUILD_DEPENDS= boost-libs>0:devel/boost-libs LIB_DEPENDS= libgslcblas.so:math/gsl \ libjson-c.so:devel/json-c \ diff --git a/multimedia/zart/Makefile b/multimedia/zart/Makefile index bf46fba4037c..e2ecfddb1e85 100644 --- a/multimedia/zart/Makefile +++ b/multimedia/zart/Makefile @@ -11,8 +11,6 @@ PATCHFILES= 6ca1964690afbbc78627d7c868a692401043a584.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= GMIC GUI for video streams -BROKEN= does not link: undefined reference to google::LogMessage::stream() - LICENSE= CeCILL LICENSE_NAME= CeCILL LICENSE_FILE= ${WRKSRC}/LICENSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105211122.14LBMQsk030039>