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. Fix: here is a quick fix: [root@master /usr/ports/mail/qmailadmin]# diff -ur Makefile.orig Makefile How-To-Repeat: recompile the port
Responsible Changed From-To: freebsd-ports-bugs->bdrewery Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
Author: bdrewery Date: Tue Jun 25 20:59:02 2013 New Revision: 321767 URL: http://svnweb.freebsd.org/changeset/ports/321767 Log: - Fix MODIFY_QUOTA after option helper conversion PR: ports/179979 Submitted by: Claudiu Bosioc <claudiu@casi.ro> Modified: head/mail/qmailadmin/Makefile Modified: head/mail/qmailadmin/Makefile ============================================================================== --- head/mail/qmailadmin/Makefile Tue Jun 25 20:53:53 2013 (r321766) +++ head/mail/qmailadmin/Makefile Tue Jun 25 20:59:02 2013 (r321767) @@ -3,7 +3,7 @@ PORTNAME= qmailadmin PORTVERSION= 1.2.15 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} \ @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= \ 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"