aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-06 19:54:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-06 19:54:30 +0000
commit95fd3474de017b4e8000314ee04d209a0ad77af5 (patch)
treee0250f53a192f2753ec507fdb760f1b481a8bddc /net
parentf3521a16f9e1e2f0c07528c51d938b21232de23b (diff)
downloadports-95fd3474de017b4e8000314ee04d209a0ad77af5.tar.gz
ports-95fd3474de017b4e8000314ee04d209a0ad77af5.zip
MFH: r498190
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q2/; revision=498191
Diffstat (limited to 'net')
-rw-r--r--net/opensips/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/opensips/Makefile b/net/opensips/Makefile
index 627d37359cbf..ba442ba26029 100644
--- a/net/opensips/Makefile
+++ b/net/opensips/Makefile
@@ -145,6 +145,11 @@ python_CMD= ${LOCALBASE}/bin/python2.7
.include <bsd.port.options.mk>
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= storage size of 'ctx' isn't known
+BROKEN_FreeBSD_13= storage size of 'ctx' isn't known
+.endif
+
.if ${PORT_OPTIONS:MHTTP}
EXTRA_MODULES+= httpd
.endif