mclinker: remove.

- It was broken since April 2016
- Upstream last commit was on June 6th 2016
- It fails a configure check for bison < 3.1

[ci skip]
This commit is contained in:
maxice8 2018-09-01 07:35:42 -03:00
parent b637ffc34b
commit 6c3278f73f
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
4 changed files with 0 additions and 64 deletions

View file

@ -1 +0,0 @@
mclinker

View file

@ -1,24 +0,0 @@
From 3c65bd1fcb4648181bf86a5c7a45813ab0f27b8b Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <miwaxe@gmail.com>
Date: Sun, 30 Aug 2015 15:59:42 +0200
Subject: [PATCH] musl
---
lib/Support/Unix/FileSystem.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/Support/Unix/FileSystem.inc b/lib/Support/Unix/FileSystem.inc
index 67fdd73..0cf873d 100644
--- a/lib/Support/Unix/FileSystem.inc
+++ b/lib/Support/Unix/FileSystem.inc
@@ -19,6 +19,7 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include <unistd.h>
+#include <limits.h>
namespace mcld {
namespace sys {
--
2.5.1

View file

@ -1,36 +0,0 @@
# Template file for 'mclinker'
pkgname=mclinker
version=2.10.0
revision=2
_distver="${version%.*}"
_distver="${_distver//.}"
wrksrc="${pkgname}-release_${_distver}"
build_style=gnu-configure
hostmakedepends="automake libtool flex llvm"
makedepends="zlib-devel libffi-devel libedit-devel ncurses-devel llvm"
short_desc="LLVM Linker for Mobile Computing"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD"
homepage="https://github.com/$pkgname/$pkgname"
distfiles="$homepage/archive/release_${_distver}.tar.gz"
checksum=b2364bb985630c0b4744d735ba0fc69d41854f947e493c61f7efb0f308143e4d
patch_args="-Np1"
nocross=yes
broken="http://build.voidlinux.eu/builders/x86_64_builder/builds/22672/steps/shell_3/logs/stdio"
pre_configure() {
sed -i 's|llvm/Option/OptParser.td|/usr/include/llvm/Option/OptParser.td|g' tools/mcld/Options.td # HACK: hardcode header location
sed -i '/unittests/d' configure.ac
sed -i 's/unittests//' Makefile.am
sed -i '/unittests/d' Makefile.am
autoreconf -fi
}
mclinker-devel_package() {
short_desc+=" - devel files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
}
}

View file

@ -1,3 +0,0 @@
site="https://api.github.com/repos/$pkgname/$pkgname/branches"
version="$_distver"
pattern='"name":\s*"release_\K[^\d]*([\d\.]+)(?=")'