git: 98931df3a971 - main - devel/riscv64-gcc: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 20:37:49 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=98931df3a9719c05cf9b29fdc1c3ebbead63be82
commit 98931df3a9719c05cf9b29fdc1c3ebbead63be82
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2023-02-20 20:36:37 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-02-20 20:36:37 +0000
devel/riscv64-gcc: Mark deprecated
Users should move to devel/freebsd-gcc12@riscv64.
PR: 269657
Reported by: salvadore
---
devel/riscv64-gcc/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/riscv64-gcc/Makefile b/devel/riscv64-gcc/Makefile
index acd1a94dcbb1..1890d6078734 100644
--- a/devel/riscv64-gcc/Makefile
+++ b/devel/riscv64-gcc/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/freebsd-riscv/riscv-gcc
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
+DEPRECATED= Unsupported version and users should move to devel/freebsd-gcc12@riscv64
+EXPIRATION_DATE= 2023-03-21
+
BUILD_DEPENDS= ${PKGNAMEPREFIX}binutils>0:devel/binutils@${PKGNAMEPREFIX:C/-$//} \
objdump:devel/binutils
RUN_DEPENDS= ${PKGNAMEPREFIX}binutils>0:devel/binutils@${PKGNAMEPREFIX:C/-$//}