svn commit: r533476 - head/sysutils/u-boot-tools

Emmanuel Vadot manu at FreeBSD.org
Thu Apr 30 20:45:31 UTC 2020


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 \


More information about the svn-ports-all mailing list