Bug 157697 - [new port] net-mgmt/virtinst: Module to help in starting installations inside of virtual machines
Summary: [new port] net-mgmt/virtinst: Module to help in starting installations inside...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 00:50 UTC by Jason Helfman
Modified: 2011-07-09 08:00 UTC (History)
0 users

See Also:


Attachments
file.shar (10.04 KB, text/plain)
2011-06-08 00:50 UTC, Jason Helfman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Helfman 2011-06-08 00:50:03 UTC
net-mgmt/virtinst: Module to help in starting installations inside of virtual machines
Builds cleanly in Tinderbox.
Comment 1 Jason 2011-06-10 20:00:36 UTC
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
Comment 2 Bernhard Froehlich freebsd_committer freebsd_triage 2011-06-20 19:57:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-09 07:55:33 UTC
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"
Comment 4 Bernhard Froehlich freebsd_committer freebsd_triage 2011-07-09 07:56:05 UTC
State Changed
From-To: open->closed

New port added. Thanks!