diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-12-01 10:22:06 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-12-01 10:22:06 +0000 |
commit | 63d781ec4f6e60f356daa8019ea169e41fb20be6 (patch) | |
tree | de1e6152b8728db92aec64bd9cb12d3eeca78693 /www | |
parent | 19e05deff7ef212ec3c0084778246e96e53af068 (diff) | |
download | ports-63d781ec4f6e60f356daa8019ea169e41fb20be6.tar.gz ports-63d781ec4f6e60f356daa8019ea169e41fb20be6.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_perl2/Makefile | 4 | ||||
-rw-r--r-- | www/mod_perl2/distinfo | 4 | ||||
-rw-r--r-- | www/mod_perl2/files/patch-aa | 16 | ||||
-rw-r--r-- | www/mod_perl2/files/patch-ac | 11 | ||||
-rw-r--r-- | www/mod_perl2/pkg-plist | 1 |
5 files changed, 24 insertions, 12 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index bb79df0f173f..485a5e2a0dd2 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -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/ diff --git a/www/mod_perl2/distinfo b/www/mod_perl2/distinfo index 599a6537e9e7..07fd584c683e 100644 --- a/www/mod_perl2/distinfo +++ b/www/mod_perl2/distinfo @@ -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 diff --git a/www/mod_perl2/files/patch-aa b/www/mod_perl2/files/patch-aa index 60ea78f8f910..dba738b342f4 100644 --- a/www/mod_perl2/files/patch-aa +++ b/www/mod_perl2/files/patch-aa @@ -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) diff --git a/www/mod_perl2/files/patch-ac b/www/mod_perl2/files/patch-ac new file mode 100644 index 000000000000..5d42095f09e8 --- /dev/null +++ b/www/mod_perl2/files/patch-ac @@ -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}; + ""; diff --git a/www/mod_perl2/pkg-plist b/www/mod_perl2/pkg-plist index 789010b54c77..27870fa752fe 100644 --- a/www/mod_perl2/pkg-plist +++ b/www/mod_perl2/pkg-plist @@ -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 |