From 810a5118ff873506a0ec758a8d7dc437278406bd Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 1 Jul 2015 08:01:30 +0000 Subject: Update to 2.56: 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. --- graphics/p5-GD/Makefile | 18 +++++++++--------- graphics/p5-GD/distinfo | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'graphics/p5-GD') diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 37f34e0a396..e4735b751ee 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2015/06/30 09:57:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.71 2015/07/01 08:01:30 wiz Exp $ -DISTNAME= GD-2.53 +DISTNAME= GD-2.56 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} @@ -11,23 +10,24 @@ HOMEPAGE= http://search.cpan.org/dist/GD/ COMMENT= Perl5 interface to gd graphics library LICENSE= gnu-gpl-v2 OR artistic-2.0 -BUILDLINK_API_DEPENDS.gd+= gd>=2.0.28 - -REPLACE_PERL= qd.pl - USE_LANGUAGES= c # This is required at least on some Solaris builds to get a runnable # package, and should be harmless on other platforms. See PR 45873. CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/GD/.packlist PERL5_OPTIONS+= threads -MAKE_ENV+= GD_LIBS=${LDFLAGS:Q} -#MAKE_PARAMS+= --lib_gd_path=${BUILDLINK_PREFIX.gd} +# stop package's GetOptions() from parsing Module::Build settings +MAKE_PARAMS+= -- + +post-extract: + chmod a+w ${WRKSRC}/bdf_scripts/bdf2gdfont.pl .include "../../converters/libiconv/buildlink3.mk" +BUILDLINK_API_DEPENDS.gd+= gd>=2.0.28 .include "../../graphics/gd/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo index b378fa11647..aa2a31ca18d 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2014/05/05 11:01:12 adam Exp $ +$NetBSD: distinfo,v 1.22 2015/07/01 08:01:30 wiz Exp $ -SHA1 (GD-2.53.tar.gz) = 46221f08f221900bb5396c3ba47e4dfe9c04b846 -RMD160 (GD-2.53.tar.gz) = 9caa098c6578390d24667b0c7e91557134bc60fb -Size (GD-2.53.tar.gz) = 328980 bytes +SHA1 (GD-2.56.tar.gz) = 43bbd4896cb4e2071f5ac467455bc55910269603 +RMD160 (GD-2.56.tar.gz) = b4e33640fad5d97e63f833270d32e29c843380cd +Size (GD-2.56.tar.gz) = 273441 bytes -- cgit v1.2.3