Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 15:25:17 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89da58f3b0f2 - main - graphics/cbonsai: Mark BROKEN for 12 and 14
Message-ID:  <202308071525.377FPHej026744@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308071525.377FPHej026744>