summaryrefslogtreecommitdiff
path: root/package/strace
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-22 17:21:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-22 17:21:34 +0100
commitad24155bbceac804e12c740b66d55ea3e34ae386 (patch)
tree4d19a73dff8608b50941ba4ef910d106fa166803 /package/strace
parent4f0f636b7e18247a2497907fb343ddd34664abad (diff)
strace: update to latest stable version, remove patches first and see what is required
Diffstat (limited to 'package/strace')
-rw-r--r--package/strace/Makefile8
-rw-r--r--package/strace/patches/patch-Makefile_am16
-rw-r--r--package/strace/patches/patch-configure_ac10
-rw-r--r--package/strace/patches/patch-evdev_c10
-rw-r--r--package/strace/patches/patch-mknod_c10
-rw-r--r--package/strace/patches/patch-printmode_c10
6 files changed, 3 insertions, 61 deletions
diff --git a/package/strace/Makefile b/package/strace/Makefile
index f47f248d6..751f1e7c1 100644
--- a/package/strace/Makefile
+++ b/package/strace/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= strace
-PKG_VERSION:= 4.10
-PKG_RELEASE:= 3
-PKG_HASH:= e6180d866ef9e76586b96e2ece2bfeeb3aa23f5cc88153f76e9caedd65e40ee2
+PKG_VERSION:= 4.11
+PKG_RELEASE:= 1
+PKG_HASH:= e86a5f6cd8f941f67f3e4b28f4e60f3d9185c951cf266404533210a2e5cd8152
PKG_DESCR:= system call trace program
PKG_SECTION:= app/debug
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=strace/}
@@ -15,8 +15,6 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,STRACE,strace,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-AUTOTOOL_STYLE:= autoreconf
-
ifeq ($(ADK_TARGET_LIB_MUSL),y)
TARGET_CPPFLAGS+= -DMSG_EXCEPT=020000 -D_LARGEFILE64_SOURCE=1
ifeq ($(ADK_TARGET_ARCH_PPC),y)
diff --git a/package/strace/patches/patch-Makefile_am b/package/strace/patches/patch-Makefile_am
deleted file mode 100644
index 82ef21741..000000000
--- a/package/strace/patches/patch-Makefile_am
+++ /dev/null
@@ -1,16 +0,0 @@
---- strace-4.10.orig/Makefile.am 2015-03-05 20:19:01.000000000 -0600
-+++ strace-4.10/Makefile.am 2015-06-07 09:23:50.141506084 -0500
-@@ -196,7 +196,13 @@ EXTRA_DIST = \
- linux/bfin/ioctls_inc0.h \
- linux/bfin/syscallent.h \
- linux/bfin/userent.h \
-+ linux/crisv10/ioctls_arch0.h \
-+ linux/crisv10/ioctls_inc0.h \
-+ linux/crisv10/syscallent.h \
- linux/crisv10/userent.h \
-+ linux/crisv32/ioctls_arch0.h \
-+ linux/crisv32/ioctls_inc0.h \
-+ linux/crisv32/syscallent.h \
- linux/crisv32/userent.h \
- linux/dummy.h \
- linux/errnoent.h \
diff --git a/package/strace/patches/patch-configure_ac b/package/strace/patches/patch-configure_ac
deleted file mode 100644
index 2059ea189..000000000
--- a/package/strace/patches/patch-configure_ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- strace-4.10.orig/configure.ac 2015-03-04 23:42:30.000000000 -0600
-+++ strace-4.10/configure.ac 2015-06-07 09:25:43.969505042 -0500
-@@ -1,7 +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_CONFIG_SRCDIR([strace.c])
- AC_CONFIG_AUX_DIR([.])
diff --git a/package/strace/patches/patch-evdev_c b/package/strace/patches/patch-evdev_c
deleted file mode 100644
index 4716465ec..000000000
--- a/package/strace/patches/patch-evdev_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- strace-4.10.orig/evdev.c 2015-02-22 03:29:55.000000000 +0100
-+++ strace-4.10/evdev.c 2015-10-11 19:28:08.616071631 +0200
-@@ -29,6 +29,7 @@
- #include "defs.h"
-
- #ifdef HAVE_LINUX_INPUT_H
-+#include <linux/ioctl.h>
- #include <linux/input.h>
- #include "xlat/evdev_abs.h"
- #include "xlat/evdev_autorepeat.h"
diff --git a/package/strace/patches/patch-mknod_c b/package/strace/patches/patch-mknod_c
deleted file mode 100644
index 18ea45216..000000000
--- a/package/strace/patches/patch-mknod_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- strace-4.10.orig/mknod.c 2014-12-11 22:39:12.000000000 +0100
-+++ strace-4.10/mknod.c 2015-10-11 19:28:37.778138601 +0200
-@@ -1,6 +1,7 @@
- #include "defs.h"
-
- #include <fcntl.h>
-+#include <sys/stat.h>
-
- #ifdef MAJOR_IN_SYSMACROS
- # include <sys/sysmacros.h>
diff --git a/package/strace/patches/patch-printmode_c b/package/strace/patches/patch-printmode_c
deleted file mode 100644
index 517fb124c..000000000
--- a/package/strace/patches/patch-printmode_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- strace-4.10.orig/printmode.c 2014-12-11 22:39:02.000000000 +0100
-+++ strace-4.10/printmode.c 2015-10-11 19:29:01.988533795 +0200
-@@ -1,6 +1,7 @@
- #include "defs.h"
-
- #include <fcntl.h>
-+#include <sys/stat.h>
-
- #include "xlat/modetypes.h"
-