summaryrefslogtreecommitdiff
path: root/emulators/qemu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emulators/qemu: fix build of tools on armv7Robert Clausecker46 hours1-1/+1
| | | | | | | No qemu-plugin.h on this architecture either. Approved by: portmgr (build fix blanket) MFH: 2025Q2
* emulators/qemu{,8}: Bump consumers of the net/libiscsi because the soname is ↵Vladimir Druzenko47 hours1-0/+1
| | | | | | bumped in last update PR: 286546
* emulators/qemu: Update version 9.2.3=>10.0.0Muhammad Moinur Rahman3 days3-7/+11
| | | | Changelog: https://wiki.qemu.org/ChangeLog/10.0
* emulators/qemu: Update version 9.2.2=>9.2.3Muhammad Moinur Rahman4 days2-4/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.2
* emulators/qemu: Update version 9.2.1=>9.2.2Muhammad Moinur Rahman11 days2-4/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.2
* emulators/qemu: Update version 9.2.0=>9.2.1Muhammad Moinur Rahman13 days3-5/+5
| | | | | | Changelog: https://wiki.qemu.org/ChangeLog/9.2 Sponsored by: The FreeBSD Foundation
* gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port moveCharlie Li2025-03-171-2/+2
| | | | | | The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
* emulators/qemu@guestagent: same pkg-plist fix for powerpc as i386Piotr Kubaj2025-01-221-1/+1
|
* emulators/qemu: Fix build on i386Muhammad Moinur Rahman2025-01-113-5/+16
| | | | | | | | | - qemu@tools and qemu@guestagent were failing on i386 due to some headers not being installed on i386 which is fixed. - qemu@tools support compression with zstd which was disabled. Enabled it to support compression of release artifacts. [1] Reported by: dch [1]
* emulators/qemu: Update version 9.1.2=>9.2.0Muhammad Moinur Rahman2024-12-233-6/+10
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.2
* emulators/qemu: Update version 9.1.1=>9.1.2Muhammad Moinur Rahman2024-12-212-4/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.1
* emulators/qemu: Update version 9.1.0=>9.1.1Muhammad Moinur Rahman2024-10-252-4/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.1
* emulators/qemu{-devel}: Ignore on i386Muhammad Moinur Rahman2024-09-191-1/+1
| | | | Currently these are failing to build on i386.
* emulators/qemu: Update version 9.0.2 => 9.1.0Muhammad Moinur Rahman2024-09-124-39/+7
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.1
* emulators/qemu: Update version 9.0.1=>9.0.2Muhammad Moinur Rahman2024-07-273-36/+9
| | | | | | | | - Fix plist issue for qemu@tools [1] Changelog: https://wiki.qemu.org/ChangeLog/9.0 PR: 273811 [1] Reported by: meta [1]
* emulators/qemu: Update version 9.0.0=>9.0.1Muhammad Moinur Rahman2024-06-142-4/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.0
* emulators/qemu: Update version 8.2.2=>9.0.0Muhammad Moinur Rahman2024-04-294-23/+9
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.0
* emulators/qemu: Switch CAPSTONE dependency to Capstone 5Gleb Popov2024-04-191-2/+2
| | | | Approved by: bofh (maintainer)
* emulators/qemu: Fix regression in gmakeMuhammad Moinur Rahman2024-03-091-2/+3
| | | | | | | | | | | | | This issue started popping up after the latest gmake upgrade. Although there are multiple ways of fixing this I will stick with the preferred path by tijl@ as he is trying to address the issue with other ports. As I am not sure sure whether if this triggers a different binary being generated but for the safest route bumping portrevision. This problem is not reproducible for people using poudreiere to build their ports PR: 277527 Reported by: rozhuk.im@gmail.com
* emulators/qemu: Update version 8.2.1=>8.2.2Muhammad Moinur Rahman2024-03-052-4/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.2
* emulators/qemu: fix build on powerpc*Piotr Kubaj2024-02-111-5/+18
| | | | | | | | | | ../util/cpuinfo-ppc.c:49:18: error: use of undeclared identifier 'PPC_FEATURE2_ISEL' if (hwcap2 & PPC_FEATURE2_ISEL) { ^ ../util/cpuinfo-ppc.c:62:26: error: use of undeclared identifier 'PPC_FEATURE2_VEC_CRYPTO' if (hwcap2 & PPC_FEATURE2_VEC_CRYPTO) { ^ 2 errors generated.
* emulators/qemu: Update version 8.2.0=>8.2.1Muhammad Moinur Rahman2024-01-303-8/+10
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.2
* emulators/qemu: Moved man to share/manMuhammad Moinur Rahman2024-01-294-26/+26
| | | | Approved by: portmgr (blanket)
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-4/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-0/+1
| | | | New version of gtk3 in tree
* emulators/qemu: Update version 8.1.3=>8.2.0Muhammad Moinur Rahman2023-12-234-9/+10
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.2
* emulators/qemu: Update version 8.1.2=>8.1.3Muhammad Moinur Rahman2023-11-222-4/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.1
* emulators/qemu: Update version 8.1.1=>8.1.2Muhammad Moinur Rahman2023-10-182-4/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.1
* emulators/qemu: Update version 8.1.0=>8.1.1Muhammad Moinur Rahman2023-09-232-4/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.1
* emulators/qemu: fix build on powerpc64*Piotr Kubaj2023-08-291-0/+18
| | | | | 1. asm/cputable.h is Linux-only. 2. FreeBSD doesn't yet officially support POWER10, so we don't define PPC_FEATURE2_ARCH_3_1.
* emulators/qemu: Update version 8.0.4=>8.1.0Muhammad Moinur Rahman2023-08-255-29/+6
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.1
* emulators/qemu: Update version 8.0.3=>8.0.4Muhammad Moinur Rahman2023-08-132-5/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.0
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-281-0/+1
| | | | New major version 3.0.0
* emulators/qemu: Update version 8.0.2=>8.0.3Muhammad Moinur Rahman2023-07-153-4/+21
| | | | | | | | - Add guest-agent flavor specific pkg-message [1] Changelog: https://wiki.qemu.org/ChangeLog/8.0 PR: 271204 [1] Reported by: Miroslav Lachman <000.fbsd@quip.cz> [1]
* emulators/qemu: Update version 8.0.0=>8.0.2Muhammad Moinur Rahman2023-06-032-5/+5
| | | | | | | - Exclude OPENGL option for nox11 flavor [1] Changelog: https://wiki.qemu.org/ChangeLog/8.0 Reported by: otis [1]
* ASCII'ze port descriptions which were (ab)using UTF-8 punctuationAlexey Dokuchaev2023-05-091-2/+2
| | | | | While here, run these files through a spell-checker and wrap some overly long lines and/or dangling prepositions (when appropriate).
* emulators/qemu@guestagent: Fix buildMuhammad Moinur Rahman2023-05-071-1/+1
| | | | | PR: 271294 Reported by: julien.dlq@gmail.com
* emulators/qemu: Update version 7.2.1=>8.0.0Muhammad Moinur Rahman2023-05-067-43/+25
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.0
* emulators/qemu: Update version 7.2.0=>7.2.1Muhammad Moinur Rahman2023-04-142-5/+4
| | | | Changelog: https://wiki.qemu.org/ChangeLog/7.2
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* emulators/qemu: Fix missing LIB_DEPENDSMaksym Sobolyev2023-02-111-2/+3
| | | | | | | | | | | | | | | | | | Add net/libslirp into LIB_DEPENDS, now required for making user networking functional. In qemu 7.2 release the slirp code has been moved out of the source package and is enabled/disabled at the build time based on the availability of the libslirp shared library. As such, it needs to be added into LIB_DEPENDS to make this feature available in the quemu package. See https://wiki.qemu.org/ChangeLog/7.2#Removal_of_the_.22slirp.22_submodule_.28affects_.22-netdev_user.22.29 for a reference. PR: 269475 Reported by: sobomax
* emulators/qemu: Fix plist issue with DOCS=offRyan Steinmetz2023-01-221-6/+6
|
* emulators/qemu: Add FLAVOR for the qemu guest agentRyan Steinmetz2023-01-204-16/+114
| | | | | | - Bump PORTREVISION Approved by: maintainer (via IRC)
* emulators/qemu: remove now-obsolete comment about i386Dimitry Andric2023-01-161-1/+0
| | | | | As of commit 5fcabb512923 qemu builds for i386 again without any vm_page_t related errors, so the comment is no longer applicable.
* emulators/qemu: Re-enable build for i386Muhammad Moinur Rahman2023-01-144-8/+8
| | | | | | | | During the upgrade to 7.0 the build of qemu for i386 got disabled, due to "unknown-type name 'vm_page_t'" errors. This has been fixed. PR: 268647 Reported by: dim
* emulators/qemu: Update version 7.1.0=>7.2.0Muhammad Moinur Rahman2022-12-314-24/+11
| | | | | | - Disable guest-agent Relnotes: https://wiki.qemu.org/ChangeLog/7.2
* emulators/qemu*: Fix WWWMuhammad Moinur Rahman2022-11-101-1/+1
| | | | | PR: 267686 Reported by: grahamperrin
* emulators/qemu{,70}: enable for aarch64Kyle Evans2022-11-021-4/+4
| | | | | | | | | | | | | | | | Piggy-back off of the work done for powerpc64 to enable aarch64. ppc64 was untested, though I did sanity check MAKE_ARGS with ARCH forced to both powerpc64 and powerpc64le. Both result in ARCH=ppc64, as they did before. While we're here, enable ${MAKE_JOBS_NUMBER} support -- the meson build will carry any -j flag passed to gmake on to ninja, otherwise it will default to -j1. Approved by: bofh (maintainer) Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D37234
* emulators/qemu: Fix build with CAPSTONEMuhammad Moinur Rahman2022-09-111-1/+1
| | | | Reported by: olgeni
* emulators/qemu: Update version 7.0.0=>7.1.0Muhammad Moinur Rahman2022-09-095-11/+36
| | | | | | | | | | | | - Unbreak on latest HEAD [1] Users who want to stick with 7.0.X branch please check UPDATING or use qemu6. As previous qemu comes with three flavors: the default with X11 support, -nox11 without X11 support and -tools which installs only a subset of entire qemu. Reported by: jhb [1] Relnotes: https://wiki.qemu.org/ChangeLog/7.1