From 76c50f7dabb8a2baebcbe436f015dd843ec1a30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Wed, 9 Jun 2021 23:27:23 -0300 Subject: [PATCH] ghc-bin: remove i686-musl support. voidlinux.de has been shut down, so the distfiles can no longer be accessed. Someone looking to re-add support will have to create a new tarball. Since we are here, add broken= case to catch template mistakes early. --- srcpkgs/ghc-bin/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index 9101601358b9..b50c14854018 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -2,7 +2,7 @@ pkgname=ghc-bin version=8.8.4 revision=1 -archs="i686* x86_64* ppc64le*" +archs="i686 x86_64* ppc64le*" wrksrc="ghc-${version%[!0-9]}" hostmakedepends="perl libffi libnuma" depends="ncurses perl gcc libffi-devel gmp-devel" @@ -27,10 +27,6 @@ i686) distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz" checksum=43dd954910c9027694312cef0aabc7774d102d0422b7172802cfb72f7d5da3a0 ;; -i686-musl) - distfiles="https://distfiles.voidlinux.de/ghc-${version}-i386-unknown-linux-musl.tar.xz" - checksum=8d84fbab62b3712bdcfb92f7d258a0d15d8295397d84b48716a3c625f09be782 - ;; ppc64le) distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz" checksum=4a13d36a3e3d605db02b89269ed727c3ba23c9d03b84b72c1716a910a28f8074 @@ -39,6 +35,8 @@ ppc64le-musl) distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz" checksum=b35ba0cb20a05555ac6c2c92f9f090c665e55b3d295d58a801eb88bd4f6baab3 ;; +*) broken="No distfiles available for this target" + ;; esac do_configure() {