Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2012 16:50:04 GMT
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/169211: new port: emulators/vboxtool, provides effective control of VirtualBox machines
Message-ID:  <201206221650.q5MGo40x049459@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169211; it has been noted by GNATS.

From: Michael Scheidell <scheidell@FreeBSD.org>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/169211: new port: emulators/vboxtool, provides effective
 control of VirtualBox machines
Date: Fri, 22 Jun 2012 12:47:35 -0400

 Pierre:
 
 Thanks for contributing to FreeBSD.  I am sure that a vboxtool like this 
 will be very handy for the people who need it.
 
 A couple of random suggestions:
 (sed 's/linux/FreeBSD/' *)... like in pkg-message.
 
 bash:
 can you rewrite this using sh? if not, you also need to include bash as 
 a RUN_DEPENDS.
 
 /usr/local/
 
 make sure you honor ${PREFIX} and ${LOCALBASE},
 
 one too many //
 
 ${WRKSRC}//COPYING.txt
 X
 
 RUN_DEPENDS=	${LOCALBASE}/bin/VBoxManage
 
 (skip )${LOCALBASE}/bin/
 
 
 do_install:
 
 ${INSTALL_SCRIPT} -m 0740 will do instead of the extra chmod, right?
 
 vboxtool/files/patch-script-vboxtool.
 
 make it an .* in and pass it so it can honor %%PREFIX%% and %%LOCALBASE%%
 
 vboxtool_conf='/usr/local/etc/vboxtool/vboxtool.conf'
 
 in pkg_add/make/ pkg-plist (with @exec, unexec), you will want to install a sample, and cmp it to conf so you don't overwrite users .conf files.
 
 
 
 -- 
 Michael Scheidell, CTO
  >*| * SECNAP Network Security Corporation
 d: +1.561.948.2259
 w: http://people.freebsd.org/~scheidell



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