pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/check Update to version 0.9.1. From PR#27038 by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/531b150af529
branches:  trunk
changeset: 481202:531b150af529
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Sep 27 20:41:19 2004 +0000

description:
Update to version 0.9.1.  From PR#27038 by Roland Illig.

Fri, Sep 3, 2004: Released Check 0.9.1

Updated tutorial with new features.
Added support for XML output of the test results, courtesy of Frederic Peters.
Fixed setup bug from forum, failure in setup did not abort test in nofork mode.
Applied varargs patch (#933411) and added test cases.
Applied fail_if (#709167) patch.
Applied 'newbies' patch #995028 for autoconf doc.
Applied doc patch #995028 from Bill Barnard.
Fixed portability problems tests by changing == to =.
Changed copyright according to bug report.
Applied patch 796705. Replacing _exit with exit.
Applied patch for bug 793671.


Mon, May 17, 2004: Released Check 0.9.0

Run fixture teardowns in reverse order to setup
Plugged some memory leaks.
Added test name to log outputs.
Applied patch (802160) for distcheck bug (579604).
Fixed log printouts for nofork mode.
Updated documentation and converted to DocBook.

Added a new print mode, CK_ENV, that gets the print mode from the
environment variable CK_VERBOSITY.

Made tcase_free and suite_free static. This may break existing test
programs. Everything is now freed when srunner_free is called.

diffstat:

 devel/check/Makefile         |   6 +++---
 devel/check/PLIST            |  23 ++++++++++++++++-------
 devel/check/distinfo         |   8 ++++----
 devel/check/patches/patch-aa |  16 ++++++++--------
 4 files changed, 31 insertions(+), 22 deletions(-)

diffs (101 lines):

diff -r 33f139b52494 -r 531b150af529 devel/check/Makefile
--- a/devel/check/Makefile      Mon Sep 27 19:37:36 2004 +0000
+++ b/devel/check/Makefile      Mon Sep 27 20:41:19 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 16:43:17 martti Exp $
+# $NetBSD: Makefile,v 1.7 2004/09/27 20:41:19 cube Exp $
 #
 
-DISTNAME=      check-0.8.4
-PKGREVISION=   1
+DISTNAME=      check-0.9.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=check/}
 
@@ -12,5 +11,6 @@
 
 GNU_CONFIGURE= # defined
 CONFIGURE_ARGS+=--enable-plain-docdir
+USE_GNU_TOOLS+=        make
 
 .include "../../mk/bsd.pkg.mk"
diff -r 33f139b52494 -r 531b150af529 devel/check/PLIST
--- a/devel/check/PLIST Mon Sep 27 19:37:36 2004 +0000
+++ b/devel/check/PLIST Mon Sep 27 20:41:19 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/06/23 07:10:42 uebayasi Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/09/27 20:41:19 cube Exp $
 include/check.h
 lib/libcheck.a
 share/aclocal/check.m4
@@ -7,16 +7,25 @@
 share/doc/check/ChangeLogOld
 share/doc/check/NEWS
 share/doc/check/README
+share/doc/check/c14.html
+share/doc/check/c163.html
+share/doc/check/c237.html
+share/doc/check/c33.html
+share/doc/check/c57.html
 share/doc/check/examples/Makefile.am.money
 share/doc/check/examples/check_money.c
 share/doc/check/examples/configure.in.money
 share/doc/check/examples/money.c
 share/doc/check/examples/money.h
-share/doc/check/tutorial.html
-share/doc/check/tutorial-1.html
-share/doc/check/tutorial-2.html
-share/doc/check/tutorial-3.html
-share/doc/check/tutorial-4.html
-share/doc/check/tutorial-5.html
+share/doc/check/index.html
+share/doc/check/x108.html
+share/doc/check/x115.html
+share/doc/check/x172.html
+share/doc/check/x183.html
+share/doc/check/x214.html
+share/doc/check/x220.html
+share/doc/check/x234.html
+share/doc/check/x68.html
+share/doc/check/x80.html
 @dirrm share/doc/check/examples
 @dirrm share/doc/check
diff -r 33f139b52494 -r 531b150af529 devel/check/distinfo
--- a/devel/check/distinfo      Mon Sep 27 19:37:36 2004 +0000
+++ b/devel/check/distinfo      Mon Sep 27 20:41:19 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/06/23 07:10:42 uebayasi Exp $
+$NetBSD: distinfo,v 1.4 2004/09/27 20:41:19 cube Exp $
 
-SHA1 (check-0.8.4.tar.gz) = 4d5ced349ca76e2e945ab8b722d5007bc1b44860
-Size (check-0.8.4.tar.gz) = 134449 bytes
-SHA1 (patch-aa) = 006e21d3927c4ec11cbe46c25afeb35f2b90b154
+SHA1 (check-0.9.1.tar.gz) = 8fa632d083b6b6fd7ff8cd3bc267d42a92732dcf
+Size (check-0.9.1.tar.gz) = 158743 bytes
+SHA1 (patch-aa) = 959c2a5b72eb722b54b8c486b2a69f8202c0a053
diff -r 33f139b52494 -r 531b150af529 devel/check/patches/patch-aa
--- a/devel/check/patches/patch-aa      Mon Sep 27 19:37:36 2004 +0000
+++ b/devel/check/patches/patch-aa      Mon Sep 27 20:41:19 2004 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.1 2003/06/23 07:10:46 uebayasi Exp $
+$NetBSD: patch-aa,v 1.2 2004/09/27 20:41:20 cube Exp $
 
---- doc/Makefile.in.orig       Mon Oct 21 20:30:28 2002
+--- doc/Makefile.in.orig       2004-09-03 13:58:42.000000000 +0200
 +++ doc/Makefile.in
-@@ -82,10 +82,8 @@ html_docs =         tutorial.html   tutorial-1.
+@@ -85,10 +85,8 @@ sgml_docs = tutorial.sgml
+ html_docs = *.html
  
- 
- EXTRA_DIST = $(lyx_docs) $(sgml_docs) $(html_docs)
--@MAKE_DOC_TRUE@doc_DATA = $(lyx_docs) $(sgml_docs) $(html_docs)
--@MAKE_DOC_FALSE@doc_DATA = $(lyx_docs)
--@MAKE_DOC_TRUE@CLEANFILES = $(sgml_docs) $(html_docs) *.*~
+ EXTRA_DIST = $(sgml_docs) $(html_docs)
+-@MAKE_DOC_TRUE@doc_DATA = $(sgml_docs) $(html_docs)
+-@MAKE_DOC_FALSE@doc_DATA = $(sgml_docs)
+-@MAKE_DOC_TRUE@CLEANFILES = $(html_docs) *.*~
 -@MAKE_DOC_FALSE@CLEANFILES = *.*~
 +doc_DATA = $(html_docs)
 +CLEANFILES = $(html_docs)



Home | Main Index | Thread Index | Old Index