svn commit: r497693 - branches/2019Q2/devel/kronosnet

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


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

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

Modified:
  branches/2019Q2/devel/kronosnet/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/kronosnet/Makefile
==============================================================================
--- branches/2019Q2/devel/kronosnet/Makefile	Wed Apr  3 09:19:00 2019	(r497692)
+++ branches/2019Q2/devel/kronosnet/Makefile	Wed Apr  3 09:19:32 2019	(r497693)
@@ -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