mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
emulators/qemu-user-static-devel: Fix build on 12 and 13
The last update broke the build on FreeBSD 12 and 13. This fixes that with the upstreamed fix. It also moves to a slightly newer upstream version and resolves a number of accumulated conflicts.
This commit is contained in:
parent
491b15ab8e
commit
96f234ff60
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= qemu
|
||||
PORTVERSION= 6.2.50
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
PKGNAMESUFFIX= -user-static-devel
|
||||
DIST_SUBDIR= qemu/${PORTVERSION}
|
||||
|
@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libglib-2.0.a:devel/glib20 \
|
|||
USES= bison compiler:c11 cpe gmake ninja:build perl5 pkgconfig python:build
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TUPLE= qemu-bsd-user:qemu-bsd-user:93dc565013e \
|
||||
GH_TUPLE= qemu-bsd-user:qemu-bsd-user:64ff0f053df \
|
||||
qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1643407242
|
||||
SHA256 (qemu/6.2.50/qemu-bsd-user-qemu-bsd-user-6.2.50-93dc565013e_GH0.tar.gz) = 12bf8adc994e0d1e1683b673f035816316a9ef20d75af549b33fc9203aa731a3
|
||||
SIZE (qemu/6.2.50/qemu-bsd-user-qemu-bsd-user-6.2.50-93dc565013e_GH0.tar.gz) = 32163915
|
||||
TIMESTAMP = 1643999565
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue