View | Details | Raw Unified | Return to bug 135674
Collapse All | Expand All

(-)databases/adodb5/Makefile (-3 / +2 lines)
Lines 20-25 Link Here
20
LATEST_LINK=	adodb5
20
LATEST_LINK=	adodb5
21
21
22
USE_PHP=	pcre
22
USE_PHP=	pcre
23
DEFAULT_PHP_VER=5
24
IGNORE_WITH_PHP=4
23
25
24
WRKSRC=		${WRKDIR}/${PORTNAME}5
26
WRKSRC=		${WRKDIR}/${PORTNAME}5
25
NO_BUILD=	YES
27
NO_BUILD=	YES
Lines 33-41 Link Here
33
35
34
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
35
37
36
DEFAULT_PHP_VER=5
37
IGNORE_WITH_PHP=4
38
39
.if defined (WITH_TESTS)
38
.if defined (WITH_TESTS)
40
PLIST_SUB+=	TESTS=
39
PLIST_SUB+=	TESTS=
41
.else
40
.else
(-)sysutils/phplogcon/Makefile (-5 / +7 lines)
Lines 17-22 Link Here
17
LOGCONDIR?=	www/phplogcon
17
LOGCONDIR?=	www/phplogcon
18
PLIST_SUB+=	LOGCONDIR=${LOGCONDIR}
18
PLIST_SUB+=	LOGCONDIR=${LOGCONDIR}
19
19
20
.if !defined(WITHOUT_PHP_DEPENDS)
21
USE_PHP=	session pdo gd xml
22
WANT_PHP_WEB=	YES
23
IGNORE_WITH_PHP=4
24
DEFAULT_PHP_VER=5
25
.endif
26
20
pre-everything::
27
pre-everything::
21
	@${ECHO_CMD} "# you can customize the installation directory"
28
	@${ECHO_CMD} "# you can customize the installation directory"
22
	@${ECHO_CMD} "# by setting LOGCON in /etc/make.conf"
29
	@${ECHO_CMD} "# by setting LOGCON in /etc/make.conf"
Lines 33-43 Link Here
33
.include <bsd.port.pre.mk>
40
.include <bsd.port.pre.mk>
34
41
35
.if !defined(WITHOUT_PHP_DEPENDS)
42
.if !defined(WITHOUT_PHP_DEPENDS)
36
USE_PHP=	session pdo gd xml
37
WANT_PHP_WEB=	YES
38
IGNORE_WITH_PHP=4
39
DEFAULT_PHP_VER=5
40
41
.if defined(WITH_PHP_MYSQL)
43
.if defined(WITH_PHP_MYSQL)
42
USE_PHP+=	mysql
44
USE_PHP+=	mysql
43
.endif
45
.endif
(-)www/cakephp/Makefile (-3 / +2 lines)
Lines 27-32 Link Here
27
NO_BUILD=	yes
27
NO_BUILD=	yes
28
USE_PHP=	pcre session
28
USE_PHP=	pcre session
29
WANT_PHP_WEB=	yes
29
WANT_PHP_WEB=	yes
30
DEFAULT_PHP_VER=5
31
IGNORE_WITH_PHP=4
30
32
31
SUB_FILES=	pkg-message
33
SUB_FILES=	pkg-message
32
34
Lines 52-60 Link Here
52
CGI_EXT=
54
CGI_EXT=
53
.endif
55
.endif
54
56
55
DEFAULT_PHP_VER=5
56
IGNORE_WITH_PHP=4
57
58
SUB_LIST+=	PHPCGI=${WITH_PHP_CGI}
57
SUB_LIST+=	PHPCGI=${WITH_PHP_CGI}
59
58
60
.if defined(WITH_PROD)
59
.if defined(WITH_PROD)
(-)www/cakephp-devel/Makefile (-3 / +2 lines)
Lines 34-39 Link Here
34
USE_GETTEXT=	yes
34
USE_GETTEXT=	yes
35
USE_PHP=	session
35
USE_PHP=	session
36
WANT_PHP_WEB=	yes
36
WANT_PHP_WEB=	yes
37
DEFAULT_PHP_VER=5
38
IGNORE_WITH_PHP=4
37
39
38
CAKE_CONF_FILES=	\
40
CAKE_CONF_FILES=	\
39
		app/config/acl.ini.php \
41
		app/config/acl.ini.php \
Lines 66-74 Link Here
66
CGI_EXT=
68
CGI_EXT=
67
.endif
69
.endif
68
70
69
DEFAULT_PHP_VER=5
70
IGNORE_WITH_PHP=4
71
72
SUB_LIST+=	PHPCGI=${WITH_PHP_CGI}
71
SUB_LIST+=	PHPCGI=${WITH_PHP_CGI}
73
72
74
.if defined(WITH_PROD)
73
.if defined(WITH_PROD)
(-)www/prado/Makefile (-3 / +2 lines)
Lines 30-35 Link Here
30
NO_BUILD=	yes
30
NO_BUILD=	yes
31
WANT_PHP_WEB=	yes
31
WANT_PHP_WEB=	yes
32
USE_PHP=	session
32
USE_PHP=	session
33
DEFAULT_PHP_VER=5
34
IGNORE_WITH_PHP=4
33
35
34
SUB_FILES=	pkg-message
36
SUB_FILES=	pkg-message
35
37
Lines 44-52 Link Here
44
46
45
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
46
48
47
DEFAULT_PHP_VER=5
48
IGNORE_WITH_PHP=4
49
50
WITH_PHP_CGI?=	/cgi-bin/php
49
WITH_PHP_CGI?=	/cgi-bin/php
51
50
52
.if ${PHP_SAPI:Mcgi} == "cgi" && ${PHP_SAPI:Mmod} == ""
51
.if ${PHP_SAPI:Mcgi} == "cgi" && ${PHP_SAPI:Mmod} == ""
(-)www/vtiger/Makefile (-3 / +4 lines)
Lines 19-33 Link Here
19
NO_BUILD=	yes
19
NO_BUILD=	yes
20
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
21
21
22
USE_PHP=	mysql gd imap session pcre xml
23
WANT_PHP_WEB=	YES
24
IGNORE_WITH_PHP=	4
25
22
WRKSRC=		${WRKDIR}/vtigercrm
26
WRKSRC=		${WRKDIR}/vtigercrm
23
27
24
OPTIONS=	MYSQLSERVER     "Use MySQL-Server on localhost" OFF
28
OPTIONS=	MYSQLSERVER     "Use MySQL-Server on localhost" OFF
25
29
26
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
27
31
28
USE_PHP=	mysql gd imap session pcre xml
29
WANT_PHP_WEB=	YES
30
IGNORE_WITH_PHP=	4
31
IGNORE_WITH_MYSQL=	323 40
32
IGNORE_WITH_MYSQL=	323 40
32
33
33
CONFLICTS=	vtiger-4.*
34
CONFLICTS=	vtiger-4.*
(-)www/zend-framework/Makefile (-2 / +1 lines)
Lines 17-22 Link Here
17
NO_BUILD=	yes
17
NO_BUILD=	yes
18
USE_PHP=	spl
18
USE_PHP=	spl
19
WANT_PHP_WEB=	yes
19
WANT_PHP_WEB=	yes
20
IGNORE_WITH_PHP=4
20
USE_GETTEXT=	yes
21
USE_GETTEXT=	yes
21
22
22
SUB_FILES=	pkg-message
23
SUB_FILES=	pkg-message
Lines 36-43 Link Here
36
37
37
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
38
39
39
IGNORE_WITH_PHP=4
40
41
# Check for mutually-exclusive options
40
# Check for mutually-exclusive options
42
.if defined(WITH_EDOJO) && defined(WITH_PDOJO)
41
.if defined(WITH_EDOJO) && defined(WITH_PDOJO)
43
IGNORE=		please select only one type of Dojo installation
42
IGNORE=		please select only one type of Dojo installation

Return to bug 135674