Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 19:54:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498191 - branches/2019Q2/net/opensips
Message-ID:  <201904061954.x36JsU5o079209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061954.x36JsU5o079209>