pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Time-HiRes Updated time/p5-Time-HiRes to 1.9715



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ab27f2003b1
branches:  trunk
changeset: 542819:2ab27f2003b1
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed May 28 21:08:15 2008 +0000

description:
Updated time/p5-Time-HiRes to 1.9715

1.9715  [2008-04-08]
        - Silly me: Makefile.PL does need to accept arguments other than mine.
          Some testing frameworks obviously do this.
        - Add retrying for tests 34..37, which are the most commonly
          failing tests.  If this helps, consider extending the retry
          framework to all the tests.  [Inspired by Slaven Rezic,
          [rt.cpan.org #34711] Occasional failures of test 35 or 36 (FreeBSD)]

1.9714  [2008-04-07]
        - Under Perl 5.6.* NVgf needs to be "g", reported by Zefram,
          it seems that ppport.h 3.13 gets this wrong.
        - remove the check in Makefile.PL for 5.7.2, shouldn't be
          (a) necessary (b) relevant
        - add logic to Makefile.PL to skip configure/write Makefile
          step if the "xdefine" file already exists, indicating that
          the configure step has already been done, one can still
          force (re)configure by "perl Makefile.PL configure",
          or of course by "make clean && perl Makefile.PL".

1.9713  [2008-04-04]
        - for alarm() and ualarm() [Perl] prefer setitimer() [C]
          instead of ualarm() [C] since ualarm() [C] cannot portably
          (and standards-compliantly) be used for more than 999_999
          microseconds (rt.cpan.org #34655)
        - it seems that HP-UX has started (at least in 11.31 ia64)
          #defining the CLOCK_REALTIME et alia (instead of having
          them just as enums)
        - document all the diagnostics

1.9712  [2008-02-09]
        - move the sub tick in the test file back to where it used to be
        - in the "consider upgrading" message recommend at least Perl 5.8.8
          and make the message to appear only for 5.8.0 since 5.8.1 and
          later have the problem fixed
        - VOS tweak for Makefile (core perl change #33259)
        - since the test #17 seems to fail often, relax its limits a bit

1.9711  [2007-11-29]
        - lost VMS test skippage from Craig Berry
        - reformat the test code a little

1.9710  [2007-11-29]
        - I got the sense of the QNX test the wrong way in an attempt
          to generalize it for future

1.9709  [2007-11-28]
        - casting fixes from Robin Barker for g++ and 64bitint
        - in QNX skip the itimer tests because though the API
          is there, the implementation isn't, from Matt Kraai
        - raise the dead man timer to 180 seconds for really
          slow/busy systems
        - elaborate the UTF-8 locale warning from Makefile.PL

1.9708  [2007-10-05]
        - [rt.cpan.org #29747]: Build failure with perl 5.005_05
          Fixed by regenerating the ppport.h using Devel::PPPort 3.13.

1.9707  [2007-02-27]
        - t/HiRes.t failed in Perl 5.6.2,
          "action is not of type POSIX::SigAction at t/HiRes.t line 318",
          reported and fixed by Anton Berezin, the reason was faulty
          use of sigaction() when restoring the old action.

diffstat:

 time/p5-Time-HiRes/Makefile |  6 ++++--
 time/p5-Time-HiRes/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 5e9aa4be7a26 -r 2ab27f2003b1 time/p5-Time-HiRes/Makefile
--- a/time/p5-Time-HiRes/Makefile       Wed May 28 21:06:34 2008 +0000
+++ b/time/p5-Time-HiRes/Makefile       Wed May 28 21:08:15 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2008/01/09 16:33:23 heinz Exp $
+# $NetBSD: Makefile,v 1.24 2008/05/28 21:08:15 abs Exp $
 
-DISTNAME=              Time-HiRes-1.9706
+DISTNAME=              Time-HiRes-1.9715
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5thr
 CATEGORIES=            time perl5
@@ -16,5 +16,7 @@
 USE_LANGUAGES=         c
 PERL5_PACKLIST=                auto/Time/HiRes/.packlist
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5e9aa4be7a26 -r 2ab27f2003b1 time/p5-Time-HiRes/distinfo
--- a/time/p5-Time-HiRes/distinfo       Wed May 28 21:06:34 2008 +0000
+++ b/time/p5-Time-HiRes/distinfo       Wed May 28 21:08:15 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2007/02/27 13:12:28 wiz Exp $
+$NetBSD: distinfo,v 1.14 2008/05/28 21:08:15 abs Exp $
 
-SHA1 (Time-HiRes-1.9706.tar.gz) = b0c1257c2e5b133348f7645e3c51a02d296fa100
-RMD160 (Time-HiRes-1.9706.tar.gz) = f6c3b0345d5d8a9260672e2a2115bea7e4ba4614
-Size (Time-HiRes-1.9706.tar.gz) = 81249 bytes
+SHA1 (Time-HiRes-1.9715.tar.gz) = 8eeb8cc2cb4e6e2fd3c7a81cf44ac6ad9d2e5015
+RMD160 (Time-HiRes-1.9715.tar.gz) = 2fed72cd3cb807a98cd944b80657f8eb31f117d4
+Size (Time-HiRes-1.9715.tar.gz) = 86901 bytes



Home | Main Index | Thread Index | Old Index