git: 89da58f3b0f2 - main - graphics/cbonsai: Mark BROKEN for 12 and 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 15:25:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=89da58f3b0f2513057f8099c44edcf54e6f36209 commit 89da58f3b0f2513057f8099c44edcf54e6f36209 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-07 12:55:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-07 15:24:44 +0000 graphics/cbonsai: Mark BROKEN for 12 and 14 It seems like the libraries cannot link with different versions of ncurses specially from 12 and 14. I have also tried the combination with ncurses from ports without any positive result. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- graphics/cbonsai/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/cbonsai/Makefile b/graphics/cbonsai/Makefile index 13e17bec0fdc..acd4dfbdb783 100644 --- a/graphics/cbonsai/Makefile +++ b/graphics/cbonsai/Makefile @@ -10,6 +10,9 @@ WWW= https://gitlab.com/jallbrit/cbonsai LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_12= ld: error: undefined symbol: win_wch +BROKEN_FreeBSD_14= ld: error: undefined symbol: del_panel + USES= compiler:c11 ncurses USE_GITLAB= yes GL_ACCOUNT= jallbrit