aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-03 13:55:27 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-03 16:19:57 +0000
commit4ce5f013320a844bc1973e5948ce569dea4a4986 (patch)
treeffc42f2c50b440cec2dc1e90393d95812625aaba
parent191d86b34211867c2ee536749361a004ef8402cc (diff)
downloadports-4ce5f013320a844bc1973e5948ce569dea4a4986.tar.gz
ports-4ce5f013320a844bc1973e5948ce569dea4a4986.zip
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
-rw-r--r--net/easysoap/Makefile6
1 files changed, 5 insertions, 1 deletions
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