FreeBSD Bugzilla – Attachment 150579 Details for
Bug 195973
lang/php5: add an option to build mail/php5-imap against panda-cclient
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds an option to build mail/php5-imap against panda-cclient
php5.diff (text/plain), 905 bytes, created by
Thierry Thomas
on 2014-12-14 18:02:15 UTC
(
hide
)
Description:
Adds an option to build mail/php5-imap against panda-cclient
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2014-12-14 18:02:15 UTC
Size:
905 bytes
patch
obsolete
>diff -urN lang/php5.orig/Makefile.ext lang/php5/Makefile.ext >--- lang/php5.orig/Makefile.ext 2014-11-23 16:38:35.000000000 +0100 >+++ lang/php5/Makefile.ext 2014-12-14 17:11:41.000000000 +0100 >@@ -132,7 +132,11 @@ > .endif > > .if ${PHP_MODNAME} == "imap" >-LIB_DEPENDS+= libc-client4.so:${PORTSDIR}/mail/cclient >+ >+OPTIONS_DEFINE= PANDA >+OPTIONS_DEFAULT= # SSL not handled as an option >+ >+PANDA_DESC= Uses the forked panda-cclient instead of the original cclient > > CONFIGURE_ARGS+=--with-imap=${LOCALBASE} \ > --with-pcre-dir=${LOCALBASE} >@@ -520,6 +524,14 @@ > . endif > .endif > >+.if ${PHP_MODNAME} == "imap" >+. if ${PORT_OPTIONS:MPANDA} >+LIB_DEPENDS+= libc-client4.so.10:${PORTSDIR}/mail/panda-cclient >+. else >+LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient >+. endif >+.endif >+ > .if ${PHP_MODNAME} == "mbstring" > . if ${PORT_OPTIONS:MREGEX} > LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195973
: 150579