MFH: r497686
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
This commit is contained in:
parent
37414333b8
commit
fcc69e283e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497687
1 changed files with 8 additions and 1 deletions
|
@ -23,6 +23,13 @@ PORTDOCS= ChangeLog NEWS README TODO
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${SSL_DEFAULT} == base
|
||||||
|
BROKEN_FreeBSD_12= error: incomplete definition of type 'struct ssl_cipher_st'
|
||||||
|
BROKEN_FreeBSD_13= error: incomplete definition of type 'struct ssl_cipher_st'
|
||||||
|
.endif
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \
|
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \
|
||||||
${STAGEDIR}${MAN1PREFIX}/man/man1
|
${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||||
|
@ -32,4 +39,4 @@ do-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Reference in a new issue