aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:51:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:51:30 +0000
commit239815d73106c349bbea6ecf0cd1bce7e65b9d8c (patch)
treed7f6de3e88b71c0030026dc16cc55a72fe8d2c4b
parent1fbf38992ec9137c5eb016262d9849e113f692dc (diff)
downloadports-239815d73106c349bbea6ecf0cd1bce7e65b9d8c.tar.gz
ports-239815d73106c349bbea6ecf0cd1bce7e65b9d8c.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497703
-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>