summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-12 05:02:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-12 05:03:10 +0100
commit6a210b6cc8fec01e564fdd92c32c83c66a60c27e (patch)
tree42cd40dee6a1f20935e582000196cfe8251b99b6 /package
parent2841218b0aaba29930f742b4eb613f523ee3710b (diff)
check: update to latest, fix static compile by disabing test subdir
Diffstat (limited to 'package')
-rw-r--r--package/check/Makefile6
-rw-r--r--package/check/patches/patch-Makefile_in11
-rw-r--r--package/check/patches/patch-check_stdint_h11
-rw-r--r--package/check/patches/patch-src_check_h11
4 files changed, 36 insertions, 3 deletions
diff --git a/package/check/Makefile b/package/check/Makefile
index 7ddd31068..a6c512090 100644
--- a/package/check/Makefile
+++ b/package/check/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= check
-PKG_VERSION:= 0.9.12
-PKG_RELEASE:= 2
-PKG_HASH:= c7d47e55e133a0ca19a52e08a99333ac55cb22618b53719b7f4117a1875b1ea3
+PKG_VERSION:= 0.10.0
+PKG_RELEASE:= 1
+PKG_HASH:= f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052
PKG_DESCR:= unit testing framework for c
PKG_SECTION:= libs/misc
PKG_URL:= http://check.sourceforge.net/
diff --git a/package/check/patches/patch-Makefile_in b/package/check/patches/patch-Makefile_in
new file mode 100644
index 000000000..fc59b2cac
--- /dev/null
+++ b/package/check/patches/patch-Makefile_in
@@ -0,0 +1,11 @@
+--- check-0.10.0.orig/Makefile.in 2015-08-02 21:31:55.000000000 +0200
++++ check-0.10.0/Makefile.in 2015-11-12 04:31:11.583130094 +0100
+@@ -292,7 +292,7 @@ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = lib src doc . checkmk tests
++SUBDIRS = lib src doc . checkmk
+ AM_MAKEINFOFLAGS = -I$(top_srcdir)/doc/example
+ CLEANFILES = *~\
+ $(PACKAGE)-$(VERSION).tar.gz\
diff --git a/package/check/patches/patch-check_stdint_h b/package/check/patches/patch-check_stdint_h
new file mode 100644
index 000000000..723d32a01
--- /dev/null
+++ b/package/check/patches/patch-check_stdint_h
@@ -0,0 +1,11 @@
+--- check-0.10.0.orig/check_stdint.h 2015-08-02 21:32:21.000000000 +0200
++++ check-0.10.0/check_stdint.h 2015-11-12 04:28:52.652334615 +0100
+@@ -2,7 +2,7 @@
+ #define _CHECK_CHECK_STDINT_H 1
+ #ifndef _GENERATED_STDINT_H
+ #define _GENERATED_STDINT_H "check 0.10.0"
+-/* generated using gnu compiler gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 */
++/* generated using gnu compiler mips64el-openadk-linux-uclibcabi64-gcc (GCC) 4.9.3 */
+ #define _STDINT_HAVE_STDINT_H 1
+ #include <stdint.h>
+ #endif
diff --git a/package/check/patches/patch-src_check_h b/package/check/patches/patch-src_check_h
new file mode 100644
index 000000000..22859a78c
--- /dev/null
+++ b/package/check/patches/patch-src_check_h
@@ -0,0 +1,11 @@
+--- check-0.10.0.orig/src/check.h 2015-08-02 21:32:21.000000000 +0200
++++ check-0.10.0/src/check.h 2015-11-12 04:28:52.456347600 +0100
+@@ -807,7 +807,7 @@ enum print_output
+ either "silent", "minimal", "normal",
+ or "verbose". If the environment variable
+ is not set, then CK_NORMAL will be used.*/
+-#if 1
++#if 0
+ CK_SUBUNIT, /**< Run as a subunit child process */
+ #endif
+ CK_LAST /**< Not a valid option */