ports/55047: [Update] Port: mail/vpopmail (add domainquotas support)

Alex Dupre sysadmin at alexdupre.com
Wed Jul 30 13:20:20 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list