From feld@feld.me  Tue Sep 18 20:26:04 2012
Return-Path: <feld@feld.me>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3172A106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Sep 2012 20:26:04 +0000 (UTC)
	(envelope-from feld@feld.me)
Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2])
	by mx1.freebsd.org (Postfix) with ESMTP id F19258FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Sep 2012 20:26:02 +0000 (UTC)
Received: from feld by feld.me with local (Exim 4.80 (FreeBSD))
	(envelope-from <feld@feld.me>)
	id 1TE4Ms-000FNu-H6
	for FreeBSD-gnats-submit@freebsd.org; Tue, 18 Sep 2012 15:26:02 -0500
Message-Id: <E1TE4Ms-000FNu-H6@feld.me>
Date: Tue, 18 Sep 2012 15:26:02 -0500
From: Mark Felder <feld@feld.me>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] sysutils/xen-tools: fix rc script
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171753
>Category:       ports
>Synopsis:       [PATCH] sysutils/xen-tools: fix rc script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 18 20:30:09 UTC 2012
>Closed-Date:    Tue Sep 18 20:52:32 UTC 2012
>Last-Modified:  Tue Sep 18 21:00:11 UTC 2012
>Originator:     feld
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #5 r239731: Mon Aug 27 09:53:18 CDT
>Description:
rc script wasn't installing due to missing USE_RC_SUBR

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- xen-tools-4.1.3.patch begins here ---
diff -ruN --exclude=CVS ../xen-tools.orig/Makefile ./Makefile
--- ../xen-tools.orig/Makefile	2012-09-17 09:21:21.000000000 -0500
+++ ./Makefile	2012-09-18 15:23:27.000000000 -0500
@@ -25,6 +25,7 @@
 
 USE_GMAKE=	yes
 USE_PYTHON=	yes
+USE_RC_SUBR=	xe-daemon
 
 ONLY_FOR_ARCHS=		amd64 i386 ia64
 ONLY_FOR_ARCHS_REASON=	"not yet ported to anything other than amd64, i386, or ia64"
--- xen-tools-4.1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 18 20:30:22 UTC 2012 
Responsible-Changed-Why:  
swills@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171753 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Tue Sep 18 20:52:20 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171753 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171753: commit references a PR
Date: Tue, 18 Sep 2012 20:52:32 +0000 (UTC)

 Author: swills
 Date: Tue Sep 18 20:52:16 2012
 New Revision: 304459
 URL: http://svn.freebsd.org/changeset/ports/304459
 
 Log:
   - Fix RC script installation
   
   PR:		ports/171753
   Submitted by:	Mark Felder <feld@feld.me> (maintainer)
 
 Modified:
   head/sysutils/xen-tools/Makefile
 
 Modified: head/sysutils/xen-tools/Makefile
 ==============================================================================
 --- head/sysutils/xen-tools/Makefile	Tue Sep 18 20:47:49 2012	(r304458)
 +++ head/sysutils/xen-tools/Makefile	Tue Sep 18 20:52:16 2012	(r304459)
 @@ -6,6 +6,7 @@
  
  PORTNAME=	xen-tools
  PORTVERSION=	4.1.3
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  DISTNAME=	xen-${PORTVERSION}
  
 @@ -25,6 +26,7 @@ GITSRC=		${WRKDIR}/${GIT_ACCOUNT}-${GIT_
  
  USE_GMAKE=	yes
  USE_PYTHON=	yes
 +USE_RC_SUBR=	xe-daemon
  
  ONLY_FOR_ARCHS=		amd64 i386 ia64
  ONLY_FOR_ARCHS_REASON=	"not yet ported to anything other than amd64, i386, or ia64"
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
