Hi,

This diff updates check to the latest release 0.9.8.
Tested on amd64/sparc64.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/devel/check/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    27 May 2009 20:52:15 -0000      1.5
+++ Makefile    3 Oct 2009 09:30:56 -0000
@@ -2,8 +2,8 @@
 
 COMMENT =      unit test framework for C programs
 
-DISTNAME =     check-0.9.6
-SHARED_LIBS += check   1.0     # .0.0
+DISTNAME =     check-0.9.8
+SHARED_LIBS += check   2.0     # .0.0
 CATEGORIES =   devel
 
 HOMEPAGE =     http://check.sf.net/
@@ -21,6 +21,5 @@
 USE_LIBTOOL =          Yes
 
 CONFIGURE_STYLE =      gnu
-CONFIGURE_ARGS =       --enable-plain-docdir
-
+                        
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/openbsd/ports/devel/check/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo    27 May 2009 20:52:15 -0000      1.5
+++ distinfo    3 Oct 2009 09:30:56 -0000
@@ -1,5 +1,5 @@
-MD5 (check-0.9.6.tar.gz) = b4DNSiTRStcGEXp3FCIkIA==
-RMD160 (check-0.9.6.tar.gz) = OosfMA2TwNiZICoeIc6/RYUGoEY=
-SHA1 (check-0.9.6.tar.gz) = CUJ1UrTJ/vgf1Xg4AINqT6idrEY=
-SHA256 (check-0.9.6.tar.gz) = Cfo/nq9yZ8TPqqVO7XlWZgkat69ubkzVcsV4z2J+Vpw=
-SIZE (check-0.9.6.tar.gz) = 560006
+MD5 (check-0.9.8.tar.gz) = XXXppgJ83nnSwznvJh50cA==
+RMD160 (check-0.9.8.tar.gz) = deDRmBEJCGrFl+V2VbqVYfG3khE=
+SHA1 (check-0.9.8.tar.gz) = p1zIlBHiS105t4afgjPhnyEN5VU=
+SHA256 (check-0.9.8.tar.gz) = gqz5VrsHWE/+or8E1Zif6TnD507PkxM6IQN/0PeZan8=
+SIZE (check-0.9.8.tar.gz) = 558943
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/openbsd/ports/devel/check/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   27 May 2009 20:52:18 -0000      1.2
+++ patches/patch-Makefile_in   3 Oct 2009 09:30:56 -0000
@@ -1,16 +1,15 @@
-$OpenBSD: patch-Makefile_in,v 1.2 2009/05/27 20:52:18 benoit Exp $
---- Makefile.in.orig   Mon Dec 29 15:07:02 2008
-+++ Makefile.in        Wed May 27 22:41:26 2009
-@@ -205,7 +205,7 @@ target_alias = @target_alias@
+--- Makefile.in.orig   Tue Sep 22 01:44:23 2009
++++ Makefile.in        Tue Sep 22 14:44:54 2009
+@@ -217,7 +217,7 @@ top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
- SUBDIRS = src doc . tests
+ SUBDIRS = lib src doc . tests
 -AM_MAKEINFOFLAGS = -I$(top_srcdir)/doc/example
 +AM_MAKEINFOFLAGS = -I$(top_srcdir)/share/examples/check/
  CLEANFILES = *~\
        $(PACKAGE)-$(VERSION).tar.gz\
        ChangeLog.bak
-@@ -671,7 +671,7 @@ info: info-recursive
+@@ -683,7 +683,7 @@ info: info-recursive
  
  info-am:
  
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-configure     3 Oct 2009 09:30:56 -0000
@@ -0,0 +1,24 @@
+#
+# remove usage of pthread to have better reliability in regression test
+# and less problem with the non-blocking semantics of pthread
+#
+--- configure.orig     Tue Sep 22 01:18:45 2009
++++ configure  Wed Sep 23 07:49:36 2009
+@@ -16606,6 +16606,8 @@
+ 
+ fi
+ 
++acx_pthread_ok=no
++
+ rm -rf conftest.dSYM
+ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+       conftest$ac_exeext conftest.$ac_ext
+@@ -16791,6 +16793,8 @@
+ 
+ 
+ fi
++
++acx_pthread_ok=no
+ 
+ rm -rf conftest.dSYM
+ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \

Reply via email to