From delphij@FreeBSD.ORG  Sat Feb 18 21:32:44 2006
Return-Path: <delphij@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 1035)
	id 9C9D416A423; Sat, 18 Feb 2006 21:32:44 +0000 (GMT)
Message-Id: <20060218213244.GA93597@hub.freebsd.org>
Date: Sat, 18 Feb 2006 21:32:44 +0000
From: Xin LI <delphij@freebsd.org>
To: Kris Kennaway <kris@obsecurity.org>
Cc: FreeBSD-gnats-submit@freebsd.org, portmgr@freebsd.org, re@freebsd.org
In-Reply-To: <20060218212620.GA19450@xor.obsecurity.org>
Subject: Re: [PATCH] Correct rc.d installation in bsd.port.mk for RELENG_6
References: <200602182117.k1ILHxEB012222@tarsier.delphij.net> <20060218212620.GA19450@xor.obsecurity.org>

>Number:         93538
>Category:       ports
>Synopsis:       Re: [PATCH] Correct rc.d installation in bsd.port.mk for RELENG_6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 18 21:40:04 GMT 2006
>Closed-Date:    Sun Feb 19 07:52:43 GMT 2006
>Last-Modified:  Sun Feb 19 07:52:43 GMT 2006
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 --J2SCkAp4GZ/dPZZf
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Sat, Feb 18, 2006 at 04:26:20PM -0500, Kris Kennaway wrote:
 > > >Fix:
 > > 	Because 700007 is greater than 600101, we should change it
 > > to 600101.
 > 
 > That will fail on 700006.
 
 Shoot, my bad.  patch updated.
 
 Cheers,
 
 --J2SCkAp4GZ/dPZZf
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch-bsd.port.mk"
 
 Index: bsd.port.mk
 ===================================================================
 RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
 retrieving revision 1.525
 diff -u -r1.525 bsd.port.mk
 --- bsd.port.mk	11 Feb 2006 02:34:48 -0000	1.525
 +++ bsd.port.mk	18 Feb 2006 21:30:46 -0000
 @@ -5123,7 +5123,7 @@
  .if defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES"
  	@${ECHO_CMD} "===> Installing rc.d startup script(s)"
  	@${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}
 -.if ${OSVERSION} >= 700007
 +.if ( ${OSVERSION} > 600101 && ${OSVERSION} < 700000 ) || ${OSVERSION} >= 700007
  	@for i in ${USE_RC_SUBR}; do \
  		${INSTALL_SCRIPT} ${WRKDIR}/$${i} ${PREFIX}/etc/rc.d/$${i%.sh}; \
  		${ECHO_CMD} "etc/rc.d/$${i%.sh}" >> ${TMPPLIST}; \
 
 --J2SCkAp4GZ/dPZZf--
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Feb 19 07:52:23 UTC 2006 
State-Changed-Why:  
Misfiled followup to ports/93536; content migrated. 


Responsible-Changed-From-To: gnats-admin->portmgr 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Feb 19 07:52:23 UTC 2006 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=93538 
>Unformatted:
