FreeBSD Bugzilla – Attachment 196669 Details for
Bug 230204
emulators/qemu 2.12.0 fails to build with option DOCS disabled, unless pass disable-docs to configure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix port when docs are disabled
qemu-docs.patch (text/plain), 1.74 KB, created by
Steven Hartland
on 2018-08-29 08:24:58 UTC
(
hide
)
Description:
fix port when docs are disabled
Filename:
MIME Type:
Creator:
Steven Hartland
Created:
2018-08-29 08:24:58 UTC
Size:
1.74 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 478312) >+++ Makefile (working copy) >@@ -78,6 +78,8 @@ > SAMBA_CONFIGURE_ON= --smbd=${LOCALBASE}/sbin/smbd > DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html > DOCS_USES= makeinfo >+DOCS_CONFIGURE_OFF= --disable-docs >+DOCS_CONFIGURE_ON= --enable-docs > DOCS_MAKE_ARGS_OFF= NOPORTDOCS=1 > > PORTDOCS?= docs qemu-doc.html qemu-doc.txt qemu-ga-ref.html qemu-ga-ref.txt \ >@@ -87,7 +89,7 @@ > CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} > CONFIGURE_ARGS?=--localstatedir=/var --extra-ldflags=-L\"/usr/lib\" \ > --extra-ldflags=-L\"${LOCALBASE}/lib\" --disable-libssh2 --enable-debug \ >- --prefix=${PREFIX} --cc=${CC} --enable-docs --disable-kvm \ >+ --prefix=${PREFIX} --cc=${CC} --disable-kvm \ > --disable-linux-user --disable-linux-aio --disable-xen \ > --enable-debug-info --python=${PYTHON_CMD} \ > --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\" >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 478312) >+++ pkg-plist (working copy) >@@ -38,13 +38,13 @@ > %%NO_X86_TARGETS%%bin/qemu-system-xtensa > %%NO_X86_TARGETS%%bin/qemu-system-xtensaeb > bin/qemu-x86_64 >-man/man1/qemu.1.gz >-man/man7/qemu-block-drivers.7.gz >-man/man1/qemu-img.1.gz >-man/man7/qemu-ga-ref.7.gz >-man/man7/qemu-qmp-ref.7.gz >-man/man8/qemu-ga.8.gz >-man/man8/qemu-nbd.8.gz >+%%PORTDOCS%%man/man1/qemu.1.gz >+%%PORTDOCS%%man/man7/qemu-block-drivers.7.gz >+%%PORTDOCS%%man/man1/qemu-img.1.gz >+%%PORTDOCS%%man/man7/qemu-ga-ref.7.gz >+%%PORTDOCS%%man/man7/qemu-qmp-ref.7.gz >+%%PORTDOCS%%man/man8/qemu-ga.8.gz >+%%PORTDOCS%%man/man8/qemu-nbd.8.gz > @sample etc/qemu-ifup.sample > @sample etc/qemu-ifdown.sample > %%DATADIR%%/QEMU,tcx.bin
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
Actions:
View
|
Diff
Attachments on
bug 230204
: 196669 |
198948
|
217299
|
217314