From 1cda696fc94c7c557d92ca3fc5a3b9e02e8a81f5 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 30 Dec 2018 11:29:22 +0100 Subject: [PATCH] kcov: update to 36. --- srcpkgs/kcov/patches/musl.patch | 19 ++++++++++--------- srcpkgs/kcov/template | 12 ++++-------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/srcpkgs/kcov/patches/musl.patch b/srcpkgs/kcov/patches/musl.patch index 0d5510434c0..b9a50daf9e7 100644 --- a/srcpkgs/kcov/patches/musl.patch +++ b/srcpkgs/kcov/patches/musl.patch @@ -1,13 +1,14 @@ ---- src/engines/ptrace.cc.orig 2016-10-12 16:59:39.621744581 +0200 -+++ src/engines/ptrace.cc 2016-10-12 17:00:04.938745887 +0200 -@@ -31,6 +31,10 @@ - #define str(s) #s - #define xstr(s) str(s) - +--- src/engines/ptrace_linux.cc ++++ src/engines/ptrace_linux.cc +@@ -8,6 +8,10 @@ + # include + #endif + +#ifndef __GLIBC__ +typedef int __ptrace_request; +#endif + - enum - { - i386_EIP = 12, + #include + #include + #include + diff --git a/srcpkgs/kcov/template b/srcpkgs/kcov/template index b2f051dec34..be2127bfa34 100644 --- a/srcpkgs/kcov/template +++ b/srcpkgs/kcov/template @@ -1,6 +1,6 @@ # Template file for 'kcov' pkgname=kcov -version=35 +version=36 revision=1 build_style=cmake hostmakedepends="python pkg-config" @@ -8,10 +8,6 @@ makedepends="binutils-devel libcurl-devel elfutils-devel" short_desc="Code coverage tester for compiled programs, Python and shell" maintainer="Felix Van der Jeugt " license="GPL-2.0-only" -homepage="http://simonkagstrom.github.io/kcov/index.html" -distfiles="https://github.com/SimonKagstrom/kcov/archive/v$version.tar.gz>$pkgname-v$version.tar.gz" -checksum=74c172dae2ac2866e0adc91d3fd80276e5acb970d11ac71679a0f7336897a476 - -case "$XBPS_TARGET_MACHINE" in - aarch64*) broken="unsupported arch upstream";; -esac +homepage="https://simonkagstrom.github.io/kcov/index.html" +distfiles="https://github.com/SimonKagstrom/kcov/archive/v${version}.tar.gz" +checksum=29ccdde3bd44f14e0d7c88d709e1e5ff9b448e735538ae45ee08b73c19a2ea0b