diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-03 17:32:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-04-03 17:32:47 +0800 |
commit | 40961703bd7bf239258c156facb950f92601679e (patch) | |
tree | 1f0af8bbe5065b666708075f9c83e184f7f4cc7c /irc | |
parent | 7123c28738ed51b762402d4e5d2c4586fb79b6f3 (diff) | |
download | freebsd-ports-gnome-40961703bd7bf239258c156facb950f92601679e.tar.gz freebsd-ports-gnome-40961703bd7bf239258c156facb950f92601679e.tar.zst freebsd-ports-gnome-40961703bd7bf239258c156facb950f92601679e.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bip/Makefile | 9 |
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> |