FreeBSD Bugzilla – Attachment 180737 Details for
Bug 217717
emulators/qemu-utils: fix build after r435826
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build of emulators/qemu-utils
pr217717.diff (text/plain), 2.02 KB, created by
Alan Somers
on 2017-03-12 04:42:38 UTC
(
hide
)
Description:
Fix build of emulators/qemu-utils
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2017-03-12 04:42:38 UTC
Size:
2.02 KB
patch
obsolete
>Index: emulators/qemu-utils/Makefile >=================================================================== >--- emulators/qemu-utils/Makefile (revision 435967) >+++ emulators/qemu-utils/Makefile (working copy) >@@ -19,13 +19,14 @@ > MASTERDIR= ${.CURDIR}/../qemu > PLIST= ${.CURDIR}/pkg-plist > DESCR= ${.CURDIR}/pkg-descr >-EXTRA_PATCHES= ${.CURDIR}/files/patch-Makefile ${.CURDIR}/files/patch-configure >+EXTRA_PATCHES= ${.CURDIR}/files/patch-configure > PKGMESSAGE= > >-PORTDOCS= qemu-doc.html qemu-tech.html qmp-commands.txt >+PORTDOCS= qemu-doc.html qmp-commands.txt > >-CONFIGURE_ARGS=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \ >+CONFIGURE_ARGS?=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \ > --disable-libssh2 \ >+ --mandir=${MANPREFIX}/man \ > --prefix=${PREFIX} --cc=${CC} --disable-kvm \ > --disable-linux-user --disable-linux-aio --disable-xen \ > --python=${PYTHON_CMD} \ >Index: emulators/qemu-utils/files/patch-Makefile >=================================================================== >--- emulators/qemu-utils/files/patch-Makefile (revision 435967) >+++ emulators/qemu-utils/files/patch-Makefile (nonexistent) >@@ -1,14 +0,0 @@ >---- Makefile.orig 2016-10-04 19:25:28 UTC >-+++ Makefile >-@@ -464,11 +464,6 @@ endif >- ifeq ($(CONFIG_GTK),y) >- $(MAKE) -C po $@ >- endif >-- $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps" >-- set -e; for x in $(KEYMAPS); do \ >-- $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(qemu_datadir)/keymaps"; \ >-- done >-- $(INSTALL_DATA) $(SRC_PATH)/trace-events "$(DESTDIR)$(qemu_datadir)/trace-events" >- for d in $(TARGET_DIRS); do \ >- $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \ >- done > >Property changes on: emulators/qemu-utils/files/patch-Makefile >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
asomers
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 217717
: 180737