pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross h8300-hms-{binutils,gcc}: Remove.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cace2fb82c97
branches:  trunk
changeset: 402557:cace2fb82c97
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Oct 11 18:53:02 2019 +0000

description:
h8300-hms-{binutils,gcc}: Remove.

This package is not building on netbsd due to a stack smashing error.
Attempting to fix it via an update showed that it was removed from
upstream a few versions later.

Proposed on pkgsrc-users, using the shorter timeline for this package
because it is dysfunctional.

diffstat:

 cross/Makefile                                             |    4 +-
 cross/h8300-hms-binutils/DESCR                             |    1 -
 cross/h8300-hms-binutils/Makefile                          |   50 -
 cross/h8300-hms-binutils/PLIST                             |  108 ---
 cross/h8300-hms-binutils/distinfo                          |   22 -
 cross/h8300-hms-binutils/patches/patch-aa                  |   25 -
 cross/h8300-hms-binutils/patches/patch-ab                  |   41 -
 cross/h8300-hms-binutils/patches/patch-ac                  |   35 -
 cross/h8300-hms-binutils/patches/patch-ad                  |   35 -
 cross/h8300-hms-binutils/patches/patch-ae                  |   32 -
 cross/h8300-hms-binutils/patches/patch-af                  |   32 -
 cross/h8300-hms-binutils/patches/patch-ag                  |   39 -
 cross/h8300-hms-binutils/patches/patch-ah                  |   39 -
 cross/h8300-hms-binutils/patches/patch-ai                  |   27 -
 cross/h8300-hms-binutils/patches/patch-aj                  |   72 --
 cross/h8300-hms-binutils/patches/patch-ak                  |   72 --
 cross/h8300-hms-binutils/patches/patch-al                  |   72 --
 cross/h8300-hms-binutils/patches/patch-am                  |   72 --
 cross/h8300-hms-binutils/patches/patch-an                  |   72 --
 cross/h8300-hms-binutils/patches/patch-ao                  |   72 --
 cross/h8300-hms-binutils/patches/patch-ap                  |   28 -
 cross/h8300-hms-gcc/DESCR                                  |    1 -
 cross/h8300-hms-gcc/Makefile                               |   55 -
 cross/h8300-hms-gcc/PLIST                                  |  142 ----
 cross/h8300-hms-gcc/PLIST.Darwin                           |    3 -
 cross/h8300-hms-gcc/distinfo                               |   26 -
 cross/h8300-hms-gcc/patches/patch-.._gcc-3.1_gcc_cp_cfns.h |   24 -
 cross/h8300-hms-gcc/patches/patch-aa                       |   15 -
 cross/h8300-hms-gcc/patches/patch-ab                       |  106 ---
 cross/h8300-hms-gcc/patches/patch-ac                       |   14 -
 cross/h8300-hms-gcc/patches/patch-ad                       |  389 -------------
 cross/h8300-hms-gcc/patches/patch-ae                       |   45 -
 cross/h8300-hms-gcc/patches/patch-af                       |   90 ---
 cross/h8300-hms-gcc/patches/patch-ag                       |   28 -
 34 files changed, 1 insertions(+), 1887 deletions(-)

diffs (truncated from 2034 to 300 lines):

diff -r 2edff0de47c8 -r cace2fb82c97 cross/Makefile
--- a/cross/Makefile    Fri Oct 11 16:40:58 2019 +0000
+++ b/cross/Makefile    Fri Oct 11 18:53:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2019/10/04 16:05:09 maya Exp $
+# $NetBSD: Makefile,v 1.91 2019/10/11 18:53:02 maya Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -35,8 +35,6 @@
 SUBDIR+=       gcc-mips-current
 SUBDIR+=       h8300-elf-binutils
 SUBDIR+=       h8300-elf-gcc
-SUBDIR+=       h8300-hms-binutils
-SUBDIR+=       h8300-hms-gcc
 SUBDIR+=       icdprog
 SUBDIR+=       mingw
 SUBDIR+=       mingw-binutils
diff -r 2edff0de47c8 -r cace2fb82c97 cross/h8300-hms-binutils/DESCR
--- a/cross/h8300-hms-binutils/DESCR    Fri Oct 11 16:40:58 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-binutils for hitachi h8300-hms cross compile
diff -r 2edff0de47c8 -r cace2fb82c97 cross/h8300-hms-binutils/Makefile
--- a/cross/h8300-hms-binutils/Makefile Fri Oct 11 16:40:58 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2019/06/08 10:53:28 rillig Exp $
-
-DISTNAME=      binutils-2.12.1
-PKGNAME=       cross-h8300-hms-binutils-2.12.1
-PKGREVISION=   1
-CATEGORIES=    cross
-MASTER_SITES=  ftp://ftp.gnu.org/gnu/binutils/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      # empty
-COMMENT=       Cross utility for h8300-hms
-
-H8300_PREFIX=  ${PREFIX}/libexec/cross-h8300-hms
-
-WRKSRC=                ${WRKDIR}/objdir
-USE_TOOLS+=    gmake makeinfo
-HAS_CONFIGURE= yes
-
-CONFIGURE_ARGS+=       --prefix=${H8300_PREFIX:Q}
-CONFIGURE_ARGS+=       --infodir=${H8300_PREFIX}/binutils --target=h8300-hms
-CONFIGURE_SCRIPT=      ${SRCDIR}/configure
-SRCDIR=                        ${WRKDIR}/${DISTNAME}
-BUILD_TARGET=          CFLAGS="-O2 -fomit-frame-pointer" all
-INFO_FILES=            yes
-
-INSTALLATION_DIRS+=    bin ${H8300_PREFIX}
-
-post-extract:
-       ${MKDIR} ${WRKSRC}
-
-pre-configure:
-       ${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${SRCDIR}
-       ${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${SRCDIR}
-
-
-post-install:
-       for f in h8300-hms-size      h8300-hms-objdump h8300-hms-ar \
-                h8300-hms-strings   h8300-hms-ranlib  h8300-hms-objcopy \
-                h8300-hms-srconv    h8300-hms-sysdump h8300-hms-coffdump \
-                h8300-hms-addr2line h8300-hms-readelf h8300-hms-nm \
-                h8300-hms-strip     h8300-hms-c++filt h8300-hms-as \
-                h8300-hms-gasp      h8300-hms-ld ; do \
-               ${LN} -s ${H8300_PREFIX}/bin/"$$f" \
-                 ${DESTDIR}${PREFIX}/bin/"$$f" || exit 1; \
-       done
-       ${MV} ${DESTDIR}${H8300_PREFIX}/lib/libiberty.a \
-             ${DESTDIR}${H8300_PREFIX}/lib/libiberty_binutils.a
-
-.include "../../mk/bsd.pkg.mk"
diff -r 2edff0de47c8 -r cace2fb82c97 cross/h8300-hms-binutils/PLIST
--- a/cross/h8300-hms-binutils/PLIST    Fri Oct 11 16:40:58 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,108 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2018/01/01 22:29:21 rillig Exp $
-bin/h8300-hms-addr2line
-bin/h8300-hms-ar
-bin/h8300-hms-as
-bin/h8300-hms-c++filt
-bin/h8300-hms-coffdump
-bin/h8300-hms-gasp
-bin/h8300-hms-ld
-bin/h8300-hms-nm
-bin/h8300-hms-objcopy
-bin/h8300-hms-objdump
-bin/h8300-hms-ranlib
-bin/h8300-hms-readelf
-bin/h8300-hms-size
-bin/h8300-hms-srconv
-bin/h8300-hms-strings
-bin/h8300-hms-strip
-bin/h8300-hms-sysdump
-libexec/cross-h8300-hms/bin/h8300-hms-addr2line
-libexec/cross-h8300-hms/bin/h8300-hms-ar
-libexec/cross-h8300-hms/bin/h8300-hms-as
-libexec/cross-h8300-hms/bin/h8300-hms-c++filt
-libexec/cross-h8300-hms/bin/h8300-hms-coffdump
-libexec/cross-h8300-hms/bin/h8300-hms-gasp
-libexec/cross-h8300-hms/bin/h8300-hms-ld
-libexec/cross-h8300-hms/bin/h8300-hms-nm
-libexec/cross-h8300-hms/bin/h8300-hms-objcopy
-libexec/cross-h8300-hms/bin/h8300-hms-objdump
-libexec/cross-h8300-hms/bin/h8300-hms-ranlib
-libexec/cross-h8300-hms/bin/h8300-hms-readelf
-libexec/cross-h8300-hms/bin/h8300-hms-size
-libexec/cross-h8300-hms/bin/h8300-hms-srconv
-libexec/cross-h8300-hms/bin/h8300-hms-strings
-libexec/cross-h8300-hms/bin/h8300-hms-strip
-libexec/cross-h8300-hms/bin/h8300-hms-sysdump
-libexec/cross-h8300-hms/binutils/as.info
-libexec/cross-h8300-hms/binutils/bfd.info
-libexec/cross-h8300-hms/binutils/binutils.info
-libexec/cross-h8300-hms/binutils/configure.info
-libexec/cross-h8300-hms/binutils/gasp.info
-libexec/cross-h8300-hms/binutils/ld.info
-libexec/cross-h8300-hms/binutils/standards.info
-libexec/cross-h8300-hms/h8300-hms/bin/ar
-libexec/cross-h8300-hms/h8300-hms/bin/as
-libexec/cross-h8300-hms/h8300-hms/bin/ld
-libexec/cross-h8300-hms/h8300-hms/bin/nm
-libexec/cross-h8300-hms/h8300-hms/bin/ranlib
-libexec/cross-h8300-hms/h8300-hms/bin/strip
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300.x
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300.xbn
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300.xn
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300.xr
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300.xu
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300h.x
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300h.xbn
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300h.xn
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300h.xr
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300h.xu
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300s.x
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300s.xbn
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300s.xn
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300s.xr
-libexec/cross-h8300-hms/h8300-hms/lib/ldscripts/h8300s.xu
-libexec/cross-h8300-hms/include/ansidecl.h
-libexec/cross-h8300-hms/include/bfd.h
-libexec/cross-h8300-hms/include/bfdlink.h
-libexec/cross-h8300-hms/include/symcat.h
-libexec/cross-h8300-hms/lib/libbfd.la
-libexec/cross-h8300-hms/lib/libiberty_binutils.a
-libexec/cross-h8300-hms/lib/libopcodes.la
-libexec/cross-h8300-hms/man/man1/h8300-hms-addr2line.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-ar.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-as.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-c++filt.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-dlltool.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-ld.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-nlmconv.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-nm.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-objcopy.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-objdump.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-ranlib.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-readelf.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-size.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-strings.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-strip.1
-libexec/cross-h8300-hms/man/man1/h8300-hms-windres.1
-libexec/cross-h8300-hms/share/locale/da/LC_MESSAGES/opcodes.mo
-libexec/cross-h8300-hms/share/locale/de/LC_MESSAGES/opcodes.mo
-libexec/cross-h8300-hms/share/locale/es/LC_MESSAGES/bfd.mo
-libexec/cross-h8300-hms/share/locale/es/LC_MESSAGES/binutils.mo
-libexec/cross-h8300-hms/share/locale/es/LC_MESSAGES/gas.mo
-libexec/cross-h8300-hms/share/locale/es/LC_MESSAGES/ld.mo
-libexec/cross-h8300-hms/share/locale/es/LC_MESSAGES/opcodes.mo
-libexec/cross-h8300-hms/share/locale/fr/LC_MESSAGES/bfd.mo
-libexec/cross-h8300-hms/share/locale/fr/LC_MESSAGES/binutils.mo
-libexec/cross-h8300-hms/share/locale/fr/LC_MESSAGES/gas.mo
-libexec/cross-h8300-hms/share/locale/fr/LC_MESSAGES/ld.mo
-libexec/cross-h8300-hms/share/locale/fr/LC_MESSAGES/opcodes.mo
-libexec/cross-h8300-hms/share/locale/ja/LC_MESSAGES/bfd.mo
-libexec/cross-h8300-hms/share/locale/ja/LC_MESSAGES/binutils.mo
-libexec/cross-h8300-hms/share/locale/sv/LC_MESSAGES/bfd.mo
-libexec/cross-h8300-hms/share/locale/sv/LC_MESSAGES/ld.mo
-libexec/cross-h8300-hms/share/locale/sv/LC_MESSAGES/opcodes.mo
-libexec/cross-h8300-hms/share/locale/tr/LC_MESSAGES/bfd.mo
-libexec/cross-h8300-hms/share/locale/tr/LC_MESSAGES/binutils.mo
-libexec/cross-h8300-hms/share/locale/tr/LC_MESSAGES/gas.mo
-libexec/cross-h8300-hms/share/locale/tr/LC_MESSAGES/ld.mo
-libexec/cross-h8300-hms/share/locale/tr/LC_MESSAGES/opcodes.mo
diff -r 2edff0de47c8 -r cace2fb82c97 cross/h8300-hms-binutils/distinfo
--- a/cross/h8300-hms-binutils/distinfo Fri Oct 11 16:40:58 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 00:47:44 agc Exp $
-
-SHA1 (binutils-2.12.1.tar.bz2) = 520a49a68832fd4dd1f4a4a75cdd244b74ce8dff
-RMD160 (binutils-2.12.1.tar.bz2) = 8696f3618f2b861b7ce84e45d87c6caf9843f1c5
-SHA512 (binutils-2.12.1.tar.bz2) = 3f0cb3a139c5e31551d66e2657f881041e97e3587d9bb7f56d7a793ad219c0ee2d8b43234986ef4f83a1abb8da3b95d288be5a57e56194ee8a507201ec9e7946
-Size (binutils-2.12.1.tar.bz2) = 9543675 bytes
-SHA1 (patch-aa) = a13d5173cba83c4b8cedc9f075c6dc8f7ee71821
-SHA1 (patch-ab) = 763917c5860aa3975859801065a3edb90bf19e7d
-SHA1 (patch-ac) = fe72cd813bdcd1ea1f7ecb41ee94a362140997d5
-SHA1 (patch-ad) = ee5ca5d773069602c2d315739ab4e482f36c39b5
-SHA1 (patch-ae) = f64df9b6ec4e151fb904b93bdbda41e1f150c823
-SHA1 (patch-af) = d59a57d79f504b31e2822650a5f543a0be1dd989
-SHA1 (patch-ag) = 23619b91e9b76945a8161145fa9fc57f24574002
-SHA1 (patch-ah) = 479a6b5e998d44fb3f29d9664e02c95ba19a6aa6
-SHA1 (patch-ai) = a045b2ef8fe3bd16990ca572d2ff7c97808221ba
-SHA1 (patch-aj) = 3b53c1df0e1d6a24c71797697d879e326a24a026
-SHA1 (patch-ak) = 6e681a7a53d45a71479b871c8d38e8fe0aa0ebd4
-SHA1 (patch-al) = 6f583d98efe96de5f0f10821a6557c966d6f39a0
-SHA1 (patch-am) = 8e3733fffa11297acb50660357088f6d91d41706
-SHA1 (patch-an) = 2cf5da64248e5cb21ef3d171478b22bdf8a11df3
-SHA1 (patch-ao) = fdab7e8f4d28bf1fdadd5733de928e103e754fcd
-SHA1 (patch-ap) = bec8a8de114b87ab60a4a3916fa158af30f495ec
diff -r 2edff0de47c8 -r cace2fb82c97 cross/h8300-hms-binutils/patches/patch-aa
--- a/cross/h8300-hms-binutils/patches/patch-aa Fri Oct 11 16:40:58 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2010/02/08 05:18:37 dholland Exp $
-
-DESTDIR support
-
---- ../binutils-2.12.1/Makefile.in.orig        2002-05-14 23:46:29.000000000 +0000
-+++ ../binutils-2.12.1/Makefile.in
-@@ -360,6 +360,7 @@ BASE_FLAGS_TO_PASS = \
-       "CXXFLAGS=$(CXXFLAGS)" \
-       "CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \
-       "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
-+      "DESTDIR=$(DESTDIR)" \
-       "DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \
-       "INSTALL=$(INSTALL)" \
-       "INSTALL_DATA=$(INSTALL_DATA)" \
-@@ -1832,7 +1833,9 @@ MAKEDIRS= \
-       $(exec_prefix)
- .PHONY: installdirs
- installdirs: mkinstalldirs
--      $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
-+      for dir in $(MAKEDIRS); do \
-+        $(SHELL) $(srcdir)/mkinstalldirs ${DESTDIR}$$dir; \
-+      done
- 
- dir.info: do-install-info
-       if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
diff -r 2edff0de47c8 -r cace2fb82c97 cross/h8300-hms-binutils/patches/patch-ab
--- a/cross/h8300-hms-binutils/patches/patch-ab Fri Oct 11 16:40:58 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2010/02/08 05:18:37 dholland Exp $
-
-DESTDIR support
-
---- ../binutils-2.12.1/intl/Makefile.in.orig   2002-03-08 19:25:51.000000000 +0000
-+++ ../binutils-2.12.1/intl/Makefile.in
-@@ -115,26 +115,26 @@ install-exec: all
-       if test "$(PACKAGE)" = "gettext" \
-          && test '@INTLOBJS@' = '$(GETTOBJS)'; then \
-         if test -r $(MKINSTALLDIRS); then \
--          $(MKINSTALLDIRS) $(libdir) $(includedir); \
-+          $(MKINSTALLDIRS) ${DESTDIR}$(libdir) ${DESTDIR}$(includedir); \
-         else \
--          $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
-+          $(top_srcdir)/mkinstalldirs ${DESTDIR}$(libdir) ${DESTDIR}$(includedir); \
-         fi; \
--        $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
--        $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
-+        $(INSTALL_DATA) intlh.inst ${DESTDIR}$(includedir)/libintl.h; \
-+        $(INSTALL_DATA) libintl.a ${DESTDIR}$(libdir)/libintl.a; \
-       else \
-         : ; \
-       fi
- install-data: all
-       if test "$(PACKAGE)" = "gettext"; then \
-         if test -r $(MKINSTALLDIRS); then \
--          $(MKINSTALLDIRS) $(gettextsrcdir); \
-+          $(MKINSTALLDIRS) ${DESTDIR}$(gettextsrcdir); \
-         else \
--          $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
-+          $(top_srcdir)/mkinstalldirs ${DESTDIR}$(gettextsrcdir); \
-         fi; \
--        $(INSTALL_DATA) VERSION $(gettextsrcdir)/VERSION; \
-+        $(INSTALL_DATA) VERSION ${DESTDIR}$(gettextsrcdir)/VERSION; \
-         dists="$(DISTFILES.common)"; \
-         for file in $$dists; do \
--          $(INSTALL_DATA) $(srcdir)/$$file $(gettextsrcdir)/$$file; \
-+          $(INSTALL_DATA) $(srcdir)/$$file ${DESTDIR}$(gettextsrcdir)/$$file; \
-         done; \
-       else \
-         : ; \
diff -r 2edff0de47c8 -r cace2fb82c97 cross/h8300-hms-binutils/patches/patch-ac
--- a/cross/h8300-hms-binutils/patches/patch-ac Fri Oct 11 16:40:58 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2010/02/08 05:18:37 dholland Exp $
-
-DESTDIR support
-
---- ../binutils-2.12.1/gas/Makefile.am.orig    2002-04-04 16:21:08.000000000 +0000
-+++ ../binutils-2.12.1/gas/Makefile.am
-@@ -666,21 +666,21 @@ CLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ



Home | Main Index | Thread Index | Old Index