svn commit: r498191 - branches/2019Q2/net/opensips
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 6 19:54:31 UTC 2019
Author: antoine
Date: Sat Apr 6 19:54:30 2019
New Revision: 498191
URL: https://svnweb.freebsd.org/changeset/ports/498191
Log:
MFH: r498190
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Modified:
branches/2019Q2/net/opensips/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/net/opensips/Makefile
==============================================================================
--- branches/2019Q2/net/opensips/Makefile Sat Apr 6 19:54:12 2019 (r498190)
+++ branches/2019Q2/net/opensips/Makefile Sat Apr 6 19:54:30 2019 (r498191)
@@ -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
More information about the svn-ports-branches
mailing list