svn commit: r498190 - head/net/opensips

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 19:54:13 UTC 2019


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


More information about the svn-ports-all mailing list