Date: Thu, 21 Jan 2021 16:47:21 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562222 - head/emulators/qemu-utils Message-ID: <202101211647.10LGlLFO085535@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101211647.10LGlLFO085535>