MFH: r497841

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-04 14:28:50 +00:00
parent bf8a2c557c
commit 7c8ade8822
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497842

View File

@ -19,9 +19,16 @@ GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
.include <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>