View | Details | Raw Unified | Return to bug 208828 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/php.mk (-1 / +2 lines)
Lines 278-284 Link Here
278
.  if defined(USE_PHP) && ${USE_PHP:tl} != "yes"
278
.  if defined(USE_PHP) && ${USE_PHP:tl} != "yes"
279
# non-version specific components
279
# non-version specific components
280
_USE_PHP_ALL=	apc bcmath bitset bz2 calendar ctype curl dba dom \
280
_USE_PHP_ALL=	apc bcmath bitset bz2 calendar ctype curl dba dom \
281
		exif fileinfo filter ftp gd gettext gmp \
281
		enchant exif fileinfo filter ftp gd gettext gmp \
282
		hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
282
		hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
283
		memcache mysqli odbc opcache \
283
		memcache mysqli odbc opcache \
284
		openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \
284
		openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \
Lines 305-310 Link Here
305
dba_DEPENDS=	databases/php${PHP_VER}-dba
305
dba_DEPENDS=	databases/php${PHP_VER}-dba
306
dbase_DEPENDS=	databases/php${PHP_VER}-dbase
306
dbase_DEPENDS=	databases/php${PHP_VER}-dbase
307
dom_DEPENDS=	textproc/php${PHP_VER}-dom
307
dom_DEPENDS=	textproc/php${PHP_VER}-dom
308
enchant_DEPENDS=	textproc/php${PHP_VER}-enchant
308
exif_DEPENDS=	graphics/php${PHP_VER}-exif
309
exif_DEPENDS=	graphics/php${PHP_VER}-exif
309
fileinfo_DEPENDS=	sysutils/php${PHP_VER}-fileinfo
310
fileinfo_DEPENDS=	sysutils/php${PHP_VER}-fileinfo
310
filter_DEPENDS=	security/php${PHP_VER}-filter
311
filter_DEPENDS=	security/php${PHP_VER}-filter
(-)lang/php55/Makefile.ext (+5 lines)
Lines 60-65 Link Here
60
USE_GNOME=	libxml2
60
USE_GNOME=	libxml2
61
.endif
61
.endif
62
62
63
.if ${PHP_MODNAME} == "enchant"
64
LIB_DEPENDS+=   libenchant.so:textproc/enchant
65
CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
66
.endif
67
63
.if ${PHP_MODNAME} == "exif"
68
.if ${PHP_MODNAME} == "exif"
64
CONFIGURE_ARGS+=--enable-exif
69
CONFIGURE_ARGS+=--enable-exif
65
.endif
70
.endif
(-)lang/php55-extensions/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
IGNORE_WITH_PHP=56 70
14
IGNORE_WITH_PHP=56 70
15
15
16
OPTIONS_DEFINE=	BCMATH BZ2 CALENDAR CTYPE CURL DBA \
16
OPTIONS_DEFINE=	BCMATH BZ2 CALENDAR CTYPE CURL DBA \
17
		DOM EXIF FILEINFO FILTER FTP GD GETTEXT \
17
		DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \
18
		GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
18
		GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
19
		MSSQL MYSQL MYSQLI \
19
		MSSQL MYSQL MYSQLI \
20
		ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
20
		ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
Lines 31-36 Link Here
31
CURL_DESC=		CURL support
31
CURL_DESC=		CURL support
32
DBA_DESC=		dba support
32
DBA_DESC=		dba support
33
DOM_DESC=		DOM support
33
DOM_DESC=		DOM support
34
ENCHANT_DESC=		Enchant spelling support
34
EXIF_DESC=		EXIF support
35
EXIF_DESC=		EXIF support
35
FILEINFO_DESC=		fileinfo support
36
FILEINFO_DESC=		fileinfo support
36
FILTER_DESC=		input filter support
37
FILTER_DESC=		input filter support
(-)lang/php56/Makefile.ext (+5 lines)
Lines 60-65 Link Here
60
USE_GNOME=	libxml2
60
USE_GNOME=	libxml2
61
.endif
61
.endif
62
62
63
.if ${PHP_MODNAME} == "enchant"
64
LIB_DEPENDS+=   libenchant.so:textproc/enchant
65
CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
66
.endif
67
63
.if ${PHP_MODNAME} == "exif"
68
.if ${PHP_MODNAME} == "exif"
64
CONFIGURE_ARGS+=--enable-exif
69
CONFIGURE_ARGS+=--enable-exif
65
.endif
70
.endif
(-)lang/php56-extensions/Makefile (+1 lines)
Lines 31-36 Link Here
31
CURL_DESC=		CURL support
31
CURL_DESC=		CURL support
32
DBA_DESC=		dba support
32
DBA_DESC=		dba support
33
DOM_DESC=		DOM support
33
DOM_DESC=		DOM support
34
ENCHANT_DESC=		Enchant spelling support
34
EXIF_DESC=		EXIF support
35
EXIF_DESC=		EXIF support
35
FILEINFO_DESC=		fileinfo support
36
FILEINFO_DESC=		fileinfo support
36
FILTER_DESC=		input filter support
37
FILTER_DESC=		input filter support
(-)lang/php70/Makefile.ext (+5 lines)
Lines 60-65 Link Here
60
USE_GNOME=	libxml2
60
USE_GNOME=	libxml2
61
.endif
61
.endif
62
62
63
.if ${PHP_MODNAME} == "enchant"
64
LIB_DEPENDS+=   libenchant.so:textproc/enchant
65
CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
66
.endif
67
63
.if ${PHP_MODNAME} == "exif"
68
.if ${PHP_MODNAME} == "exif"
64
CONFIGURE_ARGS+=--enable-exif
69
CONFIGURE_ARGS+=--enable-exif
65
.endif
70
.endif
(-)lang/php70-extensions/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
IGNORE_WITH_PHP=	55 56
14
IGNORE_WITH_PHP=	55 56
15
15
16
OPTIONS_DEFINE=	BCMATH BZ2 CALENDAR CTYPE CURL DBA \
16
OPTIONS_DEFINE=	BCMATH BZ2 CALENDAR CTYPE CURL DBA \
17
		DOM EXIF FILEINFO FILTER FTP GD GETTEXT \
17
		DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \
18
		GMP HASH ICONV INTL IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
18
		GMP HASH ICONV INTL IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
19
		MYSQLI \
19
		MYSQLI \
20
		ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
20
		ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
Lines 31-36 Link Here
31
CURL_DESC=		CURL support
31
CURL_DESC=		CURL support
32
DBA_DESC=		dba support
32
DBA_DESC=		dba support
33
DOM_DESC=		DOM support
33
DOM_DESC=		DOM support
34
ENCHANT_DESC=		Enchant spelling support
34
EXIF_DESC=		EXIF support
35
EXIF_DESC=		EXIF support
35
FILEINFO_DESC=		fileinfo support
36
FILEINFO_DESC=		fileinfo support
36
FILTER_DESC=		input filter support
37
FILTER_DESC=		input filter support

Return to bug 208828