Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2010 13:14:48 GMT
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153544: [patch] remove NO_SIZE from ports which don't need it
Message-ID:  <201012301314.oBUDEmbU003053@red.freebsd.org>
Resent-Message-ID: <201012301320.oBUDK6ju098749@freefall.freebsd.org>

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

>Number:         153544
>Category:       ports
>Synopsis:       [patch] remove NO_SIZE from ports which don't need it
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 30 13:20:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
ftp/ftpcop
mail/usendmail
sysutils/uschedule
net/forg

are the only ports currently marked with NO_SIZE
of these 4 the first three do actually report a size (or least generate no warning when built without NO_SIZE)
therefore NO_SIZE should be removed from the first three
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/usendmail/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	28 Nov 2009 14:58:56 -0000	1.8
+++ Makefile	30 Dec 2010 12:42:42 -0000
@@ -16,7 +16,6 @@
 
 USE_QMAIL=	yes
 
-NO_SIZE=	yes
 WRKSRC=		${WRKDIR}/mail/${DISTNAME}
 
 PLIST_FILES=	sbin/usendmail
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/ftpcopy/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	13 Jun 2010 11:57:34 -0000	1.26
+++ Makefile	30 Dec 2010 12:44:08 -0000
@@ -17,7 +17,6 @@
 
 WRKSRC=		${WRKDIR}/web/${DISTNAME}
 
-NO_SIZE=	yes	# mastersite doesn't report size
 MAN1=		ftpcopy.1 ftpcp.1 ftpls.1
 
 pre-build:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/uschedule/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	28 Nov 2009 14:58:57 -0000	1.5
+++ Makefile	30 Dec 2010 12:57:59 -0000
@@ -17,7 +17,6 @@
 BUILD_DEPENDS=	${LOCALBASE}/bin/tai64nlocal:${PORTSDIR}/sysutils/daemontools
 RUN_DEPENDS=	${LOCALBASE}/bin/multilog:${PORTSDIR}/sysutils/daemontools
 
-NO_SIZE=	yes
 WRKSRC=		${WRKDIR}/admin/${DISTNAME}
 
 MAN1=		uschedule.1 uschedulecmd.1 uscheduleconf.1 uschedulecp.1 \


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



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