summaryrefslogtreecommitdiff
path: root/www/p5-MasonX-Apache2Handler/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-MasonX-Apache2Handler/files')
-rw-r--r--www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL12
-rw-r--r--www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm11
2 files changed, 0 insertions, 23 deletions
diff --git a/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL b/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL
deleted file mode 100644
index 47aa3202ff99..000000000000
--- a/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.PL.orig Thu Sep 23 18:16:48 2004
-+++ Makefile.PL Thu Sep 23 18:17:14 2004
-@@ -14,6 +14,9 @@
- *EOF*
- sleep 3;
-
-+# Detect PREREQ_PM if they are installed in Apache2/.
-+eval { require Apache2 };
-+
- WriteMakefile(
- NAME => 'MasonX::Apache2Handler',
- VERSION_FROM => 'lib/MasonX/Apache2Handler.pm', # finds $VERSION
diff --git a/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm b/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm
deleted file mode 100644
index 447a25380765..000000000000
--- a/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/MasonX/Apache2Handler.pm Thu Sep 23 17:26:41 2004
-+++ lib/MasonX/Apache2Handler.pm Thu Sep 23 17:26:54 2004
-@@ -615,7 +615,7 @@
- if (exists $allowed_params->{data_dir} and not exists $params{data_dir})
- {
- # constructs path to <server root>/mason
-- my $def = $defaults{data_dir} = Apache->server->server_root_relative('mason');
-+ my $def = $defaults{data_dir} = File::Spec->catfile(Apache::ServerUtil::server_root(), 'mason');
- param_error "Default data_dir (MasonDataDir) '$def' must be an absolute path"
- unless File::Spec->file_name_is_absolute($def);
-