Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2020 20:45:31 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533476 - head/sysutils/u-boot-tools
Message-ID:  <202004302045.03UKjVaj074733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Thu Apr 30 20:45:30 2020
New Revision: 533476
URL: https://svnweb.freebsd.org/changeset/ports/533476

Log:
  sysutils/u-boot-tools: Mark broken with libressl
  
  PR:		235505
  Submitted by:	mikael

Modified:
  head/sysutils/u-boot-tools/Makefile

Modified: head/sysutils/u-boot-tools/Makefile
==============================================================================
--- head/sysutils/u-boot-tools/Makefile	Thu Apr 30 20:28:42 2020	(r533475)
+++ head/sysutils/u-boot-tools/Makefile	Thu Apr 30 20:45:30 2020	(r533476)
@@ -14,6 +14,9 @@ LICENSE=	GPLv2
 
 USES=	bison tar:bzip2 gmake python:2.7,build ssl
 
+BROKEN_SSL=	libressl
+BROKEN_SSL_REASON_libressl=	not supported by the upstream
+
 CONFLICTS=	uboot-mkimage
 ALL_TARGET=	tools-only
 MAKE_ARGS=	ARCH=sandbox \



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