aboutsummaryrefslogtreecommitdiff
path: root/irc/bip
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:32:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:32:47 +0000
commit7d89cd821ea18eececdb9e8db77a54aade5b3c49 (patch)
tree1f0af8bbe5065b666708075f9c83e184f7f4cc7c /irc/bip
parentbc56666e69dc02e58195375bde83fc2007247df4 (diff)
downloadports-7d89cd821ea18eececdb9e8db77a54aade5b3c49.tar.gz
ports-7d89cd821ea18eececdb9e8db77a54aade5b3c49.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497698
Diffstat (limited to 'irc/bip')
-rw-r--r--irc/bip/Makefile9
1 files changed, 8 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>