svn commit: r452290 - head/sysutils/u-boot-master
Emmanuel Vadot
manu at FreeBSD.org
Tue Oct 17 19:49:12 UTC 2017
Author: manu (src committer)
Date: Tue Oct 17 19:49:10 2017
New Revision: 452290
URL: https://svnweb.freebsd.org/changeset/ports/452290
Log:
This update u-boot for :
Allwinner boards
Beaglebone Black
Zync boards
For changes on the U-Boot sidesee the changes on their release notes.
For changes on this ports :
Use BINARY_ALIAS for gsed
Add PYTHON=${PYTHON_CMD} to MAKE_ARGS
Add patch from Andrew Turner to export GPT partition in EFI
Tested On: Pine64, OrangePi One, BananaPi M2, BeagleBone Black
Reviewed by: imp (maintainer)
Approved by: imp
Modified:
head/sysutils/u-boot-master/Makefile
head/sysutils/u-boot-master/distinfo
Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile Tue Oct 17 19:48:59 2017 (r452289)
+++ head/sysutils/u-boot-master/Makefile Tue Oct 17 19:49:10 2017 (r452290)
@@ -20,7 +20,7 @@ BUILD_DEPENDS+= gsed:textproc/gsed \
BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER}
USES= gmake python:build shebangfix
-BINARY_ALIAS= swig=swig3.0
+BINARY_ALIAS= swig=swig3.0 sed=gsed
USE_GITHUB= yes
GH_ACCOUNT= freebsd
@@ -32,7 +32,7 @@ UBOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX}
INST= ${PREFIX}/${UBOOT_DIR}
DESCR?= ${.CURDIR}/pkg-descr
-MAKE_ARGS+= V=1 CROSS_COMPILE=${CROSS_COMPILE} DTC=${LOCALBASE}/bin/dtc ${ARCHFLAGS}
+MAKE_ARGS+= V=1 CROSS_COMPILE=${CROSS_COMPILE} DTC=${LOCALBASE}/bin/dtc PYTHON=${PYTHON_CMD} ${ARCHFLAGS}
NO_ARCH= yes
@@ -65,7 +65,7 @@ UBOOT_MOVE_ZYNQ_7000=${WRKSRC}/spl/boot.bin ${.CURDIR}
.if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu})
UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}}
.endif
-UBOOT_VERSION?= 2017.07.00.1
+UBOOT_VERSION?= 2017.09.00
.if !defined(UBOOT_PLIST) && defined(UBOOT_PLIST_${FAMILY:tu})
UBOOT_PLIST=${UBOOT_PLIST_${FAMILY:tu}}
Modified: head/sysutils/u-boot-master/distinfo
==============================================================================
--- head/sysutils/u-boot-master/distinfo Tue Oct 17 19:48:59 2017 (r452289)
+++ head/sysutils/u-boot-master/distinfo Tue Oct 17 19:49:10 2017 (r452290)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501619668
-SHA256 (freebsd-u-boot-ports-v2017.07.00.1_GH0.tar.gz) = 4e74457cba12d6de890418aed296800f4bdb62570379fa330e3cf74b78dff2c8
-SIZE (freebsd-u-boot-ports-v2017.07.00.1_GH0.tar.gz) = 14286103
+TIMESTAMP = 1508182195
+SHA256 (freebsd-u-boot-ports-v2017.09.00_GH0.tar.gz) = 5e408dee8be45e11293771a7d8a91250dad20711088195f5d6da99d42f5d4f7e
+SIZE (freebsd-u-boot-ports-v2017.09.00_GH0.tar.gz) = 14429809
More information about the svn-ports-head
mailing list