net-mgmt/virtinst: Module to help in starting installations inside of virtual machines Builds cleanly in Tinderbox.
I was notified of a missing dependency once I had mentioned that it was required for another port by the same vendor. Here is the patch: Index: Makefile =================================================================== --- Makefile (revision 651) +++ Makefile (working copy) @@ -15,6 +15,7 @@ COMMENT= Module to help in starting installations inside of virtual machines LIB_DEPENDS+= virt.9:${PORTSDIR}/devel/libvirt +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber USE_GETTEXT= yes USE_PYTHON_RUN= yes -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5
Responsible Changed From-To: freebsd-ports-bugs->decke I'll take it.
decke 2011-07-09 06:55:22 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/virtinst Makefile distinfo pkg-descr pkg-plist Log: virtinst is a module to help in starting installations of Fedora/Red Hat Enterprise Linux related distributions inside of virtual machines. It supports both paravirt guests (for which only FC and RHEL guests are currently supported) as well as fully virtualized guests. It uses libvirt (http://www.libvirt.org) for starting things. WWW: http://virt-manager.org PR: ports/157697 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Revision Changes Path 1.248 +1 -0 ports/net-mgmt/Makefile 1.1 +31 -0 ports/net-mgmt/virtinst/Makefile (new) 1.1 +2 -0 ports/net-mgmt/virtinst/distinfo (new) 1.1 +8 -0 ports/net-mgmt/virtinst/pkg-descr (new) 1.1 +176 -0 ports/net-mgmt/virtinst/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!