- set exclusive apache13, else apache13 ports are
broken if apache22 is set as default - nothing will change for apache20/22 users, all mod_perl2 ports are already fixed! - no version bump with hat apache@
This commit is contained in:
parent
39a6c38806
commit
7af7a7d362
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276454
2 changed files with 8 additions and 2 deletions
|
@ -19,7 +19,10 @@ CONFLICTS= ap2[02]-mod_perl2-2.0.[5-9]*
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
USE_APACHE= 13+
|
|
||||||
|
# Changed to apache13 exclusive, else apache13 ports
|
||||||
|
# are broken if apache22 is set as default
|
||||||
|
USE_APACHE= 13
|
||||||
|
|
||||||
MAN3= Apache2::Reload.3 Apache::Reload.3
|
MAN3= Apache2::Reload.3 Apache::Reload.3
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,10 @@ COMMENT= Test.pm wrapper with helpers for testing Apache
|
||||||
|
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
USE_APACHE= 1.3+
|
|
||||||
|
# Changed to apache13 exclusive, else apache13 ports
|
||||||
|
# are broken if apache22 is set as default
|
||||||
|
USE_APACHE= 13
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
## XXX: www/mod_perl2 currently @2.0.5 contains A-T 1.36,
|
## XXX: www/mod_perl2 currently @2.0.5 contains A-T 1.36,
|
||||||
|
|
Loading…
Reference in a new issue