Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2024 14:39:17 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 6d18258368d2 - 2024Q4 - graphics/ttyplot: Mark as broken on FreeBSD 13
Message-ID:  <202411041439.4A4EdHM4022802@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d18258368d21d65134633d8e186e23967b2b92f

commit 6d18258368d21d65134633d8e186e23967b2b92f
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-11-04 14:32:17 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-11-04 14:39:13 +0000

    graphics/ttyplot: Mark as broken on FreeBSD 13
    
    (cherry picked from commit 51d05517f981d56411bbaf12919bf85697755508)
---
 graphics/ttyplot/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/ttyplot/Makefile b/graphics/ttyplot/Makefile
index 81d81e61764e..7a9bbce083d4 100644
--- a/graphics/ttyplot/Makefile
+++ b/graphics/ttyplot/Makefile
@@ -9,6 +9,8 @@ WWW=		https://github.com/tenox7/ttyplot
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	fails to build: Package 'ncursesw' not found
+
 USES=		ncurses pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	tenox7



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