Index: head/sysutils/u-boot-tools/Makefile =================================================================== --- head/sysutils/u-boot-tools/Makefile +++ head/sysutils/u-boot-tools/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= u-boot-tools -DISTVERSION= 2017.09 -PORTREVISION= 2 +DISTVERSION= 2018.03 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ DISTNAME= u-boot-${PORTVERSION} Index: head/sysutils/u-boot-tools/distinfo =================================================================== --- head/sysutils/u-boot-tools/distinfo +++ head/sysutils/u-boot-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513026851 -SHA256 (u-boot-2017.09.tar.bz2) = b2d15f2cf5f72e706025cde73d67247c6da8cd35f7e10891eefe7d9095089744 -SIZE (u-boot-2017.09.tar.bz2) = 11434323 +TIMESTAMP = 1522148447 +SHA256 (u-boot-2018.03.tar.bz2) = 7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd +SIZE (u-boot-2018.03.tar.bz2) = 12304292 Index: head/sysutils/u-boot-tools/files/patch-include_compiler.h =================================================================== --- head/sysutils/u-boot-tools/files/patch-include_compiler.h +++ head/sysutils/u-boot-tools/files/patch-include_compiler.h @@ -1,12 +0,0 @@ ---- include/compiler.h.orig 2018-02-06 02:48:39 UTC -+++ include/compiler.h -@@ -50,6 +50,9 @@ typedef unsigned long ulong; - #endif - #ifdef __FreeBSD__ - # include /* htole32 and friends */ -+# define __BYTE_ORDER BYTE_ORDER -+# define __LITTLE_ENDIAN LITTLE_ENDIAN -+# define __BIG_ENDIAN BIG_ENDIAN - #elif defined(__OpenBSD__) - # include - # define __BYTE_ORDER BYTE_ORDER