FreeBSD Bugzilla – Attachment 140906 Details for
Bug 187610
[patch] ad a few more recommended php modules to mail/roundcube
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
roundcube.patch
roundcube.patch (text/plain), 2.61 KB, created by
Adam Weinberger
on 2014-03-15 18:10:00 UTC
(
hide
)
Description:
roundcube.patch
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2014-03-15 18:10:00 UTC
Size:
2.61 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 348359) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= roundcube > DISTVERSION= 0.9.5 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES?= mail www > MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:U} >@@ -21,7 +22,7 @@ > USE_PHP= pcre mbstring session iconv dom xml json intl zip filter > IGNORE_WITH_PHP=52 > >-OPTIONS_DEFINE= SSL LDAP GD PSPELL NSC >+OPTIONS_DEFINE= SSL LDAP GD PSPELL NSC DOCS FILEINFO MCRYPT EXIF > OPTIONS_SINGLE= DB > OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE > OPTIONS_DEFAULT=MYSQL >@@ -34,40 +35,26 @@ > GD_DESC= Enable GD support (image conversion) > PSPELL_DESC= Enable PSpell support (internal spellcheck) > NSC_DESC= Install network spellchecker >+FILEINFO_DESC= Enable attachment filetype detection support >+MCRYPT_DESC= Enable encryption support >+EXIF_DESC= Enable image upload metadata support > >+MYSQL_USE= PHP=pdo_mysql >+PGSQL_USE= PHP=pgsql >+SQLITE_USE= PHP=pdo_sqlite >+SSL_USE= PHP=openssl >+LDAP_USE= PHP=ldap >+GD_USE= PHP=gd >+PSPELL_USE= PHP=pspell >+NSC_USE= PHP=pspell,simplexml >+FILEINFO_USE= PHP=fileinfo >+MCRYPT_USE= PHP=mcrypt >+EXIF_USE= PHP=exif >+ > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MMYSQL} >-USE_PHP+= pdo_mysql >-.endif >- >-.if ${PORT_OPTIONS:MPGSQL} >-USE_PHP+= pdo_pgsql >-.endif >- >-.if ${PORT_OPTIONS:MSQLITE} >-USE_PHP+= pdo_sqlite >-.endif >- >-.if ${PORT_OPTIONS:MSSL} >-USE_PHP+= openssl >-.endif >- >-.if ${PORT_OPTIONS:MLDAP} >-USE_PHP+= ldap >-.endif >- >-.if ${PORT_OPTIONS:MGD} >-USE_PHP+= gd >-.endif >- >-.if ${PORT_OPTIONS:MPSPELL} || ${PORT_OPTIONS:MNSC} >-USE_PHP+= pspell >-.endif >- > .if ${PORT_OPTIONS:MNSC} > RCUBECOMP+= spellchecker.php >-USE_PHP+= simplexml > PLIST_SUB+= SPELLCHECK="" > .else > PLIST_SUB+= SPELLCHECK="@comment " >@@ -82,17 +69,15 @@ > @${FIND} ${WRKSRC} -name \*.orig -type f -delete > > do-install: >- -${MKDIR} ${STAGEDIR}/${WWWDIR} >- @cd ${WRKSRC} && ${COPYTREE_BIN} bin ${STAGEDIR}/${WWWDIR} >+ -${MKDIR} ${STAGEDIR}${WWWDIR} >+ @cd ${WRKSRC} && ${COPYTREE_BIN} bin ${STAGEDIR}${WWWDIR} > .for i in ${RCUBECOMP} >- @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}/${WWWDIR} >+ @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} > .endfor >-.if ${PORT_OPTIONS:MDOCS} >- ${MKDIR} ${STAGEDIR}/${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} > .for i in ${PORTDOCS} >- @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}/${DOCSDIR}/ >+ @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} > .endfor >-.endif > @(cd ${WRKSRC}; ${FIND} bin ${RCUBECOMP} -not -type d) | ${SORT} | \ > ${SED} -ne 's,^,${WWWDIR_REL}/,p' >> ${TMPPLIST} > @${ECHO_CMD} '@exec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/logs' \
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 187610
: 140906