kcov: update to 36.

This commit is contained in:
Rasmus Thomsen 2018-12-30 11:29:22 +01:00 committed by maxice8
parent 44f22505a7
commit 1cda696fc9
2 changed files with 14 additions and 17 deletions

View File

@ -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 <elf.h>
#endif
+#ifndef __GLIBC__
+typedef int __ptrace_request;
+#endif
+
enum
{
i386_EIP = 12,
#include <dirent.h>
#include <sched.h>
#include <stdio.h>

View File

@ -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 <felix.vanderjeugt@gmail.com>"
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