svn commit: r497692 - head/devel/kronosnet

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 09:19:01 UTC 2019


Author: antoine
Date: Wed Apr  3 09:19:00 2019
New Revision: 497692
URL: https://svnweb.freebsd.org/changeset/ports/497692

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/devel/kronosnet/Makefile

Modified: head/devel/kronosnet/Makefile
==============================================================================
--- head/devel/kronosnet/Makefile	Wed Apr  3 09:10:09 2019	(r497691)
+++ head/devel/kronosnet/Makefile	Wed Apr  3 09:19:00 2019	(r497692)
@@ -38,6 +38,8 @@ MANPAGES_CONFIGURE_ENABLE=	man
 .include <bsd.port.options.mk>
 
 .if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	error: storage size of 'ctx' isn't known
+BROKEN_FreeBSD_13=	error: storage size of 'ctx' isn't known
 EXTRA_PATCHES=	${.CURDIR}/files/extra-patch-ssl-base-configure.ac
 CONFIGURE_ENV=	openssl_CFLAGS=-I/usr/include openssl_LIBS=-lcrypto
 .elif ${SSL_DEFAULT} == libressl


More information about the svn-ports-all mailing list