aboutsummaryrefslogtreecommitdiff
path: root/net/radsecproxy
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-04 14:28:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-04 14:28:20 +0000
commit62d0df2c5cdbadf4079f0374bce140d471af68df (patch)
tree7b7ba8e65150f8cf8ab2bc6ec3b5f7548db996d7 /net/radsecproxy
parent47a5e3a225acd984ea6c6acb13f54c1ba79df45e (diff)
downloadports-62d0df2c5cdbadf4079f0374bce140d471af68df.tar.gz
ports-62d0df2c5cdbadf4079f0374bce140d471af68df.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497841
Diffstat (limited to 'net/radsecproxy')
-rw-r--r--net/radsecproxy/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile
index 1272c102d970..1f8b9438d1a5 100644
--- a/net/radsecproxy/Makefile
+++ b/net/radsecproxy/Makefile
@@ -19,9 +19,16 @@ GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st'
+.endif
+
post-install:
${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS}
${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \
${STAGEDIR}${PREFIX}/etc
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>