|
Lines 132-138
Link Here
|
| 132 |
.endif |
132 |
.endif |
| 133 |
|
133 |
|
| 134 |
.if ${PHP_MODNAME} == "imap" |
134 |
.if ${PHP_MODNAME} == "imap" |
| 135 |
LIB_DEPENDS+= libc-client4.so:${PORTSDIR}/mail/cclient |
135 |
|
|
|
136 |
OPTIONS_DEFINE= PANDA |
| 137 |
OPTIONS_DEFAULT= # SSL not handled as an option |
| 138 |
|
| 139 |
PANDA_DESC= Uses the forked panda-cclient instead of the original cclient |
| 136 |
|
140 |
|
| 137 |
CONFIGURE_ARGS+=--with-imap=${LOCALBASE} \ |
141 |
CONFIGURE_ARGS+=--with-imap=${LOCALBASE} \ |
| 138 |
--with-pcre-dir=${LOCALBASE} |
142 |
--with-pcre-dir=${LOCALBASE} |
|
Lines 520-525
Link Here
|
| 520 |
. endif |
524 |
. endif |
| 521 |
.endif |
525 |
.endif |
| 522 |
|
526 |
|
|
|
527 |
.if ${PHP_MODNAME} == "imap" |
| 528 |
. if ${PORT_OPTIONS:MPANDA} |
| 529 |
LIB_DEPENDS+= libc-client4.so.10:${PORTSDIR}/mail/panda-cclient |
| 530 |
. else |
| 531 |
LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient |
| 532 |
. endif |
| 533 |
.endif |
| 534 |
|
| 523 |
.if ${PHP_MODNAME} == "mbstring" |
535 |
.if ${PHP_MODNAME} == "mbstring" |
| 524 |
. if ${PORT_OPTIONS:MREGEX} |
536 |
. if ${PORT_OPTIONS:MREGEX} |
| 525 |
LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma4 |
537 |
LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma4 |