Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
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.
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!
pkgsrc changes:
- Adjusting license
Upstream changes:
0.13 Thu Sep 24, 2009
- Release 0.12_03 as a stable release, without further modifications.
0.12_03 Mon Sep 21, 2009
- Fix compatibility with perl 5.6.x. Thanks again, Nicholas.
0.12_02 Mon Sep 7, 2009
- Actually ship with the changes 0.12_01 claimed to have. Thanks for
catching this, Nicholas.
0.12_01 Sat Aug 22, 2009
- Backport a couple of performance tweaks from bleadperl. This gives a
performance improvement of about 40% in calculating the linearized
isa for hierarchies with single parents only.
- Updating package for p5 module Class::C3::XS to 0.11
- set license to artistic-2.0
Uptream changes:
0.11 Mon Mar 30, 2009
- Define SVfARG if the perl we're compiling for doesn't have
it (Florian Ragwitz).
0.10 Sat Mar 28, 2009
- Improve error message on merge errors (Florian Ragwitz).
0.09 Wed Mar 25, 2009
- Use I32 instead of int (Brandon L Black).
- Explicitly specify xs prototyping behaviour (Florian Ragwitz).
- Fix several compiler warnings (Florian Ragwitz).
- Check return values when storing values in hashes and error
out if it didn't work (Florian Ragwitz).
- Stop using auto_install in Makefile.PL (Florian Ragwitz).
- Remove fake Build.PL (Florian Ragwitz).
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").