Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 18:01:13 +0100
From:      "Felix J. Ogris" <fjo-lists@ogris.de>
To:        perl@FreeBSD.org
Subject:   FreeBSD Port: graphics/p5-GD - VERSION_33
Message-ID:  <F2FD764A-5429-4C35-B506-756C36977F56@ogris.de>

next in thread | raw e-mail | index | archive | help
Hi,

Makefile.PL of p5-GD-2.51 won't set VERSION_33 even if libgd-2.1.0_1 is =
installed. Thus, copyRotated() won't work.
I think lines 299+300 of Makefile.PL of p5-GD-2.51 are not correct:

  my ($minor)    =3D $version =3D~ /^2\.\d+\.(\d+)$/;
  $$options     .=3D " GD_UNCLOSEDPOLY GD_ANIMGIF GD_FTCIRCLE =
VERSION_33" if defined($minor) && $minor >=3D 33;

That doesn't work for any version of libgd where minor number is < 33, =
even though its major number is > 2.0

--Felix




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F2FD764A-5429-4C35-B506-756C36977F56>