Date: Wed, 3 Apr 2019 09:19:00 +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: r497692 - head/devel/kronosnet Message-ID: <201904030919.x339J0fO009656@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030919.x339J0fO009656>