perl-module.patch 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Index: CPAN-1.9402/Makefile.PL
  2. --- CPAN-1.9402/Makefile.PL.orig 2007-11-05 23:51:52 +0100
  3. +++ CPAN-1.9402/Makefile.PL 2008-03-15 17:43:50 +0100
  4. @@ -131,7 +131,7 @@
  5. my $cmd;
  6. if ($cmd = MM->maybe_command($abs)) {
  7. print "Importing PAUSE public key into your GnuPG keychain... ";
  8. - system($cmd, '--quiet', '--import', <PAUSE*.pub>);
  9. + # system($cmd, '--quiet', '--import', <PAUSE*.pub>);
  10. print "done!\n";
  11. print "(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')\n";
  12. last;
  13. Index: ExtUtils-PkgConfig-1.12/Makefile.PL
  14. --- ExtUtils-PkgConfig-1.12/Makefile.PL.orig 2008-03-15 00:19:41 +0100
  15. +++ ExtUtils-PkgConfig-1.12/Makefile.PL 2008-03-15 22:04:47 +0100
  16. @@ -5,19 +5,6 @@
  17. # don't go any further if pkg-config cannot be found.
  18. my $have_pkg_config = `pkg-config --version`;
  19. -if ($have_pkg_config eq "") {
  20. - # Warn and exit with status 0 to indicate (to the user and the CPAN
  21. - # testers infrastructure) that this module won't work on this machine.
  22. - warn <<"__EOW__";
  23. -***
  24. -*** ExtUtils::PkgConfig requires the pkg-config utility, but it doesn't
  25. -*** seem to be in your PATH. Is it correctly installed?
  26. -*** PATH=$ENV{PATH}
  27. -***
  28. -__EOW__
  29. - exit 0;
  30. -}
  31. -
  32. WriteMakefile(
  33. # FIXME this doesn't work very well with native win32 perl
  34. 'dist' => {