Date: Wed, 3 May 2023 16:20:16 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: 4ce5f013320a - main - net/easysoap: Mark BROKEN_SSL Message-ID: <202305031620.343GKGf1050594@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=4ce5f013320a844bc1973e5948ce569dea4a4986 commit 4ce5f013320a844bc1973e5948ce569dea4a4986 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 13:55:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:19:57 +0000 net/easysoap: Mark BROKEN_SSL - Fails to build with error: undefined reference due to --no-allow-shlib-undefined: ERR_* - Mark DEPRECATED as last release was in 2006 --- net/easysoap/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile index a8604e37566a..689f70c01d7b 100644 --- a/net/easysoap/Makefile +++ b/net/easysoap/Makefile @@ -1,6 +1,6 @@ PORTNAME= easysoap PORTVERSION= 0.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SWANSONG DISTNAME= EasySoap++-${PORTVERSION} @@ -11,6 +11,10 @@ WWW= http://easysoap.sourceforge.net/ LICENSE= LGPL21 +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= error: undefined reference due to --no-allow-shlib-undefined: ERR_ +DEPRECATED= Last release was in 2006 + LIB_DEPENDS= libexpat.so:textproc/expat2 USES= libtool localbase ssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305031620.343GKGf1050594>