From 7d89cd821ea18eececdb9e8db77a54aade5b3c49 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 3 Apr 2019 09:32:47 +0000 Subject: [PATCH] Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 --- irc/bip/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/irc/bip/Makefile b/irc/bip/Makefile index a87d1b02d8ba..1da463abbe01 100644 --- a/irc/bip/Makefile +++ b/irc/bip/Makefile @@ -29,6 +29,13 @@ EXAMPLEFILES= bip.conf bip.vim OPTIONS_DEFINE= DOCS EXAMPLES +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= error: incomplete definition of type 'struct dh_st' +BROKEN_FreeBSD_13= error: incomplete definition of type 'struct dh_st' +.endif + post-install: ${INSTALL_MAN} ${WRKSRC}/bip.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/bipmkpw.1 ${STAGEDIR}${PREFIX}/man/man1 @@ -46,4 +53,4 @@ post-install-EXAMPLES-on: ${INSTALL_DATA} ${WRKSRC}/samples/${i} ${STAGEDIR}${EXAMPLESDIR} .endfor -.include +.include