Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2003 15:12:10 +0200 (CEST)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        roam@FreeBSD.org
Subject:    ports/55047: [Update] Port: mail/vpopmail (add domainquotas support)
Message-ID:  <200307301312.h6UDCA8v073788@server.alexdupre.com>
Resent-Message-ID: <200307301320.h6UDKGxJ049365@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55047
>Category:       ports
>Synopsis:       [Update] Port: mail/vpopmail (add domainquotas support)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 06:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD 4.8-ALEXDUPRE i386
>Description:
Add domain quotas support.
Requires commit of PR 55037.
>How-To-Repeat:
>Fix:

--- vpopmail2.diff begins here ---
diff -ruN vpopmail.orig/Makefile vpopmail/Makefile
--- vpopmail.orig/Makefile	Wed Jul 30 15:07:47 2003
+++ vpopmail/Makefile	Wed Jul 30 15:10:44 2003
@@ -61,6 +61,7 @@
 # WITH_FILE_SYNC	- enable immediate synching (may decrease performance)
 # WITHOUT_USERS_BIG_DIR	- disable using big directories for users
 # WITHOUT_SEEKABLE	- disable vdelivermail's attempt to make its input seekable
+# WITH_DOMAIN_QUOTAS	- enable domain quotas
 #
 # Set these to the values you'd prefer
 #
@@ -251,6 +252,10 @@
 
 .if defined(WITHOUT_SEEKABLE)
 CONFIGURE_ARGS+=	--enable-make-seekable=n
+.endif
+
+.if defined(WITH_DOMAIN_QUOTAS)
+CONFIGURE_ARGS+=	 --enable-domainquotas=y
 .endif
 
 # autoconf and automake can remove our patches to the configure scripts.
--- vpopmail2.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307301312.h6UDCA8v073788>