From 687493b2316b7f5cdeeed7e4b73a2b2c72c3140f Mon Sep 17 00:00:00 2001 From: asomers Date: Fri, 21 Apr 2017 23:47:27 +0000 Subject: Add missing file from r438925 Apparently when you run "make makepatch" in a slave port, the patchfiles get put into the master port's directory Pointy-hat to: asomers Reported by: pkg-fallout Approved by: brd (implicit) MFH: 2017Q2 Sponsored by: Spectra Logic Corp --- emulators/qemu-utils/Makefile | 2 +- emulators/qemu-utils/files/patch-Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 emulators/qemu-utils/files/patch-Makefile (limited to 'emulators') diff --git a/emulators/qemu-utils/Makefile b/emulators/qemu-utils/Makefile index 57ba7ff60393..a0e14ef14d35 100644 --- a/emulators/qemu-utils/Makefile +++ b/emulators/qemu-utils/Makefile @@ -19,7 +19,7 @@ OPTIONS_EXCLUDE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ MASTERDIR= ${.CURDIR}/../qemu PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr -EXTRA_PATCHES= ${.CURDIR}/files/patch-configure +EXTRA_PATCHES= ${.CURDIR}/files/patch-Makefile ${.CURDIR}/files/patch-configure PKGMESSAGE= PORTDOCS= qemu-doc.html qmp-commands.txt diff --git a/emulators/qemu-utils/files/patch-Makefile b/emulators/qemu-utils/files/patch-Makefile new file mode 100644 index 000000000000..2d9d97f96926 --- /dev/null +++ b/emulators/qemu-utils/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.orig 2017-03-31 14:07:03 UTC ++++ Makefile +@@ -484,11 +490,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) $(BUILD_DIR)/trace-events-all "$(DESTDIR)$(qemu_datadir)/trace-events-all" + for d in $(TARGET_DIRS); do \ + $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \ + done -- cgit ron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/linux-vmware-toolbox2/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-3/+2
* Respect the user's USE_LINUX setting.trevor2005-03-021-1/+0
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-011-0/+3
* Put NO_LATEST_LINK to previous versions of VMware Tools.matusita2004-02-061-0/+1
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-061-0/+1
* Fixup for package cluster building.matusita2003-05-041-0/+1
* I've too much asked that where to get files for install. Apparantly,matusita2003-04-221-1/+1
* Cosmetic fixes for old VMware guest tools to sync with the latest one.matusita2003-04-191-5/+11
* De-pkg-comment.matusita2003-02-221-0/+1
* Change my email address to the one of @FreeBSD.org.matusita2002-03-151-1/+1
* When linux.flp is not found, prompt the user to insert the virtualknu2001-05-281-4/+14
* Update to 2.0.4.1142.knu2001-05-241-6/+13
* Chase the vmware's update to 2.0.3.799.knu2001-01-071-2/+2
* Clean up with USE_LINUX.knu2000-09-251-3/+1
* Include bsd.port.pre.mk before referring to DISTDIR in .if condition.knu2000-08-271-2/+2