https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291508
Dima Panov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dima Panov <[email protected]> --- Try this: diff --git a/emulators/qemu-user-static-devel/Makefile b/emulators/qemu-user-static-devel/Makefile index 741b725056d0..a3b8eeb8e1b7 100644 --- a/emulators/qemu-user-static-devel/Makefile +++ b/emulators/qemu-user-static-devel/Makefile @@ -5,6 +5,9 @@ CATEGORIES= emulators PKGNAMESUFFIX= -user-static-devel DIST_SUBDIR= qemu/${PORTVERSION} +PATCH_SITES+= https://github.com/qemu-bsd-user/qemu-bsd-user/commit/ +PATCHFILES+= 1f063dd685091924407947e282f52d0dfedd93af.diff:-p1 + MAINTAINER= [email protected] COMMENT= QEMU CPU Emulator (github bsd-user branch) WWW= https://www.qemu.org/ diff --git a/emulators/qemu-user-static-devel/distinfo b/emulators/qemu-user-static-devel/distinfo index 0df9b90945cb..6931c5e226c4 100644 --- a/emulators/qemu-user-static-devel/distinfo +++ b/emulators/qemu-user-static-devel/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1643999565 +TIMESTAMP = 1762960819 SHA256 (qemu/6.2.50/qemu-bsd-user-qemu-bsd-user-6.2.50-64ff0f053df_GH0.tar.gz) = 5671ea6e1cbf7fd81a0a256d4c93271cfb7b96805910af1f4a249802df290dcb SIZE (qemu/6.2.50/qemu-bsd-user-qemu-bsd-user-6.2.50-64ff0f053df_GH0.tar.gz) = 31606163 SHA256 (qemu/6.2.50/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a SIZE (qemu/6.2.50/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 +SHA256 (qemu/6.2.50/1f063dd685091924407947e282f52d0dfedd93af.diff) = c64c210d6964523d60b9a30ca13df155b9ffdf37b5ec2c9f70ae4513ad0fcff7 +SIZE (qemu/6.2.50/1f063dd685091924407947e282f52d0dfedd93af.diff) = 1011 -- You are receiving this mail because: You are the assignee for the bug.
