1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

sysutils/u-boot-utilite: Deprecate port

Deprecate port and set expiration date.

While here, also sort some variables, which might be useful if the port
is saved from expiration or resurrected later.

PR:		269661
Reported by:	salvadore
This commit is contained in:
Martin Waschbüsch 2023-02-24 09:24:08 +00:00 committed by Lorenzo Salvadore
parent 62bf703a41
commit 5c35cbe93d
No known key found for this signature in database
GPG Key ID: B58F7C3CF6DB8A38

View File

@ -14,28 +14,31 @@ 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
CROSS_GCC= arm-none-eabi-gcc-4.9.2
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
USES= gmake
PORTSCOUT= ignore:1
U_BOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX}
MAKE_ARGS+= ARCH=arm \
CC=${CROSS_GCC} \
CROSS_COMPILE=arm-none-eabi- \
HOSTCC=cc
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.