diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-01-18 16:14:43 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-01-18 16:14:43 +0100 |
commit | bbb372eadafc4b008a83e333e1a3406e904bd9a0 (patch) | |
tree | 27c5b7bc4fff86033a2635e2dbe39e46734ac157 /www | |
parent | eae2de3187f87fef5392810d46138c71fdc69d8c (diff) | |
download | freebsd-ports-bbb372eadafc4b008a83e333e1a3406e904bd9a0.zip |
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>
Diffstat (limited to 'www')
-rw-r--r-- | www/anyterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |