summaryrefslogtreecommitdiff
path: root/www/mod_perl2/files/patch-aa
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-14 10:26:02 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-14 10:26:02 +0000
commit48e920402e6db49a40f8a2dd6576dab1137f0663 (patch)
tree4e7d2f4bf68f7b4525cf8ba5cd45c5e689188751 /www/mod_perl2/files/patch-aa
parentUpdate net/dnstracer to version 1.7 (diff)
[recommit]
Update to mod_perl2 1.99r08 for Apache2. Pointed out by: vanilla Repo copied by: joe (cvs hat)
Notes
Notes: svn path=/head/; revision=75499
Diffstat (limited to 'www/mod_perl2/files/patch-aa')
-rw-r--r--www/mod_perl2/files/patch-aa26
1 files changed, 11 insertions, 15 deletions
diff --git a/www/mod_perl2/files/patch-aa b/www/mod_perl2/files/patch-aa
index b8df70a4f89d..60ea78f8f910 100644
--- a/www/mod_perl2/files/patch-aa
+++ b/www/mod_perl2/files/patch-aa
@@ -1,15 +1,11 @@
---- Makefile.PL.orig Thu Feb 15 12:39:35 2001
-+++ Makefile.PL Thu Feb 15 12:41:28 2001
-@@ -1300,7 +1300,11 @@
- my $string = $self->MM::install;
- my $add = "";
- if($USE_APXS) {
-- $add = "apxs_install";
-+# XXX The FreeBSD port for mod_perl takes care of installing libperl.so
-+# itself via the pkg-install script.
-+#
-+# $add = "apxs_install";
-+ print "Disabling apxs_install target; deferred to pkg-install\n";
- }
- elsif ($win32_auto and $win32_args{INSTALL_DLL}) {
- $add = 'amp_install';
+--- M Thu Feb 13 17:29:03 2003
++++ Makefile.PL Thu Feb 13 17:29:22 2003
+@@ -419,7 +419,7 @@
+ cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE)
+
+ modperl_lib_install:
+- cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) install
++# cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) install
+
+ modperl_src_clean:
+ cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) clean