git: 458e9135c145 - main - devel/zpu-gcc: Obsolete port no longer needed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 20:20:00 UTC
The branch main has been updated by db:
URL: https://cgit.FreeBSD.org/ports/commit/?id=458e9135c145f9b5ef78948c2df15cb0cb35dbfb
commit 458e9135c145f9b5ef78948c2df15cb0cb35dbfb
Author: Diane Bruce <db@FreeBSD.org>
AuthorDate: 2023-04-05 20:18:27 +0000
Commit: Diane Bruce <db@FreeBSD.org>
CommitDate: 2023-04-05 20:19:42 +0000
devel/zpu-gcc: Obsolete port no longer needed
This port was originally needed for the uhd port.
Obsolete port and no longer used.
---
devel/zpu-gcc/Makefile | 6 ++++--
1 file 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}