Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 20:24:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r565805 - branches/2021Q1/security/openssl-unsafe
Message-ID:  <202102172024.11HKOsrB093989@repo.freebsd.org>

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

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

Modified:
  branches/2021Q1/security/openssl-unsafe/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/security/openssl-unsafe/Makefile
==============================================================================
--- branches/2021Q1/security/openssl-unsafe/Makefile	Wed Feb 17 20:24:36 2021	(r565804)
+++ branches/2021Q1/security/openssl-unsafe/Makefile	Wed Feb 17 20:24:54 2021	(r565805)
@@ -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.11HKOsrB093989>