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

Collapse All | Expand All

(-)lang/php56/Makefile.ext 2016-04-16 10:19:39.679418000 +0200 (+5 lines)
Lines 600-602 Link Here
600
post-extract:
600
post-extract:
601
       @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4
601
       @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4
602
.endif
602
.endif
603
604
.if ${PHP_MODNAME} == "enchant"
605
LIB_DEPENDS+=   libenchant.so:${PORTSDIR}/textproc/enchant
606
CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
607
.endif
(-)lang/php55/Makefile.ext 2016-04-16 10:28:47.593916000 +0200 (+5 lines)
Lines 597-599 Link Here
597
post-extract:
597
post-extract:
598
       @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4
598
       @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4
599
.endif
599
.endif
600
601
.if ${PHP_MODNAME} == "enchant"
602
LIB_DEPENDS+=   libenchant.so:${PORTSDIR}/textproc/enchant
603
CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
604
.endif
(-)lang/php70/Makefile.ext 2016-04-16 10:32:40.848571000 +0200 (+5 lines)
Lines 577-579 Link Here
577
post-extract:
577
post-extract:
578
       @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4
578
       @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4
579
.endif
579
.endif
580
581
.if ${PHP_MODNAME} == "enchant"
582
LIB_DEPENDS+=   libenchant.so:${PORTSDIR}/textproc/enchant
583
CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
584
.endif
(-)lang/php56-extensions/Makefile 2016-04-16 10:22:29.033678000 +0200 (-1 / +2 lines)
Lines 21-27 Link Here
21
NO_MTREE=      yes
21
NO_MTREE=      yes
22
OPTIONS_DEFINE=        BCMATH BZ2 CALENDAR CTYPE CURL DBA \
22
OPTIONS_DEFINE=        BCMATH BZ2 CALENDAR CTYPE CURL DBA \
23
               DOM EXIF FILEINFO FILTER FTP GD GETTEXT \
23
               DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \
24
               GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
24
               GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
25
               MSSQL MYSQL MYSQLI \
25
               MSSQL MYSQL MYSQLI \
26
               ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
26
               ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
Lines 38-43 Link Here
38
CURL_DESC=             CURL support
38
CURL_DESC=             CURL support
39
DBA_DESC=              dba support
39
DBA_DESC=              dba support
40
DOM_DESC=              DOM support
40
DOM_DESC=              DOM support
41
ENCHANT_DESC=          Enchant spelling support
41
EXIF_DESC=             EXIF support
42
EXIF_DESC=             EXIF support
42
FILEINFO_DESC=         fileinfo support
43
FILEINFO_DESC=         fileinfo support
43
FILTER_DESC=           input filter support
44
FILTER_DESC=           input filter support
44
45
(-)lang/php55-extensions/Makefile 2016-04-16 10:30:48.395871000 +0200 (-1 / +2 lines)
Lines 21-27 Link Here
21
NO_MTREE=      yes
21
NO_MTREE=      yes
22
OPTIONS_DEFINE=        BCMATH BZ2 CALENDAR CTYPE CURL DBA \
22
OPTIONS_DEFINE=        BCMATH BZ2 CALENDAR CTYPE CURL DBA \
23
               DOM EXIF FILEINFO FILTER FTP GD GETTEXT \
23
               DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \
24
               GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
24
               GMP HASH ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
25
               MSSQL MYSQL MYSQLI \
25
               MSSQL MYSQL MYSQLI \
26
               ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
26
               ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
Lines 38-43 Link Here
38
CURL_DESC=             CURL support
38
CURL_DESC=             CURL support
39
DBA_DESC=              dba support
39
DBA_DESC=              dba support
40
DOM_DESC=              DOM support
40
DOM_DESC=              DOM support
41
ENCHANT_DESC=          Enchant spelling support
41
EXIF_DESC=             EXIF support
42
EXIF_DESC=             EXIF support
42
FILEINFO_DESC=         fileinfo support
43
FILEINFO_DESC=         fileinfo support
43
FILTER_DESC=           input filter support
44
FILTER_DESC=           input filter support
(-)lang/php70-extensions/Makefile 2016-04-16 10:34:05.600173000 +0200 (-1 / +2 lines)
Lines 16-22 Link Here
16
USE_PHP_BUILD= yes
16
USE_PHP_BUILD= yes
17
OPTIONS_DEFINE=        BCMATH BZ2 CALENDAR CTYPE CURL DBA \
17
OPTIONS_DEFINE=        BCMATH BZ2 CALENDAR CTYPE CURL DBA \
18
               DOM EXIF FILEINFO FILTER FTP GD GETTEXT \
18
               DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \
19
               GMP HASH ICONV INTL IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
19
               GMP HASH ICONV INTL IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
20
               MYSQLI \
20
               MYSQLI \
21
               ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
21
               ODBC OPCACHE OPENSSL PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD \
Lines 33-38 Link Here
33
CURL_DESC=             CURL support
33
CURL_DESC=             CURL support
34
DBA_DESC=              dba support
34
DBA_DESC=              dba support
35
DOM_DESC=              DOM support
35
DOM_DESC=              DOM support
36
ENCHANT_DESC=          Enchant spelling support
36
EXIF_DESC=             EXIF support
37
EXIF_DESC=             EXIF support
37
FILEINFO_DESC=         fileinfo support
38
FILEINFO_DESC=         fileinfo support
38
FILTER_DESC=           input filter support
39
FILTER_DESC=           input filter support
39
40
(-)Mk/bsd.php.mk 2016-04-16 10:25:35.539285000 +0200 (-1 / +2 lines)
Lines 244-250 Link Here
244
.if defined(_POSTMKINCLUDED) && ${USE_PHP:tl} != "yes"
244
.if defined(_POSTMKINCLUDED) && ${USE_PHP:tl} != "yes"
245
# non-version specific components
245
# non-version specific components
246
_USE_PHP_ALL=  apc bcmath bitset bz2 calendar ctype curl dba dom \
246
_USE_PHP_ALL=  apc bcmath bitset bz2 calendar ctype curl dba dom \
247
               exif fileinfo filter ftp gd gettext gmp \
247
               enchant exif fileinfo filter ftp gd gettext gmp \
248
               hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
248
               hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
249
               memcache mysqli odbc opcache \
249
               memcache mysqli odbc opcache \
250
               openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \
250
               openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \
Lines 271-276 Link Here
271
dba_DEPENDS=   databases/php${PHP_VER}-dba
271
dba_DEPENDS=   databases/php${PHP_VER}-dba
272
dbase_DEPENDS= databases/php${PHP_VER}-dbase
272
dbase_DEPENDS= databases/php${PHP_VER}-dbase
273
dom_DEPENDS=   textproc/php${PHP_VER}-dom
273
dom_DEPENDS=   textproc/php${PHP_VER}-dom
274
enchant_DEPENDS=       textproc/php${PHP_VER}-enchant
274
exif_DEPENDS=  graphics/php${PHP_VER}-exif
275
exif_DEPENDS=  graphics/php${PHP_VER}-exif
275
fileinfo_DEPENDS=      sysutils/php${PHP_VER}-fileinfo
276
fileinfo_DEPENDS=      sysutils/php${PHP_VER}-fileinfo
276
filter_DEPENDS=        security/php${PHP_VER}-filter
277
filter_DEPENDS=        security/php${PHP_VER}-filter

Return to bug 208828