FreeBSD Bugzilla – Attachment 105645 Details for
Bug 146147
[patch] mail/roundcube: add installer and scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1007 bytes, created by
Frank Wall
on 2010-04-29 12:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Frank Wall
Created:
2010-04-29 12:20:01 UTC
Size:
1007 bytes
patch
obsolete
>Index: mail/roundcube/Makefile >=================================================================== >--- mail/roundcube/Makefile (revision 843) >+++ mail/roundcube/Makefile (working copy) >@@ -47,10 +47,15 @@ > LDAP "Enable LDAP support (address book)" off \ > PSPELL "Enable PSpell support (internal spellcheck)" off \ > NSC "Install network spellchecker" off \ >- AUTOCOMP "Enable autocomplete in login form" off >+ AUTOCOMP "Enable autocomplete in login form" off \ >+ LITE "Remove installer and shell scripts" on > > .include <bsd.port.pre.mk> > >+.if !defined(WITH_LITE) || defined(WITHOUT_LITE) >+RCUBECOMP+= installer >+.endif >+ > .if defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE) > IGNORE= needs a database backend > .endif >@@ -93,7 +98,9 @@ > .endif > > post-patch: >+.if !defined(WITH_LITE) || defined(WITHOUT_LITE) > @${RM} ${WRKSRC}/bin/*.sh >+.endif > @${FIND} ${WRKSRC} -name \*.orig -type f -delete > .if defined(WITH_AUTOCOMP) > @${REINPLACE_CMD} "s/ autocomplete=\"off\"//g" \
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 146147
: 105645