git: c60525b21570 - main - www/resin3: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 15:00:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c60525b21570f6dec09f64a60a28e40b4b7db0b9 commit c60525b21570f6dec09f64a60a28e40b4b7db0b9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-04 14:24:09 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-04 15:00:13 +0000 www/resin3: Mark BROKEN_SSL - Fails to build with error: unable to find library -lpthread - Mark DEPRECATED as last release was in 2017 --- www/resin3/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/resin3/Makefile b/www/resin3/Makefile index c917b7e5fe40..5a3a652e8183 100644 --- a/www/resin3/Makefile +++ b/www/resin3/Makefile @@ -9,6 +9,10 @@ WWW= https://www.caucho.com/ LICENSE= GPLv2 +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= error: unable to find library -lpthread +DEPRECATED= Last release was in 2017 + USES= cpe libtool python ssl CPE_VENDOR= caucho USE_JAVA= yes