From owner-svn-ports-all@freebsd.org Wed Dec 21 13:49:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64CD6C8AA67; Wed, 21 Dec 2016 13:49:42 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26B4715E0; Wed, 21 Dec 2016 13:49:42 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBLDnfsh073918; Wed, 21 Dec 2016 13:49:41 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBLDnfKh073917; Wed, 21 Dec 2016 13:49:41 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201612211349.uBLDnfKh073917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 21 Dec 2016 13:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429083 - head/sysutils/u-boot-utilite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2016 13:49:42 -0000 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 (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