From owner-svn-ports-head@freebsd.org Sun Feb 28 14:32:47 2016 Return-Path: Delivered-To: svn-ports-head@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 064A9AB6E3A; Sun, 28 Feb 2016 14:32:47 +0000 (UTC) (envelope-from rakuco@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 B1A191E5C; Sun, 28 Feb 2016 14:32:46 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1SEWj3g050095; Sun, 28 Feb 2016 14:32:45 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SEWjRU050093; Sun, 28 Feb 2016 14:32:45 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602281432.u1SEWjRU050093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 28 Feb 2016 14:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409742 - in head/sysutils/u-boot-utilite: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 14:32:47 -0000 Author: rakuco Date: Sun Feb 28 14:32:45 2016 New Revision: 409742 URL: https://svnweb.freebsd.org/changeset/ports/409742 Log: Apply some small fixes to the port. - Set correct number (3) for CONFIG_SYS_MMC_MAX_DEVICE - Remove "SSP_UNSAFE= yes" from Makefile. The port builds fine without it. - Add "PORTSCOUT= ignore" to Makefile. New versions only make sense if manufacturer (CompuLab) decides to move to upgraded u-boot version. PR: 207554 Submitted by: Martin Waschbüsch (maintainer) Modified: head/sysutils/u-boot-utilite/Makefile head/sysutils/u-boot-utilite/files/patch-include_configs_cm__fx6.h Modified: head/sysutils/u-boot-utilite/Makefile ============================================================================== --- head/sysutils/u-boot-utilite/Makefile Sun Feb 28 13:52:05 2016 (r409741) +++ head/sysutils/u-boot-utilite/Makefile Sun Feb 28 14:32:45 2016 (r409742) @@ -2,6 +2,7 @@ PORTNAME= u-boot PORTVERSION= 2015.07 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/:source1 \ http://www.compulab.co.il/wp-content/uploads/2015/10/:source2 @@ -23,7 +24,8 @@ EXTRA_PATCHES= ${WRKDIR}/cm-fx6-u-boot/u NO_ARCH= yes USES= gmake -SSP_UNSAFE= yes # cross-build static linking dies with -fstack-protector + +PORTSCOUT= ignore U_BOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX} Modified: head/sysutils/u-boot-utilite/files/patch-include_configs_cm__fx6.h ============================================================================== --- head/sysutils/u-boot-utilite/files/patch-include_configs_cm__fx6.h Sun Feb 28 13:52:05 2016 (r409741) +++ head/sysutils/u-boot-utilite/files/patch-include_configs_cm__fx6.h Sun Feb 28 14:32:45 2016 (r409742) @@ -1,11 +1,18 @@ ---- include/configs/cm_fx6.h.orig 2016-02-27 13:29:39 UTC +--- include/configs/cm_fx6.h.orig 2016-02-28 08:48:02 UTC +++ include/configs/cm_fx6.h -@@ -174,6 +174,9 @@ +@@ -21,6 +21,7 @@ + #define CONFIG_CMD_GREPENV + + /* MMC */ ++#define CONFIG_SYS_MMC_MAX_DEVICE 3 + #define CONFIG_SYS_FSL_USDHC_NUM 3 + #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR + +@@ -174,6 +175,8 @@ /* NAND */ #ifndef CONFIG_SPL_BUILD +#define CONFIG_CMD_ELF -+#define CONFIG_SYS_MMC_MAX_DEVICE 4 +#define CONFIG_API #define CONFIG_CMD_NAND #define CONFIG_SYS_NAND_BASE 0x40000000