ports/64383: [Maintainer] sysutils/uschedule: DISABLE_SIZE -> NO_SIZE

Thomas-Martin Seck tmseck at netcologne.de
Wed Mar 17 18:40:15 UTC 2004


>Number:         64383
>Category:       ports
>Synopsis:       [Maintainer] sysutils/uschedule: DISABLE_SIZE -> 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 17 10:40:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of Mar 17, 2004.

	
>Description:
Use the correct variable to turn off the object size check.
While at it, beautify the make(1) substitution used for
PLIST_FILES generation.
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/uschedule/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	17 Mar 2004 07:29:39 -0000	1.1
+++ Makefile	17 Mar 2004 18:20:45 -0000
@@ -16,7 +16,7 @@
 BUILD_DEPENDS=	${LOCALBASE}/bin/tai64nlocal:${PORTSDIR}/sysutils/daemontools
 RUN_DEPENDS=	${LOCALBASE}/bin/multilog:${PORTSDIR}/sysutils/daemontools
 
-DISABLE_SIZE=	yes
+NO_SIZE=	yes
 WRKSRC=		${WRKDIR}/admin/${DISTNAME}
 
 MAN1=		uschedule.1 uschedulecmd.1 uscheduleconf.1 uschedulecp.1 \
@@ -27,8 +27,8 @@
 bin=		uschedule uschedulecmd uscheduleconf uschedulecp \
 		uscheduleedit uschedulelist uschedulerm
 sbin=		uscheduled
-PLIST_FILES=	${bin:S/^/bin\//}
-PLIST_FILES+=	${sbin:S/^/sbin\//}
+PLIST_FILES=	${bin:S,^,bin/,}
+PLIST_FILES+=	${sbin:S,^,sbin/,}
 
 do-build:
 	cd ${WRKSRC} && package/compile && package/check
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/uschedule/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	17 Mar 2004 07:29:39 -0000	1.1
+++ distinfo	17 Mar 2004 18:21:00 -0000
@@ -1,2 +1 @@
 MD5 (uschedule-0.7.0.tar.gz) = a91fbf7b6971b033687a234edfde5da7
-SIZE (uschedule-0.7.0.tar.gz) = 72573
	


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



More information about the freebsd-ports-bugs mailing list