Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
47a5e3a225
commit
62d0df2c5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497841
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue