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.
Changes since 1.0.9 includes
* New Feature: Include patch count in darcs --version, for example,
2.0.1 (+ 32 patches) (David Roundy)
* New Feature: darcs put --no-set-default and --set-default (Nicolas
Pouillard)
* UI changes: --extended-help is now called --overview, no more
--verify-hash, no more send --unified (David Roundy, Eric Kow)
* New Feature: Check for and repair patches which remove non-empty files
(issue815, David Roundy)
* New Feature: darcs trackdown --set-scripts-executable (Reinier Lamers)
* User Experience: Make darcs changes --interactive behave more like other
interactive commands (Eric Kow)
* New Feature: Colorize added and removed lines, if the environment variable
DARCS_DO_COLOR_LINES=True (Nicolas Pouillard)
* New Feature: --remote-repodir flag to allow separate default repositories
for push, pull and send (issue792, Eric Kow)
* New Feature: darcs changes --count (David Roundy)
* New Feature: Add a 'show authors' command (Eric Kow)
* New Feature: New DARCS_PATCHES, DARCS_FILES and DARCS_PATCHES_XML
environment variables are made available for the posthook system, allowing
for more easier options to to integrate darcs with other systems. (David
Roundy, Mark Stosberg)
* New Feature: Automatically create the the global cache if we define we
want to use it. (David Roundy, Trent Buck)
and numerous performance improvements and bugfixes.
that "gmp" is registered as a direct dependency for any package that
includes ghc/buildlink3.mk to get ghc as a build dependency. This is
needed since software built by ghc requires routines from the "gmp"
shared library. This fixes PR pkg/33100.
Remove the workaround in devel/darcs and x11/wxhaskell.
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions