svn commit: r562539 - branches/2021Q1/www/aws

Antoine Brodin antoine at FreeBSD.org
Mon Jan 25 07:14:54 UTC 2021


Author: antoine
Date: Mon Jan 25 07:14:53 2021
New Revision: 562539
URL: https://svnweb.freebsd.org/changeset/ports/562539

Log:
  MFH: r562538
  
  Mark BROKEN on FreeBSD 14
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/www/aws/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/aws/Makefile
==============================================================================
--- branches/2021Q1/www/aws/Makefile	Mon Jan 25 07:14:35 2021	(r562538)
+++ branches/2021Q1/www/aws/Makefile	Mon Jan 25 07:14:53 2021	(r562539)
@@ -119,6 +119,7 @@ CONF_ARGS+=	ENABLE_SHARED=false
 .if ${SSL_DEFAULT} == base
 BROKEN_FreeBSD_12=	undefined reference to `CRYPTO_set_id_callback'
 BROKEN_FreeBSD_13=	undefined reference to `CRYPTO_set_id_callback'
+BROKEN_FreeBSD_14=	undefined reference to `CRYPTO_set_id_callback'
 .endif
 
 post-patch:


More information about the svn-ports-branches mailing list