Skip site navigation (1)Skip section navigation (2)
Date:      11 Mar 2004 06:46:40 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64085: [Maintainer] mail/usendmail: use NO_SIZE
Message-ID:  <20040311064640.750.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200403110650.i2B6oBfo039644@freefall.freebsd.org>

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

>Number:         64085
>Category:       ports
>Synopsis:       [Maintainer] mail/usendmail: use NO_SIZE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 10 22:50:10 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
private site in Germany
>Environment:
FreeBSD ports repository as of Mar 11, 2004.

	
>Description:
Use the correct tunable NO_SIZE to avoid problems with the
publicfile HTTP daemon serving the master site and remove
SIZE from the distinfo.
DISABLE_SIZE is meant to be set by the user, not the port.
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/usendmail/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	5 Mar 2004 19:16:54 -0000	1.2
+++ Makefile	11 Mar 2004 06:40:45 -0000
@@ -19,7 +19,7 @@
 
 QMAIL_DIR?=	/var/qmail
 
-DISABLE_SIZE=	yes
+NO_SIZE=	yes
 USE_REINPLACE=	yes
 WRKSRC=		${WRKDIR}/mail/${DISTNAME}
 PKGMESSAGE=	${WRKDIR}/pkg-message
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/usendmail/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	29 Feb 2004 22:55:16 -0000	1.1
+++ distinfo	11 Mar 2004 06:41:10 -0000
@@ -1,2 +1 @@
 MD5 (usendmail-0.1.6.tar.gz) = de4b8f1ad8eb9b24b3b8d887aa94fddc
-SIZE (usendmail-0.1.6.tar.gz) = 51071


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



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