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

(-)b/Mk/Uses/php.mk (-3 / +7 lines)
Lines 47-52 Link Here
47
#
47
#
48
# IGNORE_WITH_PHP=N - The port doesn't work with PHP version N.
48
# IGNORE_WITH_PHP=N - The port doesn't work with PHP version N.
49
#
49
#
50
# BUILD_ONLY_DEFAULT_FLAVOR - explicitely marks non-default ignored (use in make.conf)
51
#
50
# You may combine multiple php:* arguments.
52
# You may combine multiple php:* arguments.
51
# Don't specify any php:* argument if your port will work with every PHP SAPI.
53
# Don't specify any php:* argument if your port will work with every PHP SAPI.
52
#
54
#
Lines 128-136 IGNORE= does not work with PHP versions "${IGNORE_WITH_PHP}" and "${_INSTALLED_P Link Here
128
PHP_VER?=	${PHP_DEFAULT:S/.//}
130
PHP_VER?=	${PHP_DEFAULT:S/.//}
129
.  endif # .if exists(${PHPBASE}/etc/php.conf)
131
.  endif # .if exists(${PHPBASE}/etc/php.conf)
130
132
133
.if defined(BUILD_ONLY_DEFAULT_FLAVOR)
134
# Only build php ports of the default flavor
135
_ALL_FLAVOR_VERSIONS=	${PHP_VER}
136
.else
131
# Use the "default" php version as the first version for flavors, so that it
137
# Use the "default" php version as the first version for flavors, so that it
132
# gets to be the default flavor.
138
# gets to be the default flavor.
133
_ALL_FLAVOR_VERSIONS=	${PHP_VER} ${_ALL_PHP_VERSIONS:N${PHP_VER}}
139
_ALL_FLAVOR_VERSIONS=	${PHP_VER} ${_ALL_PHP_VERSIONS:N${PHP_VER}}
140
.endif
134
141
135
# If we want flavors, fill in FLAVORS with the allowed PHP versions, if some
142
# If we want flavors, fill in FLAVORS with the allowed PHP versions, if some
136
# cannot be used, or all of them if they all can.
143
# cannot be used, or all of them if they all can.
Lines 392-398 calendar_DEPENDS= misc/php${PHP_VER}-calendar Link Here
392
ctype_DEPENDS=	textproc/php${PHP_VER}-ctype
399
ctype_DEPENDS=	textproc/php${PHP_VER}-ctype
393
curl_DEPENDS=	ftp/php${PHP_VER}-curl
400
curl_DEPENDS=	ftp/php${PHP_VER}-curl
394
dba_DEPENDS=	databases/php${PHP_VER}-dba
401
dba_DEPENDS=	databases/php${PHP_VER}-dba
395
dbase_DEPENDS=	databases/php${PHP_VER}-dbase
396
dom_DEPENDS=	textproc/php${PHP_VER}-dom
402
dom_DEPENDS=	textproc/php${PHP_VER}-dom
397
enchant_DEPENDS=	textproc/php${PHP_VER}-enchant
403
enchant_DEPENDS=	textproc/php${PHP_VER}-enchant
398
exif_DEPENDS=	graphics/php${PHP_VER}-exif
404
exif_DEPENDS=	graphics/php${PHP_VER}-exif
Lines 415-421 mbstring_DEPENDS= converters/php${PHP_VER}-mbstring Link Here
415
mcrypt_DEPENDS=	security/pecl-mcrypt@${PHP_FLAVOR}
421
mcrypt_DEPENDS=	security/pecl-mcrypt@${PHP_FLAVOR}
416
memcache_DEPENDS=	databases/pecl-memcache@${PHP_FLAVOR}
422
memcache_DEPENDS=	databases/pecl-memcache@${PHP_FLAVOR}
417
memcached_DEPENDS=	databases/pecl-memcached@${PHP_FLAVOR}
423
memcached_DEPENDS=	databases/pecl-memcached@${PHP_FLAVOR}
418
mssql_DEPENDS=	databases/php${PHP_VER}-mssql
419
mysqli_DEPENDS=	databases/php${PHP_VER}-mysqli
424
mysqli_DEPENDS=	databases/php${PHP_VER}-mysqli
420
odbc_DEPENDS=	databases/php${PHP_VER}-odbc
425
odbc_DEPENDS=	databases/php${PHP_VER}-odbc
421
opcache_DEPENDS=	www/php${PHP_VER}-opcache
426
opcache_DEPENDS=	www/php${PHP_VER}-opcache
Lines 446-452 soap_DEPENDS= net/php${PHP_VER}-soap Link Here
446
sockets_DEPENDS=net/php${PHP_VER}-sockets
451
sockets_DEPENDS=net/php${PHP_VER}-sockets
447
sodium_DEPENDS=	security/php${PHP_VER}-sodium
452
sodium_DEPENDS=	security/php${PHP_VER}-sodium
448
sqlite3_DEPENDS=databases/php${PHP_VER}-sqlite3
453
sqlite3_DEPENDS=databases/php${PHP_VER}-sqlite3
449
sybase_ct_DEPENDS=	databases/php${PHP_VER}-sybase_ct
450
sysvmsg_DEPENDS=devel/php${PHP_VER}-sysvmsg
454
sysvmsg_DEPENDS=devel/php${PHP_VER}-sysvmsg
451
sysvsem_DEPENDS=devel/php${PHP_VER}-sysvsem
455
sysvsem_DEPENDS=devel/php${PHP_VER}-sysvsem
452
sysvshm_DEPENDS=devel/php${PHP_VER}-sysvshm
456
sysvshm_DEPENDS=devel/php${PHP_VER}-sysvshm

Return to bug 262639