From 62b3a54e26e60a4cc311b3089269aaf7be963fbd Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 17 Jun 2016 02:25:47 +0000 Subject: [PATCH] Update to 0.10.0. From the changelog: * CMake on MinGW and MSVC was unable to find time related types because time.h was not included. This header is now included for the checks. Patch #53. * If the test runner process catches a SIGTERM or SIGINT signal the running tests are now also killed. Patch #52. * If Check is compiled without support for fork(), the behavior of functions which require fork() to be useful have been changed. Functions that attempt to set CK_FORK mode are no-ops, check_fork() returns in failure, and check_waitpid_and_exit() exits in failure. * Add space around operators in assert messages for readability. Bug #102. * Use mkstemp() if available instead of tmpfile() or tempnam(). Patch #51. * Fix issue with string formatting in ck_assert(), where using the % operator would be interpreted as a string formatter. Bug #96. * In nofork mode, the location of a failed assertion within a test case was lost if that test case has a checked teardown fixture (even if that fixture function is empty). This is now fixed. Bug #99 --- devel/check/Makefile | 6 ++++-- devel/check/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/devel/check/Makefile b/devel/check/Makefile index c94703d26259e..5b7f19f156552 100644 --- a/devel/check/Makefile +++ b/devel/check/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2014/12/12 07:38:43 mef Exp $ +# $NetBSD: Makefile,v 1.21 2016/06/17 02:25:47 schmonz Exp $ # -DISTNAME= check-0.9.14 +DISTNAME= check-0.10.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=check/} @@ -16,5 +16,7 @@ INFO_FILES= yes PKGCONFIG_OVERRIDE= check.pc.in +TEST_TARGET= check + .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/check/distinfo b/devel/check/distinfo index 85edd42dc528c..f13ef93a7baf6 100644 --- a/devel/check/distinfo +++ b/devel/check/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2015/11/03 03:27:18 agc Exp $ +$NetBSD: distinfo,v 1.17 2016/06/17 02:25:47 schmonz Exp $ -SHA1 (check-0.9.14.tar.gz) = 4b79e2d485d014ddb438e322b64235347d57b0ff -RMD160 (check-0.9.14.tar.gz) = f2de6099d213e7dd9cd73ed42ad0a8dddc5881a7 -SHA512 (check-0.9.14.tar.gz) = fba3e54e36c2fdff465eadaa96e7a5bbafd5d7de7594dfe90e71c3a0bf7fb0f5e6d1b242ade55e49ef83c4a97fcf607dc53c7d04de9b4d764ea795a46e7c7be0 -Size (check-0.9.14.tar.gz) = 758197 bytes +SHA1 (check-0.10.0.tar.gz) = 35d3a53446aea7b21a770faedb358d0fc7cba76d +RMD160 (check-0.10.0.tar.gz) = fbd36eff66e010cbea3d2c0c503e4b4d4a91e730 +SHA512 (check-0.10.0.tar.gz) = 82103a98382c41cf16f172ded66c0399d3da6eceb6728aab11120c028e8796f6d545a98dc4aa5f76ee68c0bfd1f842a4dd371f5d670c8ba84ce4209812bf1ac5 +Size (check-0.10.0.tar.gz) = 769119 bytes