Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 06:29:40 GMT
From:      Hideo Matsumoto <hideo-m@pekeq.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159513: [patch] net/vmware-vsphere-cli add vifs, vihostupdate
Message-ID:  <201108040629.p746Tef6082842@red.freebsd.org>
Resent-Message-ID: <201108040630.p746UCY2032341@freefall.freebsd.org>

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

>Number:         159513
>Category:       ports
>Synopsis:       [patch] net/vmware-vsphere-cli add vifs, vihostupdate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 04 06:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Hideo Matsumoto
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD zfs1 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
net/vmware-vsphere-cli port does not install "vifs" and "vihostupdate" command.
Those tools are useful so please include it into Makefile.

>How-To-Repeat:
n/a
>Fix:


Patch attached with submission follows:

--- net/vmware-vsphere-cli/Makefile.orig	2011-07-16 06:15:27.000000000 +0900
+++ net/vmware-vsphere-cli/Makefile	2011-08-04 15:29:05.998038674 +0900
@@ -67,5 +67,7 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/svmotion ${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/vmware-cmd ${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/vmkfstools ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/vifs ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/vihostupdate ${PREFIX}/bin
 
 .include <bsd.port.post.mk>


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



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