svn commit: r540596 - in head/sysutils/u-boot-tools: . files
Emmanuel Vadot
manu at FreeBSD.org
Sat Jun 27 12:44:32 UTC 2020
Author: manu
Date: Sat Jun 27 12:44:31 2020
New Revision: 540596
URL: https://svnweb.freebsd.org/changeset/ports/540596
Log:
sysutils/u-boot-tools: Unbreak on <13
rsa tools needs malloc.h, remove this include for now, a patch
will be sent upstream.
While here pet portlint.
Added:
head/sysutils/u-boot-tools/files/
head/sysutils/u-boot-tools/files/patch-lib_rsa_rsa-sign.c (contents, props changed)
Modified:
head/sysutils/u-boot-tools/Makefile
Modified: head/sysutils/u-boot-tools/Makefile
==============================================================================
--- head/sysutils/u-boot-tools/Makefile Sat Jun 27 12:38:44 2020 (r540595)
+++ head/sysutils/u-boot-tools/Makefile Sat Jun 27 12:44:31 2020 (r540596)
@@ -13,7 +13,6 @@ COMMENT= U-boot related tools
LICENSE= GPLv2
BROKEN_powerpc64= fails to build: include/config_distro_bootcmd.h:279:3: sandbox EFI support is only supported on ARM and x86
-
BROKEN_SSL= libressl
BROKEN_SSL_REASON_libressl= not supported by the upstream
Added: head/sysutils/u-boot-tools/files/patch-lib_rsa_rsa-sign.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/u-boot-tools/files/patch-lib_rsa_rsa-sign.c Sat Jun 27 12:44:31 2020 (r540596)
@@ -0,0 +1,10 @@
+--- lib/rsa/rsa-sign.c.orig 2020-06-27 12:26:29 UTC
++++ lib/rsa/rsa-sign.c
+@@ -4,7 +4,6 @@
+ */
+
+ #include "mkimage.h"
+-#include <malloc.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <image.h>
More information about the svn-ports-all
mailing list