svn commit: r431424 - head/sysutils/u-boot-master

Emmanuel Vadot manu at bidouilliste.com
Sat Jan 14 13:20:15 UTC 2017


 Thanks Brad,

 The patch to use /usr/bin/env has been upstreamed and is in v2017.01
(https://github.com/u-boot/u-boot/blob/v2017.01/tools/binman/binman.py).

 Warner, is your tree up to date with upstream tag v2017.01 ?

On Fri, 13 Jan 2017 21:04:01 +0000 (UTC)
Brad Davis <brd at FreeBSD.org> wrote:

> Author: brd
> Date: Fri Jan 13 21:04:00 2017
> New Revision: 431424
> URL: https://svnweb.freebsd.org/changeset/ports/431424
> 
> Log:
>   Fix python usage.  Which fixes u-boot-bananapi, u-boot-rpi3, and
>   u-boot-beaglebone.
>   
>   Approved by:	imp, bdrewery (implicit)
> 
> Modified:
>   head/sysutils/u-boot-master/Makefile
> 
> Modified: head/sysutils/u-boot-master/Makefile
> ==============================================================================
> --- head/sysutils/u-boot-master/Makefile	Fri Jan 13 20:12:31 2017	(r431423)
> +++ head/sysutils/u-boot-master/Makefile	Fri Jan 13 21:04:00 2017	(r431424)
> @@ -17,15 +17,15 @@ LICENSE=	GPLv2
>  BUILD_DEPENDS=	arm-none-eabi-gcc:devel/arm-none-eabi-gcc \
>  		gsed:textproc/gsed \
>  		swig3.0:devel/swig30 \
> -		python:lang/python2 \
>  		${LOCALBASE}/bin/dtc:sysutils/dtc
>  
> -USES=		gmake
> +USES=		gmake python:build shebangfix
>  
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	bsdimp
>  GH_PROJECT=	u-boot
>  
> +SHEBANG_FILES=	tools/binman/binman.py
>  SSP_UNSAFE=	yes
>  UBOOT_DIR=	share/u-boot/${PORTNAME}${PKGNAMESUFFIX}
>  INST=		${PREFIX}/${UBOOT_DIR}
> @@ -37,13 +37,13 @@ NO_ARCH=	yes
>  
>  # Sanity checks
>  .if !defined(MODEL)
> -IGNORE+=	"MODEL is not defined"
> +IGNORE+=	MODEL is not defined
>  .endif
>  .if !defined(BOARD_CONFIG)
> -IGNORE+=	"BOARD_CONFIG is not defined"
> +IGNORE+=	BOARD_CONFIG is not defined
>  .endif
>  .if !defined(FAMILY)
> -IGNORE+=	"FAMILY is not defined"
> +IGNORE+=	FAMILY is not defined
>  .endif
>  
>  # Defines for OMAP family
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"


-- 
Emmanuel Vadot <manu at bidouilliste.com> <manu at freebsd.org>


More information about the svn-ports-head mailing list