mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- update to 1.99r17
PR: ports/74444 Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer)
This commit is contained in:
parent
19e05deff7
commit
63d781ec4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122884
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mod_perl
|
||||
PORTVERSION= 1.99r16
|
||||
PORTVERSION= 1.99r17
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= http://perl.apache.org/dist/ \
|
||||
http://perl.apache.org/dist/old/
|
||||
@ -38,7 +38,7 @@ MAN3= Apache::Build.3 Apache::Test.3 Apache::TestConfig.3 \
|
||||
IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
# no idea why r16 requires this - the perl build should do this copy
|
||||
# no idea why r16 and r17 require this - the perl build should do this copy
|
||||
pre-install:
|
||||
${CP} ${WRKSRC}/WrapXS/APR/ThreadMutex/ThreadMutex.pm \
|
||||
${WRKSRC}/blib/lib/Apache2/APR/
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (mod_perl-1.99_16.tar.gz) = 94da0f0301e127e8ef8cf77f7c11b1b4
|
||||
SIZE (mod_perl-1.99_16.tar.gz) = 1352516
|
||||
MD5 (mod_perl-1.99_17.tar.gz) = ffb9d5c825b93d91e6c3a8885f7d5296
|
||||
SIZE (mod_perl-1.99_17.tar.gz) = 1368804
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- 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)
|
||||
--- m Wed Dec 1 11:10:30 2004
|
||||
+++ Makefile.PL Wed Dec 1 11:10:41 2004
|
||||
@@ -588,7 +588,7 @@
|
||||
cd "$(MODPERL_SRC)" && $(MAKE)
|
||||
|
||||
modperl_lib_install:
|
||||
- cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) install
|
||||
+# cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) install
|
||||
- cd "$(MODPERL_SRC)" && $(MAKE) install
|
||||
+# cd "$(MODPERL_SRC)" && $(MAKE) install
|
||||
|
||||
modperl_src_clean:
|
||||
cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) clean
|
||||
modperl_xs_h_install:
|
||||
@$(MKPATH) $(MODPERL_AP_INCLUDEDIR)
|
||||
|
11
www/mod_perl2/files/patch-ac
Normal file
11
www/mod_perl2/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- c Sat Nov 27 13:42:59 2004
|
||||
+++ ./ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Sat Nov 27 13:43:11 2004
|
||||
@@ -558,7 +558,7 @@
|
||||
|
||||
my %switches = (
|
||||
'T' => sub {
|
||||
- Apache::warn("-T switch is ignored, " .
|
||||
+ Apache::ServerRec::warn("-T switch is ignored, " .
|
||||
"enable with 'PerlSwitches -T' in httpd.conf\n")
|
||||
unless ${^TAINT};
|
||||
"";
|
@ -3,6 +3,7 @@ bin/mp2doc
|
||||
include/apache2/modules/perl/mod_perl.h
|
||||
include/apache2/modules/perl/modperl_apache_compat.h
|
||||
include/apache2/modules/perl/modperl_apache_includes.h
|
||||
include/apache2/modules/perl/modperl_apr_compat.h
|
||||
include/apache2/modules/perl/modperl_apr_includes.h
|
||||
include/apache2/modules/perl/modperl_bucket.h
|
||||
include/apache2/modules/perl/modperl_callback.h
|
||||
|
Loading…
Reference in New Issue
Block a user