ports/68077: [PATCH] mail/maildrop Add WITH_TRASHQUOTA knob
Rui Lopes
rui at ruilopes.com
Fri Jun 18 11:31:14 UTC 2004
>Number: 68077
>Category: ports
>Synopsis: [PATCH] mail/maildrop Add WITH_TRASHQUOTA knob
>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: Fri Jun 18 11:30:32 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Rui Lopes
>Release: FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
Add a WITH_TRASHQUOTA knob.
>How-To-Repeat:
>Fix:
--- Makefile.diff begins here ---
--- Makefile.old Fri Jun 18 12:01:50 2004
+++ Makefile Fri Jun 18 12:08:09 2004
@@ -9,6 +9,9 @@
# WITH_GDBM=yes Enable database extensions using GDBM (default: off)
# WITH_USERDB=yes Enable optional userdb authentication
# WITH_MAILDIRQUOTA=yes Enable optional support for maildir quotas
+# WITH_TRASHQUOTA=yes Include deleted messages, and the Trash folder, in
+# the estimated quota usage for maildirs. You also need
+# to enable WITH_MAILDIRQUOTA.
# MAILDROP_SUID=<uid>,
# MAILDROP_SGID=<gid> Maildrop will be installed with suid permissions for
# MAILDROP_SUID, and sgid permissions for MAILDROP_SGID.
@@ -64,6 +67,9 @@
.if defined(WITH_MAILDIRQUOTA)
CONFIGURE_ARGS+= --enable-maildirquota
+.if defined(WITH_TRASHQUOTA)
+CONFIGURE_ARGS+= --with-trashquota
+.endif
EXTRA_TARGET+= install-deliverquota
PLIST_SUB+= MAILDIRQUOTA=""
.else
--- Makefile.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list