diff options
author | Diane Bruce <db@FreeBSD.org> | 2023-04-05 20:48:25 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2023-04-05 20:48:25 +0000 |
commit | d2a543596592d8a70b7c8cdd93d8abba86699511 (patch) | |
tree | 0081d6e8708fbfcad7d234f373c9b35e7e33ae2c | |
parent | edebabe14afc1407a7e0d475fc95c056c5a6fdd6 (diff) | |
download | ports-d2a543596592d8a70b7c8cdd93d8abba86699511.tar.gz ports-d2a543596592d8a70b7c8cdd93d8abba86699511.zip |
devel/zpu-binutils: This port is broken and no longer needed
zpu-gcc is also being removed. This port is also not needed.
-rw-r--r-- | devel/zpu-binutils/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/zpu-binutils/Makefile b/devel/zpu-binutils/Makefile index 993d6164df76..aa2465ff4869 100644 --- a/devel/zpu-binutils/Makefile +++ b/devel/zpu-binutils/Makefile @@ -1,5 +1,6 @@ PORTNAME= zpu-binutils PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOCAL/db DISTNAME= zpu-toolchain-${PORTVERSION} @@ -10,6 +11,10 @@ WWW= https://opensource.zylin.com/zpu.htm LICENSE= GPLv2 +DEPRECATED= Broken with latest C compiler and port unused +EXPIRATION_DATE= 2023-04-30 +BROKEN= Broken with latest C compilers will not fix + WRKSRC= ${WRKDIR}/${DISTNAME}/toolchain INSTALL_WRKSRC= ${WRKSRC}/build MANDIRS= ${PREFIX}/zpu/man |