svn commit: r562222 - head/emulators/qemu-utils
Jan Beich
jbeich at FreeBSD.org
Thu Jan 21 16:47:22 UTC 2021
Author: jbeich
Date: Thu Jan 21 16:47:21 2021
New Revision: 562222
URL: https://svnweb.freebsd.org/changeset/ports/562222
Log:
emulators/qemu-utils: unbreak after r553312
Due to many breaking changes temporarily switch to qemu42.
===> Applying extra patch files/patch-configure
1 out of 2 hunks failed--saving rejects to configure.rej
===> Applying extra patch files/patch-Makefile
2 out of 3 hunks failed--saving rejects to Makefile.rej
ERROR: unknown option --disable-bluez
strip: open ../stage/usr/local/bin/qemu-* failed: No such file or directory
PR: 252498
Modified:
head/emulators/qemu-utils/Makefile (contents, props changed)
Modified: head/emulators/qemu-utils/Makefile
==============================================================================
--- head/emulators/qemu-utils/Makefile Thu Jan 21 16:15:34 2021 (r562221)
+++ head/emulators/qemu-utils/Makefile Thu Jan 21 16:47:21 2021 (r562222)
@@ -5,8 +5,6 @@ PKGNAMESUFFIX= -utils
MAINTAINER= ken at FreeBSD.org
COMMENT= QEMU userland utilities
-BROKEN= fails to patch
-
HAS_CONFIGURE= yes
USES= compiler:c11 cpe gettext-runtime gmake gnome perl5 pkgconfig \
python:build tar:xz
@@ -18,7 +16,7 @@ OPTIONS_SLAVE= DOCS
OPTIONS_EXCLUDE= SAMBA X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CURL \
CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS \
STATIC_LINK NCURSES VDE
-MASTERDIR= ${.CURDIR}/../qemu
+MASTERDIR= ${.CURDIR}/../qemu42
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${.CURDIR}/pkg-descr
EXTRA_PATCHES= ${.CURDIR}/files/patch-configure
More information about the svn-ports-head
mailing list