perl-www.patch 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Index: Embperl-2.2.0/Makefile.PL
  2. --- Embperl-2.2.0/Makefile.PL.orig 2005-10-26 08:44:21 +0200
  3. +++ Embperl-2.2.0/Makefile.PL 2007-09-05 11:30:49 +0200
  4. @@ -621,7 +621,7 @@
  5. $base = $ENV{'ProgramFiles'} if ($win32) ;
  6. -$apache = GetYesNo ("Build with support for Apache mod_perl?", 'y') if (!$apache) ;
  7. +$apache = 0;
  8. if ($apache && $apache_src ne '')
  9. {
  10. @@ -1330,7 +1330,7 @@
  11. 'LIBS' => [$libs || ''],
  12. 'DEFINE' => "$d \$(DEFS)",
  13. 'INC' => $i,
  14. - 'EXE_FILES' => [ 'embpexec.pl', 'embpmsgid.pl' ],
  15. + 'EXE_FILES' => [ 'embpexec.pl', 'embpmsgid.pl', 'embpcgi.pl' ],
  16. 'clean' => { FILES => 'dirent.h test/conf/httpd.conf test/conf/httpd.stop.conf test/conf/httpd.min.conf test/tmp/* Embperl.c $(OBJECT)' },
  17. 'realclean' => { FILES => 'embpmsgid.pl embpexec.pl embpexec.bat embpcgi.pl embpcgi.test.pl embpcgi.bat epocgi.pl epocgi.bat epocgi.test.pl embpfastcgi.pl embpfastcgi.test.pl test/conf/config.pl xs/mmargs.pl' },
  18. 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz'},
  19. Index: Embperl-2.2.0/driver/epxalan.MAKEPL
  20. --- Embperl-2.2.0/driver/epxalan.MAKEPL.orig 2005-10-26 00:16:36 +0200
  21. +++ Embperl-2.2.0/driver/epxalan.MAKEPL 2007-09-05 11:30:49 +0200
  22. @@ -8,7 +8,7 @@
  23. if (!$win32)
  24. {
  25. - $path = $ENV{XALANPATH} || GetString ("Enter path of XALAN base directory or single dot for not using XALAN", $XALANPATH || '.') ;
  26. + $path = ".";
  27. if (!$path || $path eq '.')
  28. {
  29. Index: Web-Scraper-0.13/Makefile.PL
  30. --- Web-Scraper-0.13/Makefile.PL.orig 2007-08-30 21:26:56 +0200
  31. +++ Web-Scraper-0.13/Makefile.PL 2007-09-05 11:31:08 +0200
  32. @@ -9,7 +9,7 @@
  33. requires 'LWP::UserAgent';
  34. requires 'HTTP::Response::Encoding';
  35. requires 'URI';
  36. -requires 'YAML';
  37. +#requires 'YAML';
  38. build_requires 'Test::More';
  39. install_script 'bin/scraper';