FreeBSD Bugzilla – Attachment 21926 Details for
Bug 38238
Adding cyrus imap support to php4/mod_php4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.68 KB, created by
Mathieu Arnold
on 2002-05-18 10:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2002-05-18 10:50:01 UTC
Size:
1.68 KB
patch
obsolete
>diff -ruN mod_php4.vanilla/files/patch-ext_cyrus_config.m4 mod_php4/files/patch-ext_cyrus_config.m4 >--- mod_php4.vanilla/files/patch-ext_cyrus_config.m4 Thu Jan 1 01:00:00 1970 >+++ mod_php4/files/patch-ext_cyrus_config.m4 Sat May 18 11:30:22 2002 >@@ -0,0 +1,11 @@ >+--- ext/cyrus/config.m4 Sat May 18 11:28:42 2002 >++++ ext/cyrus/config.m4~ Sat May 18 11:28:32 2002 >+@@ -16,7 +16,7 @@ >+ PHP_ADD_LIBRARY_WITH_PATH(cyrus, $i/lib, CYRUS_SHARED_LIBADD) >+ found_cyrus=yes >+ fi >+- if test -r $i/include/sasl.h && test "$found_sasl" = "no"; then >++ if test -r $i/include/sasl/sasl.h && test "$found_sasl" = "no"; then >+ PHP_ADD_INCLUDE($i/include) >+ PHP_SUBST(SASL_SHARED_LIBADD) >+ PHP_ADD_LIBRARY_WITH_PATH(sasl, $i/lib, SASL_SHARED_LIBADD) >diff -ruN mod_php4.vanilla/scripts/configure.php mod_php4/scripts/configure.php >--- mod_php4.vanilla/scripts/configure.php Sat May 18 09:57:21 2002 >+++ mod_php4/scripts/configure.php Sat May 18 11:41:35 2002 >@@ -43,6 +43,7 @@ > DOMXML "DOM support" OFF \ > FTP "File Transfer Protocol support" OFF \ > CURL "CURL support" OFF \ >+cyrus "Cyrus IMAP support" OFF \ > gettext "gettext library support" OFF \ > iconv "iconv support" OFF \ > pspell "pspell support" OFF \ >@@ -292,6 +293,11 @@ > echo "CONFIGURE_ARGS+=--with-curl=\${LOCALBASE}" > echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" > ;; >+ \"cyrus\") >+ echo "CONFIGURE_ARGS+=--with-cyrus" >+ echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcyrus.a:\${PORTSDIR}/mail/cyrus-imapd" >+ echo "CFLAGS+=-I\${LOCALBASE}/include/sasl" >+ ;; > \"gettext\") > echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext" > echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}"
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 38238
: 21926