diff options
author | Diane Bruce <db@FreeBSD.org> | 2023-04-05 20:18:27 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2023-04-05 20:19:42 +0000 |
commit | 458e9135c145f9b5ef78948c2df15cb0cb35dbfb (patch) | |
tree | f1cb7ff5d9a6dd0f246681a9c45161528b38e9d3 | |
parent | 2f8aca4c973468c138ed8492b7b39aa986266dbd (diff) | |
download | ports-458e9135c145f9b5ef78948c2df15cb0cb35dbfb.tar.gz ports-458e9135c145f9b5ef78948c2df15cb0cb35dbfb.zip |
devel/zpu-gcc: Obsolete port no longer needed
This port was originally needed for the uhd port.
Obsolete port and no longer used.
-rw-r--r-- | devel/zpu-gcc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/zpu-gcc/Makefile b/devel/zpu-gcc/Makefile index 15138c735857..c9f9b729ca78 100644 --- a/devel/zpu-gcc/Makefile +++ b/devel/zpu-gcc/Makefile @@ -1,6 +1,6 @@ PORTNAME= zpu-gcc PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= LOCAL/db DISTNAME= zpu-toolchain-${PORTVERSION} @@ -11,7 +11,9 @@ WWW= https://opensource.zylin.com/zpu.htm LICENSE= GPLv2 -BROKEN_FreeBSD_12_powerpc64= fails to compile on powerpc64 elfv1: libgcc2.h: conflicting types for '__structdi3' +DEPRECATED= Broken with latest C compiler and port unused +EXPIRATION_DATE= 2023-04-0 +BROKEN= Broken with latest C compilers will not fix BUILD_DEPENDS= ${LOCALBASE}/zpu/bin/zpu-elf-as:devel/zpu-binutils RUN_DEPENDS:= ${BUILD_DEPENDS} |