aboutsummaryrefslogtreecommitdiff
path: root/lang/fth
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-04 05:41:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-04 05:41:15 +0000
commit277b2f6ae2ac7cd78e90ffae2f7ba094bb5b99ea (patch)
treee6ef45af37e7b16ac73b3e4d76d13fd1890aa192 /lang/fth
parent137f0a75a6e8e1ded879b57c35e06f9e1125f84a (diff)
downloadports-277b2f6ae2ac7cd78e90ffae2f7ba094bb5b99ea.tar.gz
ports-277b2f6ae2ac7cd78e90ffae2f7ba094bb5b99ea.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497790
Diffstat (limited to 'lang/fth')
-rw-r--r--lang/fth/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/fth/Makefile b/lang/fth/Makefile
index f41779fcf735..5283652cc1f3 100644
--- a/lang/fth/Makefile
+++ b/lang/fth/Makefile
@@ -24,4 +24,11 @@ TECLA_DESC= Use tecla command-line editing
TECLA_CONFIGURE_WITH= tecla
TECLA_LIB_DEPENDS= libtecla.so:devel/libtecla
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= variable has incomplete type 'BIGNUM' (aka 'struct bignum_st')
+BROKEN_FreeBSD_13= variable has incomplete type 'BIGNUM' (aka 'struct bignum_st')
+.endif
+
+.include <bsd.port.post.mk>