svn commit: r565805 - branches/2021Q1/security/openssl-unsafe

Antoine Brodin antoine at FreeBSD.org
Wed Feb 17 20:24:55 UTC 2021


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


More information about the svn-ports-all mailing list