FreeBSD Bugzilla – Attachment 240368 Details for
Bug 269661
sysutils/u-boot-utilite: Depends on long time unsupported upstream GCC version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
deprecate port and set expiration date
0001-sysutils-u-boot-utilite-Makefile-deprecate-port-and-.patch (text/plain), 1.84 KB, created by
Martin Waschbüsch
on 2023-02-24 09:27:13 UTC
(
hide
)
Description:
deprecate port and set expiration date
Filename:
MIME Type:
Creator:
Martin Waschbüsch
Created:
2023-02-24 09:27:13 UTC
Size:
1.84 KB
patch
obsolete
>From ac356aae34c938904ee1a1d67a56cbd64beb39f0 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Martin=20Waschb=C3=BCsch?= <martin@waschbuesch.de> >Date: Fri, 24 Feb 2023 09:24:08 +0000 >Subject: [PATCH] sysutils/u-boot-utilite/Makefile deprecate port and set > expiration date. > >--- > sysutils/u-boot-utilite/Makefile | 21 ++++++++++++--------- > 1 file changed, 12 insertions(+), 9 deletions(-) > >diff --git a/sysutils/u-boot-utilite/Makefile b/sysutils/u-boot-utilite/Makefile >index e2900bce26..c7e0900985 100644 >--- a/sysutils/u-boot-utilite/Makefile >+++ b/sysutils/u-boot-utilite/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= u-boot > PORTVERSION= 2015.07 >-PORTREVISION= 3 >+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 >@@ -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. >-- >2.39.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
martin
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 269661
: 240368