Date: Sat, 6 Apr 2019 19:54:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498190 - head/net/opensips Message-ID: <201904061954.x36JsCdu079066@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 6 19:54:12 2019 New Revision: 498190 URL: https://svnweb.freebsd.org/changeset/ports/498190 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/net/opensips/Makefile Modified: head/net/opensips/Makefile ============================================================================== --- head/net/opensips/Makefile Sat Apr 6 19:53:27 2019 (r498189) +++ head/net/opensips/Makefile Sat Apr 6 19:54:12 2019 (r498190) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061954.x36JsCdu079066>