From bef5c19109e367264ecd230b9f40f9564cba8f40 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 4 Sep 2013 14:35:44 +0200 Subject: [PATCH] strace: update to strace-4.8 Signed-off-by: Stephan Raue --- packages/debug/strace/package.mk | 2 +- .../strace/patches/strace-4.7-automake_1.13.patch | 12 ------------ .../strace/patches/strace-4.8-autoreconf.patch | 13 +++++++++++++ 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 packages/debug/strace/patches/strace-4.7-automake_1.13.patch create mode 100644 packages/debug/strace/patches/strace-4.8-autoreconf.patch diff --git a/packages/debug/strace/package.mk b/packages/debug/strace/package.mk index 014cac7a50..78f04535a2 100644 --- a/packages/debug/strace/package.mk +++ b/packages/debug/strace/package.mk @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="strace" -PKG_VERSION="4.7" +PKG_VERSION="4.8" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="BSD" diff --git a/packages/debug/strace/patches/strace-4.7-automake_1.13.patch b/packages/debug/strace/patches/strace-4.7-automake_1.13.patch deleted file mode 100644 index 7c42624ffd..0000000000 --- a/packages/debug/strace/patches/strace-4.7-automake_1.13.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur strace-4.7-old/configure.ac strace-4.7-new/configure.ac ---- strace-4.7-old/configure.ac 2012-05-02 05:34:56.000000000 -0700 -+++ strace-4.7-new/configure.ac 2013-01-03 21:01:04.000000000 -0800 -@@ -3,7 +3,7 @@ - AC_INIT([strace],[4.7]) - AC_CONFIG_SRCDIR([strace.c]) - AC_CONFIG_AUX_DIR([.]) --AM_CONFIG_HEADER([config.h]) -+AC_CONFIG_HEADERS([config.h]) - AM_INIT_AUTOMAKE([foreign check-news dist-xz no-dist-gzip silent-rules]) - AM_MAINTAINER_MODE - AC_CANONICAL_HOST diff --git a/packages/debug/strace/patches/strace-4.8-autoreconf.patch b/packages/debug/strace/patches/strace-4.8-autoreconf.patch new file mode 100644 index 0000000000..bf7efa09c6 --- /dev/null +++ b/packages/debug/strace/patches/strace-4.8-autoreconf.patch @@ -0,0 +1,13 @@ +diff -Naur strace-4.8/configure.ac strace-4.8.patch/configure.ac +--- strace-4.8/configure.ac 2013-05-04 21:51:57.000000000 +0200 ++++ strace-4.8.patch/configure.ac 2013-09-04 03:30:12.478057723 +0200 +@@ -1,8 +1,6 @@ + dnl Process this file with autoconf to create configure. Use autoreconf. + AC_PREREQ(2.57) +-AC_INIT([strace], +- m4_esyscmd([./git-version-gen .tarball-version]), +- [strace-devel@lists.sourceforge.net]) ++AC_INIT([strace],[4.8]) + AC_CONFIG_SRCDIR([strace.c]) + AC_CONFIG_AUX_DIR([.]) + AC_CONFIG_HEADERS([config.h])