ports/55730: use of the --with-trashquota configure option for mail/courier-imap

Henri Michelon hmichelon at e-cml.org
Wed Aug 20 09:40:32 UTC 2003


>Number:         55730
>Category:       ports
>Synopsis:       use of the --with-trashquota configure option for
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 02:40:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Henri Michelon <hmichelon at e-cml.org>
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
ECML
>Environment:
System: FreeBSD servecml.e-cml.org 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3
#1: Thu Aug 14 10:48:20 CEST 2003
admin at servecml.e-cml.org:/usr/src-4.8/sys/compile/SERVECML-4.8 i386
>Description:

        This patch allows the admin of the machine to select the
--with-trashquota configure option of courier-imap when installing from
ports.
        This option is very useful when using IMP or another webmail to
include deleted mails in the quota and prevent the users to use the
thrash for extra storage.

>How-To-Repeat:
>Fix:

        This patch introduce the followin make option: WITH_TRASHQUOTA
        use: make WITH_TRASHQUOTA=yes install clean

--- courier-imap-with-trashquota.diff begins here ---
--- Makefile.orig       Tue Aug 19 10:17:07 2003
+++ Makefile    Tue Aug 19 10:17:48 2003
@@ -78,6 +78,10 @@
 PLIST_SUB+=    VPOPMAILFLAG=""
 .endif

+.if defined(WITH_TRASHQUOTA) 
+CONFIGURE_ARGS+=--with-trashquota
+.endif
+
 .if defined(WITH_LDAP)
 WITH_LDAP21=   yes
 .endif
--- courier-imap-with-trashquota.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 mail/courier-imap



More information about the freebsd-ports-bugs mailing list