git: 44092a48aa67 - 2023Q1 - www/anyterm: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 17:22:31 UTC
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