From owner-freebsd-perl@FreeBSD.ORG Mon Feb 24 15:36:15 2014 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3962AACD for ; Mon, 24 Feb 2014 15:36:15 +0000 (UTC) Received: from ns1.ogris.net (ns1.ogris.net [212.62.68.23]) by mx1.freebsd.org (Postfix) with ESMTP id ED27A144A for ; Mon, 24 Feb 2014 15:36:14 +0000 (UTC) Received: from fjo-mbp.dts-systeme.intra (fjo-mbp.dts.de [81.89.251.80]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by ns1.ogris.net (Postfix) with ESMTPSA id 506312B6DB9 for ; Mon, 24 Feb 2014 16:36:07 +0100 (CET) From: "Felix J. Ogris" Content-Type: multipart/mixed; boundary="Apple-Mail=_1B94A870-0331-442A-8C9D-1699D374CA31" Message-Id: <5D181FB5-E358-48D1-8782-D3633EA2A593@ogris.de> Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: FreeBSD Port: graphics/p5-GD - VERSION_33 [PATCH] Date: Mon, 24 Feb 2014 16:36:04 +0100 References: To: perl@FreeBSD.org In-Reply-To: X-Mailer: Apple Mail (2.1827) X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 15:36:15 -0000 --Apple-Mail=_1B94A870-0331-442A-8C9D-1699D374CA31 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii See the attached patch. --Felix --Apple-Mail=_1B94A870-0331-442A-8C9D-1699D374CA31 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 19 Feb 2014, at 18:01, Felix J. Ogris wrote: > Hi, >=20 > 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: >=20 > my ($minor) =3D $version =3D~ /^2\.\d+\.(\d+)$/; > $$options .=3D " GD_UNCLOSEDPOLY GD_ANIMGIF GD_FTCIRCLE = VERSION_33" if defined($minor) && $minor >=3D 33; >=20 > That doesn't work for any version of libgd where minor number is < 33, = even though its major number is > 2.0 >=20 > --Felix >=20 --Apple-Mail=_1B94A870-0331-442A-8C9D-1699D374CA31--