pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-BSD-Resource Update from version 1.2901nb1 to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04ee3fab6555
branches:  trunk
changeset: 552470:04ee3fab6555
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jan 04 17:24:46 2009 +0000

description:
Update from version 1.2901nb1 to 1.2902.

Pkgsrc changes:
 o Remove no longer needed patch

Upstream changes:

2008-12-30  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * Lowered the "0.95 of the current limit" down to
          "0.75 of the current limit" in setrlimit.t so that
          more memory-constrained systems (like 2MB or less of
          default stack) have slightly more chance of completing the test.
          The 0.75 also has more chance of aligning with page sizes.

        * The scalar context return of getrlimit() was documented
          to return an object, even though it really returned the
          soft limit, reported by anicka%suse.cz@localhost.  Fixed the documentation.

        * Judging by the cpantesters reports no netbsd has a functional
          RLIMIT_STACK, so skipping the test in all of them.

        * Release 1.2902.

diffstat:

 devel/p5-BSD-Resource/Makefile         |   7 ++++---
 devel/p5-BSD-Resource/distinfo         |   9 ++++-----
 devel/p5-BSD-Resource/patches/patch-aa |  13 -------------
 3 files changed, 8 insertions(+), 21 deletions(-)

diffs (54 lines):

diff -r ddbcb39a5cc3 -r 04ee3fab6555 devel/p5-BSD-Resource/Makefile
--- a/devel/p5-BSD-Resource/Makefile    Sun Jan 04 16:29:41 2009 +0000
+++ b/devel/p5-BSD-Resource/Makefile    Sun Jan 04 17:24:46 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2008/10/19 19:17:47 he Exp $
+# $NetBSD: Makefile,v 1.24 2009/01/04 17:24:46 he Exp $
 
-DISTNAME=      BSD-Resource-1.2901
+DISTNAME=      BSD-Resource-1.2902
 PKGNAME=       p5-${DISTNAME:S/2901/29.01/}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5bsd
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=BSD/}
@@ -14,6 +13,8 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+UNLIMIT_RESOURCES+=    stacksize
+
 PERL5_PACKLIST=        auto/BSD/Resource/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r ddbcb39a5cc3 -r 04ee3fab6555 devel/p5-BSD-Resource/distinfo
--- a/devel/p5-BSD-Resource/distinfo    Sun Jan 04 16:29:41 2009 +0000
+++ b/devel/p5-BSD-Resource/distinfo    Sun Jan 04 17:24:46 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/07/17 13:52:44 he Exp $
+$NetBSD: distinfo,v 1.10 2009/01/04 17:24:46 he Exp $
 
-SHA1 (BSD-Resource-1.2901.tar.gz) = 764863927829abff6fd10ba39cf602225047fb86
-RMD160 (BSD-Resource-1.2901.tar.gz) = 79f7adf9028a4c6b9056ddf6244be773c9b83375
-Size (BSD-Resource-1.2901.tar.gz) = 58901 bytes
-SHA1 (patch-aa) = 69b74a8a96efcce7c913cc3ecee4e8f97c7db6b6
+SHA1 (BSD-Resource-1.2902.tar.gz) = 9d317a36874b5dda32a41275b506b9ee58bc8837
+RMD160 (BSD-Resource-1.2902.tar.gz) = bb3f31e599792b25a7252b0094cacec8729d541e
+Size (BSD-Resource-1.2902.tar.gz) = 59156 bytes
diff -r ddbcb39a5cc3 -r 04ee3fab6555 devel/p5-BSD-Resource/patches/patch-aa
--- a/devel/p5-BSD-Resource/patches/patch-aa    Sun Jan 04 16:29:41 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/07/17 13:52:44 he Exp $
-
---- t/setrlimit.t.orig 2008-01-29 23:42:28.000000000 +0100
-+++ t/setrlimit.t
-@@ -32,7 +32,7 @@ for my $lim (@LIM) {
-           print "# setrlimit($lim, $try_soft) = OK\n";
-           my $new_soft = getrlimit($lim);
-           print "# getrlimit($lim) = $new_soft\n";
--          if (($new_soft > 0 || $old_soft == 0) && $new_soft <= $try_soft) {
-+          if (($new_soft > 0 || $old_soft == 0) && $new_soft >= $try_soft) {
-               print "ok $test_no # $try_soft <= $new_soft\n";
-           } else {
-               print "NOT ok $test_no # $try_soft > $new_soft\n";



Home | Main Index | Thread Index | Old Index