From 62d0df2c5cdbadf4079f0374bce140d471af68df Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 4 Apr 2019 14:28:20 +0000 Subject: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 --- net/radsecproxy/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'net/radsecproxy') 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 -- cgit v1.2.3