aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:52:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:52:20 +0000
commit71f4c0067a7ea73392db83b392257ed1eb0efca8 (patch)
treef375e1658b8035c1cff7913040e4779ad7a624d7 /net
parent155ca68ec08c073c96bb1adffbc36aa5b22ff2bf (diff)
downloadports-71f4c0067a7ea73392db83b392257ed1eb0efca8.tar.gz
ports-71f4c0067a7ea73392db83b392257ed1eb0efca8.zip
MFH: r497703
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q2/; revision=497704
Diffstat (limited to 'net')
-rw-r--r--net/easysoap/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile
index a263509b1dee..c570287cfbb0 100644
--- a/net/easysoap/Makefile
+++ b/net/easysoap/Makefile
@@ -24,4 +24,11 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= use of undeclared identifier 'SSLv2_client_method'
+BROKEN_FreeBSD_13= use of undeclared identifier 'SSLv2_client_method'
+.endif
+
+.include <bsd.port.post.mk>