Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 08:33:51 +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: r497678 - branches/2019Q2/www/aws
Message-ID:  <201904030833.x338XpK3087241@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr  3 08:33:50 2019
New Revision: 497678
URL: https://svnweb.freebsd.org/changeset/ports/497678

Log:
  MFH: r497677
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/www/aws/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/www/aws/Makefile
==============================================================================
--- branches/2019Q2/www/aws/Makefile	Wed Apr  3 08:33:18 2019	(r497677)
+++ branches/2019Q2/www/aws/Makefile	Wed Apr  3 08:33:50 2019	(r497678)
@@ -116,6 +116,11 @@ CONF_ARGS+=	ENABLE_SHARED=true
 CONF_ARGS+=	ENABLE_SHARED=false
 .endif
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	undefined reference to `CRYPTO_set_id_callback'
+BROKEN_FreeBSD_13=	undefined reference to `CRYPTO_set_id_callback'
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} \
 	    -e 's|@ADDITIONAL_RPATH@|${ADDL_RPATH}|' \



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