git: 2ea2edca9657 - main - sysutils/u-boot-utilite/: Remove expired port:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 30 Apr 2023 09:19:41 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ea2edca965777a0d1d19aad82ebda62046d2799

commit 2ea2edca965777a0d1d19aad82ebda62046d2799
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-04-30 09:19:06 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-04-30 09:19:06 +0000

    sysutils/u-boot-utilite/: Remove expired port:
    
    2023-04-30 sysutils/u-boot-utilite: This port depends on the long time unsupported upstream devel/arm-none-eabi-gcc492.
---
 MOVED                                              |  1 +
 sysutils/Makefile                                  |  1 -
 sysutils/u-boot-utilite/Makefile                   | 53 ----------------------
 sysutils/u-boot-utilite/distinfo                   |  4 --
 .../files/patch-include_configs_cm__fx6.h          | 19 --------
 sysutils/u-boot-utilite/pkg-descr                  | 23 ----------
 sysutils/u-boot-utilite/pkg-plist                  |  2 -
 7 files changed, 1 insertion(+), 102 deletions(-)

diff --git a/MOVED b/MOVED
index 486facff3cee..c0af11587aec 100644
--- a/MOVED
+++ b/MOVED
@@ -17911,3 +17911,4 @@ devel/electron18||2023-04-24|Has expired: EOLed upstream, switch to newer versio
 devel/datovka|mail/datovka|2023-04-25|Move port to proper category
 benchmarks/super-smack||2023-04-30|Has expired: Unfetchable
 www/moodle39||2023-04-30|Has expired: Requires php74 which has been removed from the tree
+sysutils/u-boot-utilite||2023-04-30|Has expired: This port depends on the long time unsupported upstream devel/arm-none-eabi-gcc492
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 4335459241c2..feba6178c154 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1520,7 +1520,6 @@
     SUBDIR += u-boot-sopine
     SUBDIR += u-boot-sopine-spi
     SUBDIR += u-boot-tools
-    SUBDIR += u-boot-utilite
     SUBDIR += u-boot-wandboard
     SUBDIR += ua
     SUBDIR += ucspi-ipc
diff --git a/sysutils/u-boot-utilite/Makefile b/sysutils/u-boot-utilite/Makefile
deleted file mode 100644
index c7e0900985da..000000000000
--- a/sysutils/u-boot-utilite/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-PORTNAME=	u-boot
-PORTVERSION=	2015.07
-PORTREVISION=	4
-CATEGORIES=	sysutils
-MASTER_SITES=	ftp://ftp.denx.de/pub/u-boot/:source1 \
-		http://www.compulab.co.il/wp-content/uploads/2015/10/:source2
-PKGNAMESUFFIX=	-utilite
-DISTFILES=	u-boot-2015.07.tar.bz2:source1 \
-		cm-fx6_u-boot_2015-10-18.zip:source2
-
-MAINTAINER=	martin@waschbuesch.de
-COMMENT=	Cross-build U-Boot loader for Utilite (and Utilite Pro)
-WWW=		https://www.denx.de/wiki/U-Boot
-
-LICENSE=	GPLv2
-
-DEPRECATED=	This port depends on the long time unsupported upstream devel/arm-none-eabi-gcc492.
-EXPIRATION_DATE=	2023-04-30
-
-BUILD_DEPENDS=	${CROSS_GCC}:devel/arm-none-eabi-gcc492
-
-USES=		gmake
-
-MAKE_ARGS+=     ARCH=arm \
-                CC=${CROSS_GCC} \
-                CROSS_COMPILE=arm-none-eabi- \
-                HOSTCC=cc
-
-EXTRA_PATCHES=	${WRKDIR}/cm-fx6-u-boot/u-boot/u-boot-2015.07-cm-fx6-3.patch:-p1
-
-NO_ARCH=	yes
-
-PORTSCOUT=	ignore:1
-
-U_BOOT_DIR=	share/u-boot/${PORTNAME}${PKGNAMESUFFIX}
-
-do-configure:
-	cd ${WRKSRC}; ${MAKE_CMD} ${MAKE_ARGS} cm_fx6_config
-
-CROSS_GCC=	arm-none-eabi-gcc-4.9.2
-
-# The build results in two output files: SPL, and u-boot.img.
-# Combine them into a single u-boot.imx so that there is only one file to be
-# copied onto the boot media starting at a 1K offset on the disk.
-CM_FX6_FIRMWARE=	${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/cm-fx6-firmware
-do-install:
-	cd ${WRKSRC}; ./tools/mkimage -n arch/arm/imx-common/spl_sd.cfg.cfgtmp -T imximage -e 0x00908000 -d spl/u-boot-spl.bin spl.img
-	${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}
-	dd if=/dev/zero count=500 bs=1K | ${TR} '\000' '\377' > ${CM_FX6_FIRMWARE}
-	dd if=${WRKSRC}/spl.img of=${CM_FX6_FIRMWARE} bs=1K seek=1 conv=notrunc && dd if=${WRKSRC}/u-boot.img of=${CM_FX6_FIRMWARE} bs=1K seek=64 conv=notrunc
-	${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README
-
-.include <bsd.port.mk>
diff --git a/sysutils/u-boot-utilite/distinfo b/sysutils/u-boot-utilite/distinfo
deleted file mode 100644
index f74391505526..000000000000
--- a/sysutils/u-boot-utilite/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (u-boot-2015.07.tar.bz2) = 0b48c9bd717f2c322ef791f8282e14c88be942dc7d1226df7e31a812a3af94d9
-SIZE (u-boot-2015.07.tar.bz2) = 9919961
-SHA256 (cm-fx6_u-boot_2015-10-18.zip) = b71971e2faa44f73959dd571d7b97160c7d4ac16bfcd24df405bbfb6fe2917b8
-SIZE (cm-fx6_u-boot_2015-10-18.zip) = 740642
diff --git a/sysutils/u-boot-utilite/files/patch-include_configs_cm__fx6.h b/sysutils/u-boot-utilite/files/patch-include_configs_cm__fx6.h
deleted file mode 100644
index a911587c63fc..000000000000
--- a/sysutils/u-boot-utilite/files/patch-include_configs_cm__fx6.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- include/configs/cm_fx6.h.orig	2016-02-28 08:48:02 UTC
-+++ include/configs/cm_fx6.h
-@@ -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_API
- #define CONFIG_CMD_NAND
- #define CONFIG_SYS_NAND_BASE		0x40000000
- #define CONFIG_SYS_NAND_MAX_CHIPS	1
diff --git a/sysutils/u-boot-utilite/pkg-descr b/sysutils/u-boot-utilite/pkg-descr
deleted file mode 100644
index 16b62ec3a078..000000000000
--- a/sysutils/u-boot-utilite/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-U-Boot loader for Utilite and Utilite Pro
-
-Install the cm-fx6-firmware file onto the boot disk using:
-
-  dd if=cm-fx6-firmware of=/dev/whatever bs=1k skip=1 seek=1 oflag=dsync
-
-The U-Boot built by this port expects the first 1MB of the boot media to
-be reserved for the U-Boot executable and saved environment. The firmware
-file begins at an offset of 1K from the start of the boot disk. The U-Boot
-environment area begins at an offset of 512K.
-
-This version is patched so that:
- * ELF and API features are enabled to support ubldr.
- * A single U-Boot image supports Utilite and Utilite Pro.
- * When the selected board has multiple SD or MMC devices available, the
-   mmc0 device in U-Boot (and thus the disk0 device in loader(8)) will be
-   whichever device U-Boot was loaded from by the ROM bootloader routines.
-
-The sources for this port are based on stock U-Boot 2015.07 with patches
-provided by CompuLab at:
-http://www.compulab.co.il/wp-content/uploads/2015/10/u-boot-2015.07.tar.bz2
-
-For general information about U-Boot see https://www.denx.de/wiki/U-Boot
diff --git a/sysutils/u-boot-utilite/pkg-plist b/sysutils/u-boot-utilite/pkg-plist
deleted file mode 100644
index 494dfd625190..000000000000
--- a/sysutils/u-boot-utilite/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-%%DATADIR%%/u-boot-utilite/README
-%%DATADIR%%/u-boot-utilite/cm-fx6-firmware