Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2023 15:00:21 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c60525b21570 - main - www/resin3: Mark BROKEN_SSL
Message-ID:  <202305041500.344F0LYn096003@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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