Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163420420
D27778.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D27778.diff
View Options
Index: emulators/qemu/Makefile
===================================================================
--- emulators/qemu/Makefile
+++ emulators/qemu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qemu
PORTVERSION= 5.0.1
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.qemu.org/
DIST_SUBDIR= qemu/${PORTVERSION}
@@ -126,7 +127,7 @@
--extra-ldflags=-L\"${LOCALBASE}/lib\" --disable-libssh \
--prefix=${PREFIX} --cc=${CC} --enable-netmap --disable-kvm \
--disable-linux-user --disable-linux-aio --disable-xen \
- --python=${PYTHON_CMD} \
+ --python=${PYTHON_CMD} --enable-slirp \
--extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\"
.include <bsd.port.options.mk>
Index: emulators/qemu/files/patch-configure
===================================================================
--- emulators/qemu/files/patch-configure
+++ emulators/qemu/files/patch-configure
@@ -27,6 +27,8 @@
+ ;;
+ --disable-pcap) pcap="no"
+ ;;
++ --enable-slirp) slirp="internal"
++ ;;
--disable-slirp) slirp="no"
;;
--enable-slirp=git) slirp="git"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 1:43 AM (18 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35423982
Default Alt Text
D27778.diff (1 KB)
Attached To
Mode
D27778: emulators/qemu: Enable user networking by default
Attached
Detach File
Event Timeline
Log In to Comment