aboutsummaryrefslogtreecommitdiff
path: root/deskutils/virt-manager
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* deskutils/virt-manager: update to 3.2.0Roman Bogorodskiy2020-11-172-5/+4
| | | | Notes: svn path=/head/; revision=555556
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-091-0/+1
| | | | | | | | | | | | | | - switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878 Notes: svn path=/head/; revision=554733
* deskutils/virt-manager: update to 3.1.0Roman Bogorodskiy2020-10-032-4/+4
| | | | Notes: svn path=/head/; revision=551257
* deskutils/virt-manager: update to 3.0.0Roman Bogorodskiy2020-09-193-15/+15
| | | | Notes: svn path=/head/; revision=548963
* deskutils/virt-manager: add missing dependencyRoman Bogorodskiy2019-10-271-1/+2
| | | | | | | | | | Register dependency on gtksourceview4. Without it, virt-manager fails to open VM details window. Reported by: Musaelyanc Alexey Notes: svn path=/head/; revision=515765
* - no longer hosting distfilesJason Helfman2019-09-051-2/+1
| | | | Notes: svn path=/head/; revision=511263
* deskutils/virt-manager: update to 2.2.1Roman Bogorodskiy2019-07-282-5/+4
| | | | Notes: svn path=/head/; revision=507503
* Remove esound support from pulseaudio as audio/esound expired.Rene Ladan2019-05-011-0/+1
| | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* Notes: svn path=/head/; revision=500606
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2019-02-152-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=493016
* deskutils/virt-manager: update to 2.1.0Roman Bogorodskiy2019-02-072-4/+4
| | | | Notes: svn path=/head/; revision=492375
* Do not set INSTALLS_ICONS twiceTobias Kortkamp2019-01-081-2/+1
| | | | | | | While here add USES=gnome Notes: svn path=/head/; revision=489673
* deskutils/virt-manager: add USE_PYTHON=noflavorsTobias C. Berner2019-01-061-1/+1
| | | | | | | | | | [00:01:34] Warning: (deskutils/virt-manager@py35): Error: Duplicated origin for virt-manager-2.0.0: deskutils/virt-manager@py35 AND deskutils/virt-manager. Rerun with -v to see which ports are depending on these. [00:01:34] Warning: (deskutils/virt-manager@py37): Error: Duplicated origin for virt-manager-2.0.0: deskutils/virt-manager@py37 AND deskutils/virt-manager. Rerun with -v to see which ports are depending on these. Approved by: portmgr (antoine) Notes: svn path=/head/; revision=489487
* deskutils/virt-manager: update to 2.0.0Roman Bogorodskiy2018-11-123-13/+9
| | | | | | | | * Bump required to 3.3+ as 2.7 is no longer supported * Drop www/py-urlgrabber dependency as it's not used anymore Notes: svn path=/head/; revision=484811
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-6/+6
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* deskutils/virt-manager: update to 1.5.1Roman Bogorodskiy2018-04-292-5/+6
| | | | | | | | Also, and runtime dependency on security/openssh-askpass which is used when connecting over ssh. Notes: svn path=/head/; revision=468628
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* deskutils/virt-manager: update to 1.4.3Roman Bogorodskiy2017-09-242-4/+4
| | | | Notes: svn path=/head/; revision=450485
* deskutils/virt-manager: update to 1.4.2Roman Bogorodskiy2017-09-032-4/+4
| | | | Notes: svn path=/head/; revision=449173
* deskutils/virt-manager: update to 1.4.1Roman Bogorodskiy2017-07-143-40/+4
| | | | | | | | | | | | - Update to 1.4.1 - Drop patch-virtManager_viewers.py as it was previously cherry-picked from upstream, but it's included into this release PR: 220515 Submitted by: Yonas Yanfa Notes: svn path=/head/; revision=445763
* deskutils/virt-manager: fix spice consoleRoman Bogorodskiy2016-11-202-0/+36
| | | | | | | | | | | | - add an upstream patch to fix spice console - bump PORTREVISION PR: 214625 Submitted by: Alexandr Krivulya Obtained from: upstream git repository Notes: svn path=/head/; revision=426603
* deskutils/virt-manager: update to 1.4.0Roman Bogorodskiy2016-07-032-4/+4
| | | | Notes: svn path=/head/; revision=417980
* deskutils/virt-manager: add missing run dep on www/py-requestsRoman Bogorodskiy2016-04-121-0/+2
| | | | | | | | | Bump PORTREVISION due to packaging change. Reported by: Rainbow <rainbow@hacker.horse> Notes: svn path=/head/; revision=413147
* deskutils/virt-manager: update to 1.3.2Roman Bogorodskiy2016-04-096-72/+18
| | | | Notes: svn path=/head/; revision=412795
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* - over to novel@Jason Helfman2015-09-291-1/+1
| | | | Notes: svn path=/head/; revision=398185
* - address location of cpu_map.xml in capabilities.py [1]Jason Helfman2015-09-173-0/+41
| | | | | | | | | | | | | | | - Use GtkVnc.Display() not GtkVnc.Display.new() [2] - bump portrev Both of these issues have been addressed upstream by crobinso@redhat.com: [1] https://github.com/virt-manager/virt-manager/commit/b15c44923c9af9d42d04a508de0d9cc8744dc73e [2] https://github.com/virt-manager/virt-manager/commit/5df6757a0bd9b8f4dcca17a73bad3d9fe46d7823 PR: 203152 [2] Submitted by: yonas@fizk.net [2], daniel@morante.net (via mail) [1] Notes: svn path=/head/; revision=397122
* - update to 1.2.1Jason Helfman2015-08-105-54/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Changelog: Release 1.2.1 (June 06, 2015) ----------------------------- - Bugfix release - Fix connecting to older libvirt versions (Michal Kepie'n) - Fix connecting to VM console with non-IP hostname (Giuseppe Scrivano) - Fix addhardware/create wizard errors when a nodedev disappears - Fix adding a second cdrom via customize dialog Release 1.2.0 (May 04, 2015) ---------------------------- - OVMF/AAVMF Support (Laszlo Ersek, Giuseppe Scrivano, Cole Robinson) - Improved support for AArch64 qemu/kvm - virt-install: Support --disk type=network parameters - virt-install: Make --disk just work - virt-install: Add --disk sgio= option (Giuseppe Scrivano) - addhardware: default to an existing bus when adding a new disk (Giuseppe Scrivano) - virt-install: Add --input device option - virt-manager: Unify storagebrowser and storage details functionality - virt-manager: allow setting a custom connection row name - virt-install: Support --hostdev scsi passthrough - virt-install: Fill in a bunch of --graphics spice options - Disable spice image compression for new local VMs - virt-manager: big reworking of the migration dialog Notes: svn path=/head/; revision=393907
* - address python issue with Uses shebangJason Helfman2015-08-071-2/+2
| | | | | | | | PR: 202106 Reported by: lantw44@gmail.com Notes: svn path=/head/; revision=393698
* - Properly fix all shebangsDmitry Marakasov2015-08-061-5/+5
| | | | | | | | | | | - Add NO_ARCH Reported by: kwm Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393651
* - Fix shebangsDmitry Marakasov2015-07-281-2/+5
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393113
* - fix Xen text console issueJason Helfman2015-04-292-1/+33
| | | | | | | | PR: 199750 Submitted by: lantw44@gmail.com Notes: svn path=/head/; revision=384986
* - fix outdated dependencies, and address old api [1]Jason Helfman2015-04-083-7/+28
| | | | | | | | | | - while here address autoplist issue and sort python variables PR: 199108 [1] Submitted by: lantw44@gmail.com [1] Notes: svn path=/head/; revision=383599
* Fix a typo in RUN_DEPENDSAntoine Brodin2015-02-111-1/+1
| | | | Notes: svn path=/head/; revision=378860
* - py-spice-gtk has been added as dependencyJason Helfman2015-02-092-24/+4
| | | | | | | | | | - bump portrevision PR: 195809 Reported by: amdmi3@ Notes: svn path=/head/; revision=378740
* - remove CPE information, as it is not registeredJason Helfman2014-12-041-2/+1
| | | | Notes: svn path=/head/; revision=373976
* - detect libosinfo more effectivelyJason Helfman2014-11-212-147/+3
| | | | | | | | - add cpe information - remove pkg-plist (missed in r372972) Notes: svn path=/head/; revision=373020
* - update to 1.1.0Jason Helfman2014-11-215-25/+93
| | | | | | | | | | | | - patch to work with gtk2/3 [1] - this update obsoletes net-mgmt/virtinst (merged) Changelog: See http://virt-manager.org/download/ Obtained from: https://build.opensuse.org/package/view_file/openSUSE \ :Factory/virt-manager/virt-manager-Gtk-30.patch [1] Notes: svn path=/head/; revision=372972
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* - update libvirt to 1.2.10Jason Helfman2014-11-041-1/+1
| | | | | | | - chase shared library bump Notes: svn path=/head/; revision=372162
* - update libvirt,py-libvirt,libvirt-glib to 0.1.9Jason Helfman2014-10-291-1/+1
| | | | | | | | | | | - shift var from ${PREFIX} to /var - bump shared libs of dep. port PR: 192441 (based on) Submitted by: olevole@olevole.ru Notes: svn path=/head/; revision=371717
* Cleanup plistBaptiste Daroussin2014-10-201-17/+0
| | | | Notes: svn path=/head/; revision=371262
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* security/libssh2:Tijl Coosemans2014-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and USES=pathfix - Add INSTALL_TARGET=install-strip - Only depend on openssl if GCRYPT option is off - Sanitize libssh2.pc devel/libvirt: - Remove workaround for broken libssh2.pc - Add USES=libtool and bump dependent ports - Convert to INSTALL_TARGET=install-strip devel/libvirt-glib: - Convert to USES=libtool Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366456
* - bring in dependency of devel/py-libvirtJason Helfman2014-06-021-2/+3
| | | | | | | | PR: ports/190278 Submitted by: rakuco@ Notes: svn path=/head/; revision=356233
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Supprot stageBaptiste Daroussin2014-04-042-14/+5
| | | | | | | Use options helpers Notes: svn path=/head/; revision=350110