# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= perl-GD VERSION= 2.71 KEYWORDS= perl VARIANTS= 530 528 SDESC[530]= Perl interface to the gd2 graphics library (v530) SDESC[528]= Perl interface to the gd2 graphics library (v528) HOMEPAGE= https://github.com/lstein/Perl-GD CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CPAN/ID:R/RU/RURBAN DISTFILE[1]= GD-2.71.tar.gz:main DF_INDEX= 1 SPKGS[530]= single SPKGS[528]= single OPTIONS_AVAILABLE= PERL_530 PERL_528 OPTIONS_STANDARD= none VOPTS[530]= PERL_530=ON PERL_528=OFF VOPTS[528]= PERL_530=OFF PERL_528=ON BUILDRUN_DEPENDS= libGD:single:standard USES= pkgconfig DISTNAME= GD-2.71 GENERATED= yes SINGLE_JOB= yes [PERL_528].BUILDRUN_DEPENDS_ON= perl-Class-XSAccessor:single:528 perl-List-MoreUtils:single:528 perl-Pod-Spell-CommonMistakes:single:528 perl-Test-Kwalitee:single:528 perl-Test-Pod:single:528 perl-Text-CSV_XS:single:528 [PERL_528].BUILD_DEPENDS_ON= perl-ExtUtils-PkgConfig:single:528 [PERL_528].USES_ON= perl:528,configure [PERL_530].BUILDRUN_DEPENDS_ON= perl-Class-XSAccessor:single:530 perl-List-MoreUtils:single:530 perl-Pod-Spell-CommonMistakes:single:530 perl-Test-Kwalitee:single:530 perl-Test-Pod:single:530 perl-Text-CSV_XS:single:530 [PERL_530].BUILD_DEPENDS_ON= perl-ExtUtils-PkgConfig:single:530 [PERL_530].USES_ON= perl:530,configure [FILE:43:descriptions/desc.single] Perl interface to the gd2 graphics library [FILE:93:distinfo] 451be4873b2ad7261cc5679698cd9d2e84dbdde4309971869fc7734b569b7ac7 256845 GD-2.71.tar.gz [FILE:2569:patches/patch-Makefile.PL] --- Makefile.PL.orig 2017-04-23 12:06:14 UTC +++ Makefile.PL @@ -20,20 +20,6 @@ my $AUTOCONFIG = 0; # global set by my ($options,$lib_gd_path,$lib_ft_path,$lib_png_path,$lib_jpeg_path,$lib_xpm_path, $lib_zlib_path,$lib_fontconfig_path,$force,$FCGI,$gdlib_config_path); -use Getopt::Long; -my $result = GetOptions("ignore_missing_gd" => \$force, - "options=s" => \$options, - "lib_gd_path=s" => \$lib_gd_path, - "lib_ft_path=s" => \$lib_ft_path, - "lib_png_path=s" => \$lib_png_path, - "lib_jpeg_path=s" => \$lib_jpeg_path, - "lib_xpm_path=s" => \$lib_xpm_path, - "lib_zlib_path=s" => \$lib_zlib_path, - "lib_fontconfig_path=s" => \$lib_fontconfig_path, - "gdlib_config_path=s" => \$gdlib_config_path, - "fcgi" => \$FCGI, - ); - unless (try_to_autoconfigure() || $force) { die <