kcov: update to 36.
This commit is contained in:
parent
44f22505a7
commit
1cda696fc9
@ -1,13 +1,14 @@
|
|||||||
--- src/engines/ptrace.cc.orig 2016-10-12 16:59:39.621744581 +0200
|
--- src/engines/ptrace_linux.cc
|
||||||
+++ src/engines/ptrace.cc 2016-10-12 17:00:04.938745887 +0200
|
+++ src/engines/ptrace_linux.cc
|
||||||
@@ -31,6 +31,10 @@
|
@@ -8,6 +8,10 @@
|
||||||
#define str(s) #s
|
# include <elf.h>
|
||||||
#define xstr(s) str(s)
|
#endif
|
||||||
|
|
||||||
+#ifndef __GLIBC__
|
+#ifndef __GLIBC__
|
||||||
+typedef int __ptrace_request;
|
+typedef int __ptrace_request;
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
enum
|
#include <dirent.h>
|
||||||
{
|
#include <sched.h>
|
||||||
i386_EIP = 12,
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'kcov'
|
# Template file for 'kcov'
|
||||||
pkgname=kcov
|
pkgname=kcov
|
||||||
version=35
|
version=36
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python pkg-config"
|
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"
|
short_desc="Code coverage tester for compiled programs, Python and shell"
|
||||||
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://simonkagstrom.github.io/kcov/index.html"
|
homepage="https://simonkagstrom.github.io/kcov/index.html"
|
||||||
distfiles="https://github.com/SimonKagstrom/kcov/archive/v$version.tar.gz>$pkgname-v$version.tar.gz"
|
distfiles="https://github.com/SimonKagstrom/kcov/archive/v${version}.tar.gz"
|
||||||
checksum=74c172dae2ac2866e0adc91d3fd80276e5acb970d11ac71679a0f7336897a476
|
checksum=29ccdde3bd44f14e0d7c88d709e1e5ff9b448e735538ae45ee08b73c19a2ea0b
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
aarch64*) broken="unsupported arch upstream";;
|
|
||||||
esac
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user