2.56 * Fix Makefile.PL so that it works again.
2.55 * Great simplification of regression framework ought to fix make test problems.
* Replace ExtUtils::MakeMaker script with Module::Build system
(just in time for Module::Build to be deprecated).
* Remove archaic qd.pl (for creating QuickDraw picts) from distribution.
2.54 Patch from yurly@unet.net to fix image corruption in rotate180 when image height is odd.
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.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
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!
- Updating package for p5 module GD.pm from 2.43 to 2.44
- Adjusting license according to main module POD
Upstream changes:
2.44 GD::Group now installed properly.
Quenched compiler warning caused by Newxs() calls.
- Updating package for p5 module GD from 2.41 to 2.43
- Adding license (artistic)
Upstream changes:
2.43 Added "transparent" color to GD::Simple.
Fixed Makefile so that GD/Image.pm depends both on GD/Image.pm.PLS
and .config.cache
2.42 Fixed magic number detection to autodetect certain missed jpeg
files (thanks to Mike Walker)
- Updating module to 2.41
Upstream changes:
2.41 Added backend support for grouping features in GD::SVG module.
2.40 ** Do not use - contains a bug **
2.39 Makefile.PL will refuse to run if the proper version of libgd is
unavailable.
2.38 Fixed bizarre warning about /usr/include/gd.h != /usr/include/gd.h.
2.37 GD/Image.pm did not bring in croak() properly, meaning that
incorrect error messages are printed out when any of the
newFromXXX() calls are made.
2.36 Instructions on using gdAntiAliased with palette images.
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=...").
Pkgsrc changes:
- The package uses a C compiler.
- Removed unnecessary :M* modifier (pkglint gave the hint).
Changes since version 2.30:
=====================================
2.35 Some instructions on installation for Windows users.
Doesn't push libpng onto @LIBS unless png support is requested.
Supports Storable's freeze/thaw via a custom serializer.
Remove "scale redefined" message during compilation of Polyline.
2.34 Added a check for stray gd.h include files from older installations.
If any are found, Makefile.PL will issue a warning.
Fixed incorrect documentation of GD::Simple->string() method. The
method call *does* move the pen.
2.33 Added appropriate #ifdefs to allow to compile under version 5.6.0
(due to lack of threading macros before 5.8).
2.32 Added a GD::Simple->HSVtoRGB() method.
Documentation fixes from Mark Manning.
Added a clear() method to GD::Polygon to remove all vertices.
2.31 Fixed GD::Simple->transparent to support symbolic color names.
Made changes that should render the module thread-safe.
Changed newSVpv calls to newSVpvn, in hopes of improving performance.
Added a GD::Simple->HSVtoRGB() method.
Fixed incorrect freeing of user-provided raw data in newFromGdData()
and newFromGd2Data() (this caused segfaults; patch provided by
Nigel Sandever)
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
2.30 Migrated polyline() support into GD::Simple.
2.29 Better support for fonts and brushed patterns in GD::Simple
2.28 Having troubles getting all the modules installed correctly. Should work now.
2.27 Reworked the way that GD.pm is created at compile time so that CPAN picks up
correct version information. No code changes.
2.26 CPAN isn't propagating GD, so I'll upload another version
2.25 Fixed Makefile.PL so that GD::Polyline and GD::Simple are installed (thanks to Guy Albertelli).
2.24 Fixed gif/anim gif support so that you can't have animated gif support without
having gif support.
2.23 Added patch from Slaven Rezic which makes it possible to call GD constants
in an OO way (without generating warnings), and removes #! from the
top of autogenerated GD.pm
Rewrote tests 11 and 12 - if they continue to randomly fail on various
platforms, they will be removed.
2.22 Changed the way the gd and gd2 round-trip tests are evaluated. This
might fix test failures that have been reported on some platforms.
2.21 Regression tests are now functional for versions of libgd compiled
exclusively with PNG, JPEG or GIF support.
2.20 GD::Image->newFromGdData() and newFromGd2Data() got broken
somewhere along the line. They are now fixed (and
have a regression test).
Added copyRotated() method.
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.
installation needed when including perl5/buildlink3.mk. The only
option currently supported is "threads", which implies that a perl
that supports threads is required. The requirement is checked at
pre-install time using an INSTALL script template by both the package
build and the binary package.
Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD
since those modules require a perl that supports threads.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.