Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 17:55:45 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387393 - in head/mail: postfix postfix-current
Message-ID:  <201505251755.t4PHtj9O064462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon May 25 17:55:45 2015
New Revision: 387393
URL: https://svnweb.freebsd.org/changeset/ports/387393

Log:
  VDA: Remove misleading '32bit' in description.
  
  This stemmed from older VDA patches which provided a default patch which only
  used 'long' for its data types and a '64bit' patch which used 'long long'.
  On 32bit systems 'long' is limited to a 2GB quota while on 64bit systems it will
  not be. They later renamed the '64bit' patch to be 'bigquota'. They no longer
  provide a 'bigquota' patch due to less demand as most systems are 64bit
  today and do not have the small 2GB quota limitation with the 'long' type.
  The description of '32bit' was not accurate or useful anymore.
  
  Upstream discussion: http://sourceforge.net/p/vda/mailman/message/24713171/

Modified:
  head/mail/postfix-current/Makefile
  head/mail/postfix/Makefile

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Mon May 25 17:36:47 2015	(r387392)
+++ head/mail/postfix-current/Makefile	Mon May 25 17:55:45 2015	(r387393)
@@ -71,7 +71,7 @@ LDAP_SASL_DESC=	LDAP client-to-server SA
 LMDB_DESC=	LMDB maps
 SPF_DESC=	SPF support (via libspf2 1.2.x)
 TEST_DESC=	SMTP/LMTP test server and generator
-VDA_DESC=	VDA (Virtual Delivery Agent 32Bit)
+VDA_DESC=	VDA (Virtual Delivery Agent)
 
 RG1_DESC=	Dovecot SASL authentication methods
 DOVECOT_DESC=	Dovecot 1.x SASL authentication method

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Mon May 25 17:36:47 2015	(r387392)
+++ head/mail/postfix/Makefile	Mon May 25 17:55:45 2015	(r387393)
@@ -69,7 +69,7 @@ LDAP_SASL_DESC=	LDAP client-to-server SA
 LMDB_DESC=	LMDB maps
 SPF_DESC=	SPF support (via libspf2 1.2.x)
 TEST_DESC=	SMTP/LMTP test server and generator
-VDA_DESC=	VDA (Virtual Delivery Agent 32Bit)
+VDA_DESC=	VDA (Virtual Delivery Agent)
 
 RG1_DESC=	Dovecot SASL authentication methods
 DOVECOT_DESC=	Dovecot 1.x SASL authentication method



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