svn commit: r429083 - head/sysutils/u-boot-utilite

Kurt Jaeger pi at FreeBSD.org
Wed Dec 21 13:49:42 UTC 2016


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 at 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
 


More information about the svn-ports-head mailing list