diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-26 14:55:10 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-26 14:55:10 +0800 |
commit | 4046fcf2680644f709cbfbeaa639ca36d6082d19 (patch) | |
tree | 12471ca433fa4e0a2bf751dbb0e000d128cebe7c /emulators/qemu-utils | |
parent | e44b8b4ac260ab8cdeea1409ca1a3be6f314cbf6 (diff) | |
download | freebsd-ports-gnome-4046fcf2680644f709cbfbeaa639ca36d6082d19.tar.gz freebsd-ports-gnome-4046fcf2680644f709cbfbeaa639ca36d6082d19.tar.zst freebsd-ports-gnome-4046fcf2680644f709cbfbeaa639ca36d6082d19.zip |
Mark BROKEN
===> Configuring for qemu-utils-4.2.1
/usr/bin/patch /wrkdirs/usr/ports/emulators/qemu-utils/work/qemu-4.2.1/Makefile /usr/ports/emulators/qemu-utils/files/patch-Makefile
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- Makefile.orig 2019-08-08 19:18:25.578250000 +0000
|+++ Makefile 2019-08-08 19:20:21.482341000 +0000
--------------------------
Patching file /wrkdirs/usr/ports/emulators/qemu-utils/work/qemu-4.2.1/Makefile using Plan A...
Hunk #1 failed at 355.
Hunk #2 failed at 828.
Hunk #3 succeeded at 932 with fuzz 2 (offset 47 lines).
2 out of 3 hunks failed--saving rejects to /wrkdirs/usr/ports/emulators/qemu-utils/work/qemu-4.2.1/Makefile.rej
Reported by: pkg-fallout
Diffstat (limited to 'emulators/qemu-utils')
-rw-r--r-- | emulators/qemu-utils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/qemu-utils/Makefile b/emulators/qemu-utils/Makefile index 2e805a452809..4c4a7cca9186 100644 --- a/emulators/qemu-utils/Makefile +++ b/emulators/qemu-utils/Makefile @@ -5,6 +5,8 @@ PKGNAMESUFFIX= -utils MAINTAINER= ken@FreeBSD.org COMMENT= QEMU userland utilities +BROKEN= fails to configure + HAS_CONFIGURE= yes USES= compiler:c11 cpe gettext-runtime gmake gnome perl5 pkgconfig \ python:build tar:xz |