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!
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=...").
2.09 Sun Mar 13 9:17 PM GMT 2005
- Fix for incorrect formatting of 'D...' time done at end
2.08 Sat Mar 12 11:47 AM GMT 2005
- Add remove option
- Add patch to account for weird terminal sizing under Windoze
(thanks to Andrew Peters for the patch).
2.07 Sun Mar 6 1:31 PM GMT 2005
- Correct handling of non-term mode to output stats but no PB
- Print time taken to complete in ETA mode when Done
- Add use of 'name' to example in 'new' doc
- Add doc of use of minor characters to description
- Add doc. for name value to new
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.