Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 20:24:37 +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: r565804 - head/security/openssl-unsafe
Message-ID:  <202102172024.11HKOb26093874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 17 20:24:36 2021
New Revision: 565804
URL: https://svnweb.freebsd.org/changeset/ports/565804

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/security/openssl-unsafe/Makefile

Modified: head/security/openssl-unsafe/Makefile
==============================================================================
--- head/security/openssl-unsafe/Makefile	Wed Feb 17 20:22:29 2021	(r565803)
+++ head/security/openssl-unsafe/Makefile	Wed Feb 17 20:24:36 2021	(r565804)
@@ -26,6 +26,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	PeterMosmans
 GH_TAGNAME=	c9ba19c
 
+BROKEN_FreeBSD_13=	eng_cryptodev.c:250:19: error: use of undeclared identifier 'CRIOGET'
+BROKEN_FreeBSD_14=	eng_cryptodev.c:250:19: error: use of undeclared identifier 'CRIOGET'
 .if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
 BROKEN_i386=	ld: error: unknown argument: -Bforcearchive
 .endif



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