Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2012 15:26:02 -0500
From:      Mark Felder <feld@feld.me>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171753: [PATCH] sysutils/xen-tools: fix rc script
Message-ID:  <E1TE4Ms-000FNu-H6@feld.me>
Resent-Message-ID: <201209182030.q8IKUABZ075678@freefall.freebsd.org>

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

>Number:         171753
>Category:       ports
>Synopsis:       [PATCH] sysutils/xen-tools: fix rc script
>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:   Tue Sep 18 20:30:09 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1TE4Ms-000FNu-H6>