Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2018 20:51:34 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475127 - head/sysutils/u-boot-master
Message-ID:  <201807222051.w6MKpYYx077839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jul 22 20:51:33 2018
New Revision: 475127
URL: https://svnweb.freebsd.org/changeset/ports/475127

Log:
  Make this pass portlint.  Slight cleanup to be more in accordance
  with slave Makefiles.

Modified:
  head/sysutils/u-boot-master/Makefile

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Sun Jul 22 20:44:48 2018	(r475126)
+++ head/sysutils/u-boot-master/Makefile	Sun Jul 22 20:51:33 2018	(r475127)
@@ -20,8 +20,8 @@ BUILD_DEPENDS+=	gsed:textproc/gsed \
 		mkimage:sysutils/u-boot-tools
 BUILD_DEPENDS+=	${COMPILER}:devel/${COMPILER}
 
-USES=		tar:bz2 gmake python:2.7,build shebangfix bison
-BINARY_ALIAS=	swig=swig3.0 sed=gsed dtc=${LOCALBASE}/bin/dtc
+USES=		bison gmake python:2.7,build shebangfix tar:bz2
+BINARY_ALIAS=	bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0
 
 SHEBANG_FILES=	tools/binman/binman.py
 SSP_UNSAFE=	yes
@@ -158,8 +158,8 @@ post-patch:
 .if ${UBOOT_ARCH} == arm && !defined(CONFIG_FRAGMENT)
 # For armv6/v7 we want CONFIG_API
 # Use a KConfig fragment for that
-CONFIG_FRAGMENT=       ${FILESDIR}/FreeBSD_Fragment
-FRAGMENT_NAME=         FreeBSD_Fragment
+FRAGMENT_NAME=		FreeBSD_Fragment
+CONFIG_FRAGMENT=	${FILESDIR}/${FRAGMENT_NAME}
 .endif
 
 .if defined(CONFIG_FRAGMENT)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807222051.w6MKpYYx077839>