Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 13:49:41 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429083 - head/sysutils/u-boot-utilite
Message-ID:  <201612211349.uBLDnfKh073917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed Dec 21 13:49:41 2016
New Revision: 429083
URL: https://svnweb.freebsd.org/changeset/ports/429083

Log:
  sysutils/u-boot-utilite: Fix build failure by specifying correct gcc version
  
  PR:		215440
  Submitted by:	Martin Waschbuesch <martin@waschbuesch.de> (maintainer)

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

Modified: head/sysutils/u-boot-utilite/Makefile
==============================================================================
--- head/sysutils/u-boot-utilite/Makefile	Wed Dec 21 13:02:33 2016	(r429082)
+++ head/sysutils/u-boot-utilite/Makefile	Wed Dec 21 13:49:41 2016	(r429083)
@@ -2,7 +2,7 @@
 
 PORTNAME=	u-boot
 PORTVERSION=	2015.07
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.denx.de/pub/u-boot/:source1 \
 		http://www.compulab.co.il/wp-content/uploads/2015/10/:source2
@@ -15,9 +15,9 @@ COMMENT=	Cross-build U-Boot loader for U
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	${CROSS_GCC}:devel/arm-none-eabi-gcc
+BUILD_DEPENDS=	${CROSS_GCC}:devel/arm-none-eabi-gcc492
 
-CROSS_GCC=	arm-none-eabi-gcc
+CROSS_GCC=	arm-none-eabi-gcc-4.9.2
 
 EXTRA_PATCHES=	${WRKDIR}/cm-fx6-u-boot/u-boot/u-boot-2015.07-cm-fx6-3.patch:-p1
 



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