From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 18 11:31:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF0CF16A4CE for ; Fri, 18 Jun 2004 11:31:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A92D43D5A for ; Fri, 18 Jun 2004 11:31:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5IBUWm1090551 for ; Fri, 18 Jun 2004 11:30:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5IBUWqQ090550; Fri, 18 Jun 2004 11:30:32 GMT (envelope-from gnats) Resent-Date: Fri, 18 Jun 2004 11:30:32 GMT Resent-Message-Id: <200406181130.i5IBUWqQ090550@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rui Lopes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2820916A4CE for ; Fri, 18 Jun 2004 11:23:57 +0000 (GMT) Received: from griffin.clustercube.com (griffin.clustercube.com [213.201.220.146]) by mx1.FreeBSD.org (Postfix) with SMTP id 55DB743D49 for ; Fri, 18 Jun 2004 11:23:56 +0000 (GMT) (envelope-from root@griffin.clustercube.com) Received: (qmail 55947 invoked by uid 0); 18 Jun 2004 11:22:54 -0000 Message-Id: <20040618112254.55946.qmail@griffin.clustercube.com> Date: 18 Jun 2004 11:22:54 -0000 From: Rui Lopes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/68077: [PATCH] mail/maildrop Add WITH_TRASHQUOTA knob X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rui Lopes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 11:31:14 -0000 >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=, # MAILDROP_SGID= 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: