]> git.pld-linux.org Git - packages/apache-mod_perl.git/blobdiff - apache-mod_perl-Makefile_PL.patch
- rebuild with perl 5.28.0
[packages/apache-mod_perl.git] / apache-mod_perl-Makefile_PL.patch
index 308ab9b2d3677c5e3dc55c1a92a71c093c51f6fe..926dcbfefc710b51ab5b1e29f23464bb03a2ab31 100644 (file)
@@ -1,12 +1,30 @@
-diff -urN mod_perl-2.0.0-RC6_org/Makefile.PL mod_perl-2.0.0-RC6/Makefile.PL
---- mod_perl-2.0.0-RC6_org/Makefile.PL 2004-09-26 09:10:55.000000000 +0200
-+++ mod_perl-2.0.0-RC6/Makefile.PL     2005-05-18 17:37:29.142918144 +0100
+diff -Naur mod_perl-2.0.0-RC6.orig/Makefile.PL mod_perl-2.0.0-RC6/Makefile.PL
+--- mod_perl-2.0.0-RC6.orig/Makefile.PL        2005-05-26 13:01:39.000000000 +0200
++++ mod_perl-2.0.0-RC6/Makefile.PL     2005-05-26 13:01:48.000000000 +0200
 @@ -71,7 +71,7 @@
      DISTNAME      => 'mod_perl',
      NO_META       => 1,
-     ABSTRACT_FROM => 'lib/mod_perl.pm',
+     ABSTRACT_FROM => 'lib/mod_perl2.pm',
 -    EXE_FILES     => \@exe_files,
 +#    EXE_FILES     => \@exe_files,
      DEFINE        => get_DEFINE(),
      macro         => {
-         MODPERL_SRC        => $code->path,
+         MODPERL_SRC           => $code->path,
+--- mod_perl-2.0.2/Makefile.PL 2005-12-29 20:58:08.000000000 +0200
++++ /tmp/mp    2005-12-29 20:52:31.000000000 +0200
+@@ -116,15 +116,6 @@
+ sub configure {
+-    # mod_perl test suite relies on having Apache-Test bundled with
+-    # the mod_perl source, since any pre-installed version may not do
+-    # the right thing
+-    unless (-d "Apache-Test") {
+-        error "Can't find a sub-directory Apache-Test. " .
+-            "Make sure that you are using a complete source distribution";
+-        exit 1;
+-    }
+-
+     set_modperl_version();
+     if ($old_modperl_version) {
This page took 0.063629 seconds and 4 git commands to generate.