svn commit: r565804 - head/security/openssl-unsafe

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


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


More information about the svn-ports-all mailing list