git: bbb372eadafc - main - www/anyterm: mark BROKEN

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Wed, 18 Jan 2023 15:20:29 UTC
The branch main has been updated by fernape:

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

commit bbb372eadafc4b008a83e333e1a3406e904bd9a0
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2023-01-18 15:14:43 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-18 15:14:43 +0000

    www/anyterm: mark BROKEN
    
    When building from ports, it segfaults on startup.
    Package is broken with:
    
    ld-elf.so.1: /usr/local/lib/gcc10/libstdc++.so.6: version GLIBCXX_3.4.29 required by /usr/local/sbin/anytermd not found
    
    Maintainer missing for months.
    
    PR:             257058
    Reported by:    Alex <r7st.guru@gmail.com>
---
 www/anyterm/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile
index 50e7d7824b99..d629cdb3ceb3 100644
--- a/www/anyterm/Makefile
+++ b/www/anyterm/Makefile
@@ -10,6 +10,8 @@ MAINTAINER=	douglas@douglasthrift.net
 COMMENT=	Terminal emulator on a Web page
 WWW=		https://anyterm.org/
 
+BROKEN=		segfaults on startup
+
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE