From 7c8ade88224eab84ef932de687c999f2a7c1815d Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 4 Apr 2019 14:28:50 +0000 Subject: [PATCH] MFH: r497841 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout --- net/radsecproxy/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index 1272c102d970..1f8b9438d1a5 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -19,9 +19,16 @@ GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st' +.endif + post-install: ${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS} ${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \ ${STAGEDIR}${PREFIX}/etc -.include +.include