Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 20:21:19 GMT
From:      Claudiu Bosioc <claudiu@casi.ro>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179979: [PATCH] mail/qmailadmin: MODIFY_QUOTA configuration error
Message-ID:  <201306252021.r5PKLJsM024844@oldred.freebsd.org>
Resent-Message-ID: <201306252030.r5PKU3r8077093@freefall.freebsd.org>

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

>Number:         179979
>Category:       ports
>Synopsis:       [PATCH] mail/qmailadmin: MODIFY_QUOTA configuration error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 25 20:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Claudiu Bosioc
>Release:        9.1-RELEASE-p4
>Organization:
Centrul de Asistenta Servicii Internet
>Environment:
FreeBSD master.autoalex.ro 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r252118: Mon Jun 24 00:20:48 EEST 2013     root@master.autoalex.ro:/usr/obj/usr/src/sys/MASTER  amd64
>Description:
It appears that the option to modify quota is not active even if it's set in
make config.
It appears that there is an error in Makefile, it should be MODIFY_QUOTA_CONFIGURE_ON
instead of
MODIFY_QUOTA_CONFIGURE_OFF
because the option --enable-modify-quota is for enabling not for disabling that option.

>How-To-Repeat:
recompile the port
>Fix:
here is a quick fix:

[root@master /usr/ports/mail/qmailadmin]# diff -ur Makefile.orig Makefile    
--- Makefile.orig       2013-06-16 02:19:53.000000000 +0300
+++ Makefile    2013-06-25 22:54:30.000000000 +0300
@@ -66,7 +66,7 @@
 
 IPAUTH_CONFIGURE_OFF=          --disable-ipauth
 USER_INDEX_CONFIGURE_OFF=      --disable-user-index
-MODIFY_QUOTA_CONFIGURE_OFF=    --enable-modify-quota
+MODIFY_QUOTA_CONFIGURE_ON=     --enable-modify-quota
 DOMAIN_AUTOFILL_CONFIGURE_ON=  --enable-domain-autofill
 IDX_SQL_CONFIGURE_OFF=         --disable-ezmlm-mysql
 HELP_CONFIGURE_ON=             --enable-help


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



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