FreeBSD Bugzilla – Attachment 113345 Details for
Bug 154871
[patch] port www/p5-Apache-AuthCookie depends on wrong mod_perl if apache22 is default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Apache-AuthCookie.diff
p5-Apache-AuthCookie.diff (text/plain), 1.29 KB, created by
Olli Hauer
on 2011-02-19 01:20:11 UTC
(
hide
)
Description:
p5-Apache-AuthCookie.diff
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2011-02-19 01:20:11 UTC
Size:
1.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/p5-Apache-AuthCookie/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- Makefile 17 Dec 2010 20:16:44 -0000 1.24 >+++ Makefile 18 Feb 2011 23:41:13 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= Apache-AuthCookie > PORTVERSION= 3.15 >+PORTREVISION= 1 > CATEGORIES= www perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -14,15 +15,16 @@ > MAINTAINER= perl@FreeBSD.org > COMMENT= A perl module to provide custom forms for reauthentication > >-.if defined(WITH_MODPERL2) >+USE_APACHE= 13+ >+.include <bsd.port.pre.mk> >+ >+.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13 > BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 > RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 >-USE_APACHE= 2.0+ > .else > BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ > ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test > RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl >-USE_APACHE= 1.3 > .endif > > CURUSER?= `whoami` >@@ -36,4 +38,4 @@ > > MAN3= Apache::AuthCookie.3 Apache2::AuthCookie.3 Apache::AuthCookie::Util.3 Apache::AuthCookie::FAQ.3 > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 154871
: 113345