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

(-)lang/php56/Makefile.ext (-1 / +3 lines)
Lines 1-3 Link Here
1
# $FreeBSD$
2
1
COMMENT=	The ${PHP_MODNAME} shared extension for php
3
COMMENT=	The ${PHP_MODNAME} shared extension for php
2
4
3
USES+=	php:ext
5
USES+=	php:ext
Lines 565-571 Link Here
565
567
566
.if ${PHP_MODNAME} == "mbstring"
568
.if ${PHP_MODNAME} == "mbstring"
567
.	if ${PORT_OPTIONS:MREGEX}
569
.	if ${PORT_OPTIONS:MREGEX}
568
LIB_DEPENDS+=	libonig.so:devel/oniguruma5
570
LIB_DEPENDS+=	libonig.so:devel/oniguruma6
569
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
571
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
570
.	else
572
.	else
571
CONFIGURE_ARGS+=--disable-mbregex
573
CONFIGURE_ARGS+=--disable-mbregex
(-)lang/php70/Makefile.ext (-1 / +3 lines)
Lines 1-3 Link Here
1
# $FreeBSD$
2
1
COMMENT=	The ${PHP_MODNAME} shared extension for php
3
COMMENT=	The ${PHP_MODNAME} shared extension for php
2
4
3
USES+=	php:ext
5
USES+=	php:ext
Lines 532-538 Link Here
532
534
533
.if ${PHP_MODNAME} == "mbstring"
535
.if ${PHP_MODNAME} == "mbstring"
534
.	if ${PORT_OPTIONS:MREGEX}
536
.	if ${PORT_OPTIONS:MREGEX}
535
LIB_DEPENDS+=	libonig.so:devel/oniguruma5
537
LIB_DEPENDS+=	libonig.so:devel/oniguruma6
536
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
538
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
537
.	else
539
.	else
538
CONFIGURE_ARGS+=--disable-mbregex
540
CONFIGURE_ARGS+=--disable-mbregex
(-)lang/php71/Makefile.ext (-1 / +3 lines)
Lines 1-3 Link Here
1
# $FreeBSD$
2
1
COMMENT=	The ${PHP_MODNAME} shared extension for php
3
COMMENT=	The ${PHP_MODNAME} shared extension for php
2
4
3
USES+=	php:ext
5
USES+=	php:ext
Lines 532-538 Link Here
532
534
533
.if ${PHP_MODNAME} == "mbstring"
535
.if ${PHP_MODNAME} == "mbstring"
534
.	if ${PORT_OPTIONS:MREGEX}
536
.	if ${PORT_OPTIONS:MREGEX}
535
LIB_DEPENDS+=	libonig.so:devel/oniguruma5
537
LIB_DEPENDS+=	libonig.so:devel/oniguruma6
536
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
538
CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
537
.	else
539
.	else
538
CONFIGURE_ARGS+=--disable-mbregex
540
CONFIGURE_ARGS+=--disable-mbregex

Return to bug 220598