git: 2511a76e3799 - main - devel/zpu-binutils/: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Apr 2023 09:23:48 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=2511a76e3799f56771affad70864969116168ac6 commit 2511a76e3799f56771affad70864969116168ac6 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-04-30 09:23:42 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-04-30 09:23:42 +0000 devel/zpu-binutils/: Remove expired port: 2023-04-30 devel/zpu-binutils: Broken with latest C compiler and port unused --- MOVED | 1 + devel/Makefile | 1 - devel/zpu-binutils/Makefile | 34 ---------- devel/zpu-binutils/distinfo | 2 - .../zpu-binutils/files/patch-binutils_Makefile.in | 13 ---- .../files/patch-binutils_ld_emulparams_zpuelf.sh | 9 --- devel/zpu-binutils/files/patch-build.sh | 34 ---------- devel/zpu-binutils/pkg-descr | 9 --- devel/zpu-binutils/pkg-plist | 76 ---------------------- 9 files changed, 1 insertion(+), 178 deletions(-) diff --git a/MOVED b/MOVED index 38df844b0b06..a84a706496c3 100644 --- a/MOVED +++ b/MOVED @@ -17917,3 +17917,4 @@ www/dolibarr13||2023-04-30|Has expired: No support PHP >= 8.x www/dolibarr15||2023-04-30|Has expired: No support PHP >= 8.x www/dolibarr14||2023-04-30|Has expired: No support PHP >= 8.x devel/zpu-gcc||2023-04-30|Has expired: Broken with latest C compiler and port unused +devel/zpu-binutils||2023-04-30|Has expired: Broken with latest C compiler and port unused diff --git a/devel/Makefile b/devel/Makefile index 596fc08e849b..923c0e8a957e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7731,7 +7731,6 @@ SUBDIR += zfp SUBDIR += zls SUBDIR += zookeeper - SUBDIR += zpu-binutils SUBDIR += zthread SUBDIR += zycore-c SUBDIR += zydis diff --git a/devel/zpu-binutils/Makefile b/devel/zpu-binutils/Makefile deleted file mode 100644 index aa2465ff4869..000000000000 --- a/devel/zpu-binutils/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= zpu-binutils -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= LOCAL/db -DISTNAME= zpu-toolchain-${PORTVERSION} - -MAINTAINER= db@FreeBSD.org -COMMENT= ZPU toolchain -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 - -USES= gettext gmake - -INFO= zpu/as zpu/bfd zpu/binutils zpu/configure zpu/ld zpu/standards - -post-patch: - @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|' ${WRKSRC}/build.sh - @${REINPLACE_CMD} -e 's|%%GMAKE%%|${MAKE_CMD}|g' ${WRKSRC}/build.sh - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/build.sh - -do-build: - @cd ${WRKSRC} && ${SETENV} CONFIG_SITE=${CONFIG_SITE} ${SH} build.sh - -.include <bsd.port.mk> diff --git a/devel/zpu-binutils/distinfo b/devel/zpu-binutils/distinfo deleted file mode 100644 index 95fc910df9c3..000000000000 --- a/devel/zpu-binutils/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zpu-toolchain-1.0.tar.gz) = fec2f0f18777456a54dcaf92970aa78047d5764e741cc4807ac21bf69a989f0e -SIZE (zpu-toolchain-1.0.tar.gz) = 52147780 diff --git a/devel/zpu-binutils/files/patch-binutils_Makefile.in b/devel/zpu-binutils/files/patch-binutils_Makefile.in deleted file mode 100644 index 1ee9174ab707..000000000000 --- a/devel/zpu-binutils/files/patch-binutils_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- binutils/Makefile.in.orig 2013-12-30 21:37:55.575079987 -0500 -+++ binutils/Makefile.in 2013-12-30 21:38:33.751076604 -0500 -@@ -141,8 +141,8 @@ - - # compilers to use to create programs which must be run in the build - # environment. --CC_FOR_BUILD = @CC_FOR_BUILD@ --CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ -+CC_FOR_BUILD = ${CC} -+CFLAGS_FOR_BUILD = ${CFLAGS} - - CXX_FOR_BUILD = $(CXX) - diff --git a/devel/zpu-binutils/files/patch-binutils_ld_emulparams_zpuelf.sh b/devel/zpu-binutils/files/patch-binutils_ld_emulparams_zpuelf.sh deleted file mode 100644 index faea13452756..000000000000 --- a/devel/zpu-binutils/files/patch-binutils_ld_emulparams_zpuelf.sh +++ /dev/null @@ -1,9 +0,0 @@ ---- binutils/ld/emulparams/zpuelf.sh.orig 2012-10-12 15:43:08.000000000 -0500 -+++ binutils/ld/emulparams/zpuelf.sh 2012-10-12 15:43:55.000000000 -0500 -@@ -27,4 +27,5 @@ - DTOR_START='___dtors = .;' - DTOR_END='___dtors_end = .;' - --STACK_ADDR=(0x1000000-0x10000) -+STACK_ADDR=0x1000000-0x10000 -+#STACK_ADDR=(0x1000000-0x10000) diff --git a/devel/zpu-binutils/files/patch-build.sh b/devel/zpu-binutils/files/patch-build.sh deleted file mode 100644 index 50efffbe6018..000000000000 --- a/devel/zpu-binutils/files/patch-build.sh +++ /dev/null @@ -1,34 +0,0 @@ ---- build.sh.orig 2012-10-11 19:40:23.000000000 -0400 -+++ build.sh 2013-12-30 21:20:35.147443323 -0500 -@@ -1,18 +1,20 @@ -+export CC=cc -+export DISTDIR=%%DISTDIR%% - set -e - rm -rf build - mkdir build - cd build --../binutils/configure --target=zpu-elf --prefix=`pwd`/../install --make --make install -+../binutils/configure --target=zpu-elf --prefix=%%PREFIX%%/zpu --infodir=%%PREFIX%%/share/info/zpu -+%%GMAKE%% -+#gmake install - cd .. - --export PATH=`pwd`/install/bin:$PATH --rm -rf gccbuild --mkdir gccbuild --cd gccbuild --#../gcc/configure --target=zpu-elf --prefix=`pwd`/../install --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc --../gcc/configure --target=zpu-elf --prefix=`pwd`/../install --enable-languages=c --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc --make --make install -+#export PATH=/usr/local/zpu/bin:$PATH -+#rm -rf gccbuild -+#mkdir gccbuild -+#cd gccbuild -+##../gcc/configure --target=zpu-elf --prefix=/usr/local/zpu --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc -+#../gcc/configure --target=zpu-elf --prefix=/usr/local/zpu --enable-languages=c --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc -+#gmake -+#gmake install - diff --git a/devel/zpu-binutils/pkg-descr b/devel/zpu-binutils/pkg-descr deleted file mode 100644 index 7041170c9946..000000000000 --- a/devel/zpu-binutils/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -zpu - -Typical usage seems to be experienced engineers who have some very -particular requirements that can only be met using the ZPU due to technical -or licensing issues. - -Academic circles have found the ZPU appealing since the actual core is -trivial and allows them to focus on some other aspect of research or -student exercises. diff --git a/devel/zpu-binutils/pkg-plist b/devel/zpu-binutils/pkg-plist deleted file mode 100644 index 85636f2d8264..000000000000 --- a/devel/zpu-binutils/pkg-plist +++ /dev/null @@ -1,76 +0,0 @@ -zpu/zpu-elf/lib/ldscripts/zpuelf.xu -zpu/zpu-elf/lib/ldscripts/zpuelf.xs -zpu/zpu-elf/lib/ldscripts/zpuelf.xr -zpu/zpu-elf/lib/ldscripts/zpuelf.xn -zpu/zpu-elf/lib/ldscripts/zpuelf.xbn -zpu/zpu-elf/lib/ldscripts/zpuelf.x -zpu/zpu-elf/bin/strip -zpu/zpu-elf/bin/ranlib -zpu/zpu-elf/bin/nm -zpu/zpu-elf/bin/ld -zpu/zpu-elf/bin/as -zpu/zpu-elf/bin/ar -zpu/share/locale/zh_CN/LC_MESSAGES/binutils.mo -zpu/share/locale/zh_CN/LC_MESSAGES/bfd.mo -zpu/share/locale/tr/LC_MESSAGES/opcodes.mo -zpu/share/locale/tr/LC_MESSAGES/ld.mo -zpu/share/locale/tr/LC_MESSAGES/gas.mo -zpu/share/locale/tr/LC_MESSAGES/binutils.mo -zpu/share/locale/tr/LC_MESSAGES/bfd.mo -zpu/share/locale/sv/LC_MESSAGES/opcodes.mo -zpu/share/locale/sv/LC_MESSAGES/ld.mo -zpu/share/locale/sv/LC_MESSAGES/binutils.mo -zpu/share/locale/sv/LC_MESSAGES/bfd.mo -zpu/share/locale/ru/LC_MESSAGES/binutils.mo -zpu/share/locale/ro/LC_MESSAGES/opcodes.mo -zpu/share/locale/ro/LC_MESSAGES/bfd.mo -zpu/share/locale/pt_BR/LC_MESSAGES/opcodes.mo -zpu/share/locale/nl/LC_MESSAGES/opcodes.mo -zpu/share/locale/ja/LC_MESSAGES/binutils.mo -zpu/share/locale/ja/LC_MESSAGES/bfd.mo -zpu/share/locale/id/LC_MESSAGES/opcodes.mo -zpu/share/locale/fr/LC_MESSAGES/opcodes.mo -zpu/share/locale/fr/LC_MESSAGES/ld.mo -zpu/share/locale/fr/LC_MESSAGES/gas.mo -zpu/share/locale/fr/LC_MESSAGES/binutils.mo -zpu/share/locale/fr/LC_MESSAGES/bfd.mo -zpu/share/locale/es/LC_MESSAGES/opcodes.mo -zpu/share/locale/es/LC_MESSAGES/ld.mo -zpu/share/locale/es/LC_MESSAGES/gas.mo -zpu/share/locale/es/LC_MESSAGES/binutils.mo -zpu/share/locale/es/LC_MESSAGES/bfd.mo -zpu/share/locale/de/LC_MESSAGES/opcodes.mo -zpu/share/locale/da/LC_MESSAGES/opcodes.mo -zpu/share/locale/da/LC_MESSAGES/ld.mo -zpu/share/locale/da/LC_MESSAGES/binutils.mo -zpu/share/locale/da/LC_MESSAGES/bfd.mo -zpu/man/man1/zpu-elf-windres.1.gz -zpu/man/man1/zpu-elf-strip.1.gz -zpu/man/man1/zpu-elf-strings.1.gz -zpu/man/man1/zpu-elf-size.1.gz -zpu/man/man1/zpu-elf-readelf.1.gz -zpu/man/man1/zpu-elf-ranlib.1.gz -zpu/man/man1/zpu-elf-objdump.1.gz -zpu/man/man1/zpu-elf-objcopy.1.gz -zpu/man/man1/zpu-elf-nm.1.gz -zpu/man/man1/zpu-elf-nlmconv.1.gz -zpu/man/man1/zpu-elf-ld.1.gz -zpu/man/man1/zpu-elf-dlltool.1.gz -zpu/man/man1/zpu-elf-c++filt.1.gz -zpu/man/man1/zpu-elf-as.1.gz -zpu/man/man1/zpu-elf-ar.1.gz -zpu/man/man1/zpu-elf-addr2line.1.gz -zpu/lib/libiberty.a -zpu/bin/zpu-elf-strip -zpu/bin/zpu-elf-strings -zpu/bin/zpu-elf-size -zpu/bin/zpu-elf-readelf -zpu/bin/zpu-elf-ranlib -zpu/bin/zpu-elf-objdump -zpu/bin/zpu-elf-objcopy -zpu/bin/zpu-elf-nm -zpu/bin/zpu-elf-ld -zpu/bin/zpu-elf-c++filt -zpu/bin/zpu-elf-as -zpu/bin/zpu-elf-ar -zpu/bin/zpu-elf-addr2line