Date: Fri, 24 Sep 2021 21:11:46 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0407bb07f88e - main - print/ft2demos: Temporarily mark as broken Message-ID: <202109242111.18OLBkJN003681@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0407bb07f88eba2cd8ecdd7d4f6fb8097b017aef commit 0407bb07f88eba2cd8ecdd7d4f6fb8097b017aef Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-09-24 20:55:47 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-09-24 21:10:15 +0000 print/ft2demos: Temporarily mark as broken Temporarily mark port as broken due to the version bump of freetype2 Discussed with maintainer in private email PR: 251512 Approved by: tcberner (mentor), maintainer (private email) Differential Revision: https://reviews.freebsd.org/D32086 --- print/ft2demos/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile index a4b572e85178..c4f8af986a7e 100644 --- a/print/ft2demos/Makefile +++ b/print/ft2demos/Makefile @@ -12,6 +12,8 @@ COMMENT= Demo programs for FreeType2 LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual +BROKEN= Doesn't build with FreeType 2.11.0 + BUILD_DEPENDS= ${NONEXISTENT}:print/freetype2:build LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109242111.18OLBkJN003681>