svn commit: r438998 - in branches/2017Q2/emulators/qemu-utils: . files
Alan Somers
asomers at FreeBSD.org
Fri Apr 21 02:37:05 UTC 2017
Author: asomers (src committer)
Date: Fri Apr 21 02:37:04 2017
New Revision: 438998
URL: https://svnweb.freebsd.org/changeset/ports/438998
Log:
MFH: r438925
emulators/qemu-utils: fix build after r435826
PR: 217717
Reported by: pkg-fallout
Reviewed by: brd
Approved by: brd (ports)
Approved by: ports-secteam (junovitch)
Deleted:
branches/2017Q2/emulators/qemu-utils/files/patch-Makefile
Modified:
branches/2017Q2/emulators/qemu-utils/Makefile
Directory Properties:
branches/2017Q2/ (props changed)
Modified: branches/2017Q2/emulators/qemu-utils/Makefile
==============================================================================
--- branches/2017Q2/emulators/qemu-utils/Makefile Thu Apr 20 23:01:36 2017 (r438997)
+++ branches/2017Q2/emulators/qemu-utils/Makefile Fri Apr 21 02:37:04 2017 (r438998)
@@ -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-branches
mailing list