svn commit: r438925 - in head/emulators/qemu-utils: . files
Alan Somers
asomers at FreeBSD.org
Thu Apr 20 05:57:49 UTC 2017
Author: asomers (src committer)
Date: Thu Apr 20 05:57:47 2017
New Revision: 438925
URL: https://svnweb.freebsd.org/changeset/ports/438925
Log:
emulators/qemu-utils: fix build after r435826
PR: 217717
Reported by: pkg-fallout
Reviewed by: brd
Approved by: brd (ports)
MFH: 2017Q1
Deleted:
head/emulators/qemu-utils/files/patch-Makefile
Modified:
head/emulators/qemu-utils/Makefile
Modified: head/emulators/qemu-utils/Makefile
==============================================================================
--- head/emulators/qemu-utils/Makefile Thu Apr 20 04:13:39 2017 (r438924)
+++ head/emulators/qemu-utils/Makefile Thu Apr 20 05:57:47 2017 (r438925)
@@ -19,13 +19,14 @@ OPTIONS_EXCLUDE= SAMBA X11 GTK2 OPENGL G
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} \
More information about the svn-ports-all
mailing list