Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2023 17:22:31 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 44092a48aa67 - 2023Q1 - www/anyterm: mark BROKEN
Message-ID:  <202301181722.30IHMVYU024155@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by fernape:

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

commit 44092a48aa6708fdf35dbe431e7803efc4cbcc69
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 17:17:19 +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>
    
    (cherry picked from commit bbb372eadafc4b008a83e333e1a3406e904bd9a0)
---
 www/anyterm/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile
index 810b4de8a306..8e5c2b825bc1 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
 



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