2013-07-13 10:32:13 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.29.07
Update LICENSE
Upstream change:
2013-07-12 Jarkko Hietaniemi <jhi@Vredefort-2.local>
* Address rt.cpan.org #86857: t/setrlimit.t failure
Skip setrlimit() tests also if the hard limit is RLIM_INFINITY.
* Release 1.2907.
2013-07-07 Jarkko Hietaniemi <jhi@iki.fi>
* Skip number-of-files and stack setrlimit tests in Cygwin:
the constants exist but the implementation doesn't really
seem to be there. Document this in the pod. Testing by dsolimano.
* For setrlimit tests involving byte sizes (memory or file size)
round the byte sizes down to 4 kB boundaries.
* Fix some pod nits.
* Release 1.2906.
2013-06-22 Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #86334: typo fixes
* Address rt.cpan.org #62504: Disable user/system
timing tests if workload accumulate too little time
* Attempt harder in getrusage.t to burn enough user and system time,
refactor the "burn some cpu" utility into t/burn.pl, use that also
in t/times.t.
* Fix a testing problem in NetBSD for t/setrlimit.t,
the tests were misnumbered.
* Silence compilation warnings coming from Perl 5.18.0.
* Clarify the license to be Artistic 2.0 or LGPL 2.0.
* Regenerate ppport.h with Perl 5.18.0.
* Release 1.2905.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-08-09 11:15:01 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Revision bump after updating perl to 5.14.1
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-03-15 18:05:44 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-BSD-Resource from 1.29.03 to 1.29.04
pkgsrc changes:
- Add license definition
Upstream changes:
2010-03-14 Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #53856: memory leak in get_rlimits()
* Address rt.cpan.org #53859: clarify get_rlimits() docs
* Release 1.2904.
|
2009-04-12 10:21:25 by Jens Rehsack | Files touched by this commit (1) |
Log message:
PkgSrc changes:
- remove patch to fix Fix RT #44028 - now for real.
|
2009-04-12 02:35:20 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- updating package to 1.29.03
- removed patch which is applied upstream
Upstream changes:
2009-03-31 Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #44082:
"Bug in compiler detection (Makefile.PL)" (for AIX xlc)
Patch submitted in the report by rehsack at cpan.org.
* Release 1.2903.
|
2009-03-22 23:15:20 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Adding patch to fix RT #44028: temporary file deleted to early in
compiler detection.
Oked by joerg@ and rhaen@
|