mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
trace-cmd: update to 3.1.5.
This commit is contained in:
parent
ae164a1668
commit
402ae48acb
2 changed files with 2 additions and 12 deletions
|
@ -28,16 +28,6 @@
|
||||||
|
|
||||||
#include "trace-local.h"
|
#include "trace-local.h"
|
||||||
#include "trace-msg.h"
|
#include "trace-msg.h"
|
||||||
--- a/lib/trace-cmd/trace-timesync-kvm.c
|
|
||||||
+++ b/lib/trace-cmd/trace-timesync-kvm.c
|
|
||||||
@@ -10,6 +10,7 @@
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <dirent.h>
|
|
||||||
#include <ctype.h>
|
|
||||||
+#include <limits.h>
|
|
||||||
|
|
||||||
#include "trace-cmd.h"
|
|
||||||
#include "trace-cmd-private.h"
|
|
||||||
--- a/utest/tracecmd-utest.c
|
--- a/utest/tracecmd-utest.c
|
||||||
+++ b/utest/tracecmd-utest.c
|
+++ b/utest/tracecmd-utest.c
|
||||||
@@ -13,6 +13,7 @@
|
@@ -13,6 +13,7 @@
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'trace-cmd'
|
# Template file for 'trace-cmd'
|
||||||
pkgname=trace-cmd
|
pkgname=trace-cmd
|
||||||
version=3.1.4
|
version=3.1.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="libdir_relative=lib${XBPS_TARGET_WORDSIZE}"
|
make_build_args="libdir_relative=lib${XBPS_TARGET_WORDSIZE}"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-only"
|
license="GPL-2.0-or-later, LGPL-2.1-only"
|
||||||
homepage="https://trace-cmd.org"
|
homepage="https://trace-cmd.org"
|
||||||
distfiles="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/trace-cmd-v${version}.tar.gz"
|
distfiles="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/trace-cmd-v${version}.tar.gz"
|
||||||
checksum=447e095dbdfb0d362ab8c2086d62d80c5a2ecf67aef09b8f6b0cc064c0e1bfb5
|
checksum=9af1ea00e312d03639470e126fa9c786789f03c16df93a57c0bc90eeffbc7d50
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/etc/bash_completion.d/*
|
rm ${DESTDIR}/etc/bash_completion.d/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue