1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Moved various PHP-related directives ahead of bsd.port.pre.mk

- Bumped PORTREVISION on affected ports

PR:		ports/135674
Submitted by:	yzlin
This commit is contained in:
Greg Larkin 2009-12-05 02:40:38 +00:00
parent 90b5f0aa16
commit 485ab44c69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245217
6 changed files with 18 additions and 18 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= cakephp
PORTVERSION= 1.1.19.6305
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://cakeforge.org/frs/download.php/591/
DISTNAME= cake_${PORTVERSION}
@ -27,8 +27,11 @@ SLAVE_PORT_MODULES= rewrite
CONFLICTS= cakephp-1.[23].*
NO_BUILD= yes
USE_PHP= pcre session
WANT_PHP_WEB= yes
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
SUB_FILES= pkg-message
@ -54,9 +57,6 @@ CGI_EXT= -cgi
CGI_EXT=
.endif
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
SUB_LIST+= PHPCGI=${WITH_PHP_CGI}
.if defined(WITH_PROD)

View File

@ -7,6 +7,7 @@
PORTNAME= cakephp
PORTVERSION= 1.2.5
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://cakeforge.org/frs/download.php/733/ \
LOCAL/glarkin
@ -33,6 +34,8 @@ NO_BUILD= yes
USE_GETTEXT= yes
USE_PHP= session
WANT_PHP_WEB= yes
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
CAKE_CONF_FILES= \
app/config/acl.ini.php \
@ -65,9 +68,6 @@ CGI_EXT= -cgi
CGI_EXT=
.endif
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
SUB_LIST+= PHPCGI=${WITH_PHP_CGI}
.if defined(WITH_PROD)

View File

@ -7,6 +7,7 @@
PORTNAME= cakephp
PORTVERSION= 1.2.5
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://cakeforge.org/frs/download.php/733/ \
LOCAL/glarkin
@ -33,6 +34,8 @@ NO_BUILD= yes
USE_GETTEXT= yes
USE_PHP= session
WANT_PHP_WEB= yes
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
CAKE_CONF_FILES= \
app/config/acl.ini.php \
@ -65,9 +68,6 @@ CGI_EXT= -cgi
CGI_EXT=
.endif
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
SUB_LIST+= PHPCGI=${WITH_PHP_CGI}
.if defined(WITH_PROD)

View File

@ -7,6 +7,7 @@
PORTNAME= cakephp
PORTVERSION= 1.2.5
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://cakeforge.org/frs/download.php/733/ \
LOCAL/glarkin
@ -33,6 +34,8 @@ NO_BUILD= yes
USE_GETTEXT= yes
USE_PHP= session
WANT_PHP_WEB= yes
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
CAKE_CONF_FILES= \
app/config/acl.ini.php \
@ -65,9 +68,6 @@ CGI_EXT= -cgi
CGI_EXT=
.endif
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
SUB_LIST+= PHPCGI=${WITH_PHP_CGI}
.if defined(WITH_PROD)

View File

@ -7,6 +7,7 @@
PORTNAME= prado
PORTVERSION= 3.1.6.r2699
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= prado3
@ -30,6 +31,8 @@ USE_APACHE= 2.0+
NO_BUILD= yes
WANT_PHP_WEB= yes
USE_PHP= session
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
SUB_FILES= pkg-message
@ -44,9 +47,6 @@ CONFDIR_REL= ${APACHEETCDIR}/Includes
.include <bsd.port.pre.mk>
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
WITH_PHP_CGI?= /cgi-bin/php
.if ${PHP_SAPI:Mcgi} == "cgi" && ${PHP_SAPI:Mmod} == ""

View File

@ -7,6 +7,7 @@
PORTNAME= ZendFramework
PORTVERSION= 1.9.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://framework.zend.com/releases/${DISTNAME}/ \
GENTOO/distfiles
@ -21,6 +22,7 @@ COMMENT= A framework for developing PHP web applications
NO_BUILD= yes
USE_PHP= spl
WANT_PHP_WEB= yes
IGNORE_WITH_PHP=4
USE_GETTEXT= yes
SUB_FILES= pkg-message
@ -40,8 +42,6 @@ OPTIONS= \
.include <bsd.port.pre.mk>
IGNORE_WITH_PHP=4
# Check for mutually-exclusive options
.if defined(WITH_EDOJO) && defined(WITH_PDOJO)
IGNORE= please select only one type of Dojo installation