From 239815d73106c349bbea6ecf0cd1bce7e65b9d8c Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 3 Apr 2019 09:51:30 +0000 Subject: [PATCH] Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 --- net/easysoap/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +.include + +.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