mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Prepare for perl-5.22
- Add dependency on www/p5-CGI conditional on perl version. CGI is no-longer a core module with 5.22. - Make the default web server interface Apache + FCGI rather than Apache + mod_perl. Current versions of mod_perl aren't compatible with perl-5.22
This commit is contained in:
parent
1f79aa9e79
commit
b142289e7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395567
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= rt
|
||||
PORTVERSION= 4.0.24
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
|
||||
PKGNAMESUFFIX= 40
|
||||
@ -37,7 +38,7 @@ OPTIONS_SINGLE_DB= MYSQL ORACLE PGSQL SQLITE
|
||||
OPTIONS_RADIO= WEB
|
||||
OPTIONS_RADIO_WEB= AP_MODFASTCGI AP_MODPERL LIGHTTPD SPAWN_FCGI
|
||||
|
||||
OPTIONS_DEFAULT= AP_MODPERL GD GPG MYSQL
|
||||
OPTIONS_DEFAULT= AP_MODFASTCGI GD GPG MYSQL
|
||||
|
||||
USERS?= www
|
||||
GROUPS?= rt www
|
||||
@ -208,4 +209,10 @@ post-install:
|
||||
(cd ${WRKSRC}/etc && \
|
||||
${COPYTREE_SHARE} upgrade ${STAGEDIR}${DOCSDIR} "! -name *\.in")
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} >= 502200
|
||||
CORE_DEPS+= p5-CGI>0:${PORTSDIR}/www/p5-CGI
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -10,8 +10,8 @@
|
||||
### Digest::base core
|
||||
### Time::HiRes core
|
||||
### Errno core
|
||||
### CGI 3.38 core
|
||||
### CGI::Cookie 1.20 core
|
||||
### CGI 3.38 core (perl<5.22)
|
||||
### CGI::Cookie 1.20 core (perl<5.22)
|
||||
### Storable 2.08 core
|
||||
### Getopt::Long 2.24 core
|
||||
### Pod::Usage core
|
||||
|
Loading…
Reference in New Issue
Block a user