Index: Makefile =================================================================== --- Makefile (revision 382937) +++ Makefile (working copy) @@ -15,7 +15,7 @@ LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:${PORTSDIR}/textproc/py-libxml2 \ - ${PYTHON_PKGNAMEPREFIX}vte>=0.26.2:${PORTSDIR}/x11-toolkits/py-vte \ + vte3>=0:${PORTSDIR}/x11-toolkits/vte3 \ ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \ ${PYTHON_PKGNAMEPREFIX}urlgrabber>=0:${PORTSDIR}/www/py-urlgrabber \ ${PYTHON_PKGNAMEPREFIX}libvirt>=0:${PORTSDIR}/devel/py-libvirt \ @@ -22,7 +22,7 @@ gtk-vnc>=0.4.4:${PORTSDIR}/net/gtk-vnc \ libvirt-glib>=0.1.9:${PORTSDIR}/devel/libvirt-glib \ libosinfo>=0:${PORTSDIR}/devel/libosinfo \ - ${PYTHON_PKGNAMEPREFIX}spice-gtk>=0.26:${PORTSDIR}/deskutils/py-spice-gtk + spice-gtk>=0.26:${PORTSDIR}/deskutils/spice-gtk PYDISTUTILS_INSTALLNOSINGLE= yes PYDISTUTILS_CONFIGURE_TARGET= configure Index: files/patch-virtManager_serialcon.py =================================================================== --- files/patch-virtManager_serialcon.py (revision 0) +++ files/patch-virtManager_serialcon.py (working copy) @@ -0,0 +1,21 @@ +From edf9bf0aad2319c3df58d36fb89266fa4c6e8429 Mon Sep 17 00:00:00 2001 +From: Cole Robinson +Date: Fri, 19 Sep 2014 20:35:06 -0400 +Subject: serialcon: Drop use of yet more removed API + + +diff --git virtManager/serialcon.py virtManager/serialcon.py +index f217406..73e76a6 100644 +--- virtManager/serialcon.py ++++ virtManager/serialcon.py +@@ -326,7 +326,6 @@ class vmmSerialConsole(vmmGObject): + self.terminal = Vte.Terminal() + self.terminal.set_scrollback_lines(1000) + self.terminal.set_audible_bell(False) +- self.terminal.set_visible_bell(True) + + self.terminal.connect("button-press-event", self.show_serial_rcpopup) + self.terminal.connect("commit", self.console.send_data, self.terminal) +-- +cgit v0.10.2 + Property changes on: files/patch-virtManager_serialcon.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property