git: 4ce5f013320a - main - net/easysoap: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:16 UTC
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