FreeBSD Bugzilla – Attachment 124521 Details for
Bug 168005
mail/roundcube sqlite support broken due to removal of databases/php5-sqlite
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain; charset=US-ASCII), 1.21 KB, created by
Chris Rees
on 2012-07-22 14:08:05 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
Chris Rees
Created:
2012-07-22 14:08:05 UTC
Size:
1.21 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 301323) >+++ Makefile (working copy) >@@ -29,7 +29,6 @@ > > WANT_PHP_WEB= yes > USE_PHP= pcre mbstring session iconv dom xml json intl >-IGNORE_WITH_PHP=4 > > REINPLACE_ARGS= -i "" > .if defined(WITH_REPLACE_MAIL_URL) && !empty(WITH_REPLACE_MAIL_URL) >@@ -41,13 +40,13 @@ > > OPTIONS= MYSQL "Use MySQL backend" on \ > PGSQL "Use PostgreSQL backend" off \ >- SQLITE "Use SQLite backend" off \ >+ SQLITE "Use SQLite backend (php 5.3 or below)" off \ > SSL "Enable SSL support (imaps or google spellcheck)" off \ > LDAP "Enable LDAP support (address book)" off \ > PSPELL "Enable PSpell support (internal spellcheck)" off \ > NSC "Install network spellchecker" off > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > > .if defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE) > IGNORE= needs a database backend >@@ -63,6 +62,8 @@ > > .if defined(WITH_SQLITE) > USE_PHP+= sqlite >+IGNORE_WITH_PHP+= 5 >+.warning ${PORTNAME} will not work past PHP 5.3 with sqlite support > .endif > > .if defined(WITH_SSL) >@@ -154,4 +155,4 @@ > post-install: > @${CAT} ${PKGMESSAGE} > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
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 Raw
Actions:
View
Attachments on
bug 168005
: 124521